Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Last active May 24, 2021 01:35
Show Gist options
  • Save flashvnn/26b40b6ee7ff70fb4f4df105a1bf8e59 to your computer and use it in GitHub Desktop.
Save flashvnn/26b40b6ee7ff70fb4f4df105a1bf8e59 to your computer and use it in GitHub Desktop.
PhpStorm2020TrailReset.bat, run with administration on Windows
cd "%USERPROFILE%\AppData\Roaming\JetBrains\PhpStorm2020*"
::copy /y "options\recentProjectDirectories.xml" %tmp%\recentProjectDirectories.xml
rmdir "eval" /s /q
del "options\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs" /f
:: This will work for idea 2018.3 and later
::
:: It is Highly Advised to Purchase the JetBrain Softwares
:: This is only for the case You just want to Extend the
:: Trial Period and Evaluate the IDE for some more Time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment