Last active
May 4, 2021 15:43
-
-
Save fkb56/de20d9d1c13db6554f70c3ed4d5792b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set PRODUCT=IntelliJIdea* | |
set JETBRAINSDIR=%USERPROFILE%\AppData\Roaming\JetBrains | |
rmdir /S /Q %JETBRAINSDIR%\%PRODUCT%\eval | |
rmdir /S /Q %JETBRAINSDIR%\consentOptions | |
del %JETBRAINSDIR%\%PRODUCT%\options\other.xml | |
del %JETBRAINSDIR%\PermanentDeviceId | |
del %JETBRAINSDIR%\PermanentUserId | |
del %JETBRAINSDIR%\bl | |
del %JETBRAINSDIR%\crl | |
reg delete HKEY_CURRENT_USER\Software\JavaSoft /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment