Skip to content

Instantly share code, notes, and snippets.

@ehbc221
Created May 15, 2021 18:36
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ehbc221/e99d10c6c768bf2ad79aa5cf4738a8de to your computer and use it in GitHub Desktop.
Save ehbc221/e99d10c6c768bf2ad79aa5cf4738a8de to your computer and use it in GitHub Desktop.
Reset Jetbrains Tools trials
:: Intellij IDEA
cd "C:%HOMEPATH%\AppData\Roaming\JetBrains\IntelliJIdea20*"
rmdir "eval" /s /q
del "options\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f
:: PhpStorm
cd "C:%HOMEPATH%\AppData\Roaming\JetBrains\PhpStorm20*"
rmdir "eval" /s /q
del "options\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\phpstorm" /f
:: WebStorm
cd "C:%HOMEPATH%\AppData\Roaming\JetBrains\WebStorm20*"
rmdir "eval" /s /q
del "options\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\webstorm" /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment