Skip to content

Instantly share code, notes, and snippets.

@Digolad
Forked from W1773ND/jetbrains-license-3.bat
Created July 3, 2024 15:15
Show Gist options
  • Save Digolad/a00b2b748bbf60c20d44dc7a5f1294db to your computer and use it in GitHub Desktop.
Save Digolad/a00b2b748bbf60c20d44dc7a5f1294db to your computer and use it in GitHub Desktop.
JetBrains activation key trial reset PyCharm IntelliJ IDEA PhpStorm 2021 ALWAYS WORKS on Windows and Linux. PLEASE READ THE "thanks" FILE TOO!
cd %APPDATA%\JetBrains
del "PermanentDeviceId"
del "PermanentUserId"
rmdir "consentOptions" /s /q
cd %APPDATA%\JetBrains\PHPStorm2021.1*
rmdir "eval" /s /q
del "options\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains"
rm -rf ~/.config/JetBrains/PHPStorm2021.1/eval
rm ~/.config/JetBrains/WebStorm2021.1/options/other.xml
rm -rf ~/.local/share/JetBrains/consentOptions
rm -rf ~/.java/..userPrefs
------------------------------------------------------------------------------------------------------------
PLEASE STAR OR FORK MY REPO:
https://github.com/imgVOID/autograding-api
------------------------------------------------------------------------------------------------------------
Webarchive:
https://web.archive.org/web/20211114112811/https://gist.github.com/imgVOID/35e1c463ce187fac9f793e06a6688649
------------------------------------------------------------------------------------------------------------
How to use?
Change PHPStorm2021.1 to an actual version of your program.
Windows: save jetbrains-license-3.bat file and run it with admin permissions.
Linux: save jetbrains-license-linux.sh file and run it with root permissions.
------------------------------------------------------------------------------------------------------------
IF YOU NEED TO LOG IN EVEN FOR THE TRIAL VERSION, DOWNLOAD AN OLD VERSION BEFORE 2021.2:
IDEA: https://www.jetbrains.com/idea/download/other.html
WebStorm: https://www.jetbrains.com/webstorm/download/other.html
PyCharm: https://www.jetbrains.com/pycharm/download/other.html
PHPStorm: https://www.jetbrains.com/phpstorm/download/other.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment