Skip to content

Instantly share code, notes, and snippets.

@thelensky
Created February 8, 2023 11:19
Show Gist options
  • Select an option

  • Save thelensky/961bc321764843c0e90fe512c9e719d4 to your computer and use it in GitHub Desktop.

Select an option

Save thelensky/961bc321764843c0e90fe512c9e719d4 to your computer and use it in GitHub Desktop.
How to Reset InteIIiJ IDEA Evaluation Key in Windows
cd "C:%HOMEPATH%\.IntelliJIdea*\config"
rmdir "eval" /s /q
del "options\options.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f
:: It is Highly Advised to Purchase the JetBrain Softwares
:: This is only for the case You just want to Extend the
:: Trial Period and Evaluate the IDE for some more Time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment