Skip to content

Instantly share code, notes, and snippets.

View FdR-23's full-sized avatar

Federico Rampi FdR-23

View GitHub Profile
@FdR-23
FdR-23 / IntelIJTrialReset.bat
Created October 4, 2023 17:47 — forked from jruedaq/IntelIJTrialReset.bat
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
@FdR-23
FdR-23 / mongodb_cheat_sheet_2022.md
Created December 4, 2022 04:39 — forked from codeSTACKr/mongodb_cheat_sheet_2022.md
MongoDB Cheat Sheet 2022