Skip to content

Instantly share code, notes, and snippets.

@VVATOR
Created February 5, 2020 12:24
Show Gist options
  • Save VVATOR/ca86dc23c71179d5d6f0e788ab72e49b to your computer and use it in GitHub Desktop.
Save VVATOR/ca86dc23c71179d5d6f0e788ab72e49b 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
@justin-jalandoni
Copy link

Hello,

This works (with some modifications). I would like to ask however, how this workaround was found.
I would like to know so that I can know the details.

Thank You

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