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
  • Select an option

  • Save W1773ND/b4aaf0a508c742b9e310240ef9218cbf to your computer and use it in GitHub Desktop.

Select an option

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
@be282
Copy link
Copy Markdown

be282 commented Nov 20, 2025

works fine with phpstorm 2021.2.2

@ramordeeple
Copy link
Copy Markdown

does it werk in 2026?

@PushaMD
Copy link
Copy Markdown

PushaMD commented Mar 15, 2026

does it werk in 2026?

Yes. PHPStorm 2025.3.1.1

@ssmavask
Copy link
Copy Markdown

can you also share one for macOS

@marinsp
Copy link
Copy Markdown

marinsp commented Mar 26, 2026

does it werk in 2026?

Yes. PHPStorm 2025.3.1.1

How you made this magic?

@PushaMD
Copy link
Copy Markdown

PushaMD commented Mar 26, 2026

does it werk in 2026?

Yes. PHPStorm 2025.3.1.1

How you made this magic?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment