Skip to content

Instantly share code, notes, and snippets.

@W1773ND
Forked from AlexSG8/jetbrains-license-3.bat
Created April 26, 2022 05:03
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save W1773ND/b4aaf0a508c742b9e310240ef9218cbf to your computer and use it in GitHub Desktop.
Save W1773ND/b4aaf0a508c742b9e310240ef9218cbf 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