Skip to content

Instantly share code, notes, and snippets.

View jruedaq's full-sized avatar
🎮
Developing

Juan David Rueda Quiroga jruedaq

🎮
Developing
View GitHub Profile
@jruedaq
jruedaq / IntelIJTrialReset.bat
Last active June 4, 2024 20:02
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
echo "Restore completed"
pause
:: 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