Skip to content

Instantly share code, notes, and snippets.

@FdR-23
Forked from jruedaq/IntelIJTrialReset.bat
Created October 4, 2023 17:47

Revisions

  1. @jruedaq jruedaq revised this gist Jan 15, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions IntelIJTrialReset.bat
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,8 @@ cd "C:%HOMEPATH%\.IntelliJIdea*\config"
    rmdir "eval" /s /q
    del "options\options.xml"
    reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f
    echo "Restore completed"
    pause

    :: It is Highly Advised to Purchase the JetBrain Softwares
    :: This is only for the case You just want to Extend the
  2. @shafinmahmud shafinmahmud revised this gist Apr 15, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions IntelIJTrialReset.bat
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,5 @@ del "options\options.xml"
    reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f

    :: It is Highly Advised to Purchase the JetBrain Softwares
    :: This Hack is only for the case You just want to Extend
    :: the Trial Period and Evaluate the IDE for some more Time
    :: This is only for the case You just want to Extend the
    :: Trial Period and Evaluate the IDE for some more Time
  3. @shafinmahmud shafinmahmud revised this gist Oct 2, 2017. No changes.
  4. @shafinmahmud shafinmahmud created this gist Oct 2, 2017.
    8 changes: 8 additions & 0 deletions IntelIJTrialReset.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    cd "C:%HOMEPATH%\.IntelliJIdea*\config"
    rmdir "eval" /s /q
    del "options\options.xml"
    reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f

    :: It is Highly Advised to Purchase the JetBrain Softwares
    :: This Hack is only for the case You just want to Extend
    :: the Trial Period and Evaluate the IDE for some more Time