-
-
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!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------------------------------------------------ | |
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