Skip to content

Instantly share code, notes, and snippets.

@fkb56
Last active May 4, 2021 15:43
Show Gist options
  • Save fkb56/de20d9d1c13db6554f70c3ed4d5792b7 to your computer and use it in GitHub Desktop.
Save fkb56/de20d9d1c13db6554f70c3ed4d5792b7 to your computer and use it in GitHub Desktop.
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