Skip to content

Instantly share code, notes, and snippets.

@chrisvoo
Created February 17, 2020 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisvoo/311aa1835d53ad6fe782b7e51cd90f76 to your computer and use it in GitHub Desktop.
Save chrisvoo/311aa1835d53ad6fe782b7e51cd90f76 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\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f
:: This will work for idea 2018.3 and later
::
:: 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