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

  • Save Digolad/a00b2b748bbf60c20d44dc7a5f1294db to your computer and use it in GitHub Desktop.

Select an option

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\PHPStorm2021.1*
rmdir "eval" /s /q
del "options\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains"
cd %APPDATA%\JetBrains
del "PermanentDeviceId"
del "PermanentUserId"
rmdir "consentOptions" /s /q
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/Regular-Meals-CMS
------------------------------------------------------------------------------------------------------------
Webarchive:
https://web.archive.org/web/20211003084257/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.
------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment