-
-
Save dovanduy/eda6c6b08838ba6e462f538e01a46b5e 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=IntelliJIdea2020.2 | |
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 | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment