Last active
May 12, 2022 09:33
-
-
Save FreeWall/5b3a4bb6e00b5d7048055df9c2b45452 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
FOR /F "tokens=*" %%i IN (' dir /b /A %HOMEPATH%\.PhpStorm* ') DO SET PHPSTORM_DIR=%HOMEPATH%\%%i | |
cd %PHPSTORM_DIR% | |
del config\options\other.xml | |
del config\eval\*.evaluation.key | |
reg delete "HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\jetbrains\phpstorm" /f | |
FOR /F "tokens=*" %%i IN (' dir /b /A %APPDATA%\JetBrains\PhpStorm* ') DO SET PHPSTORM_DIR=%APPDATA%\JetBrains\%%i | |
cd %PHPSTORM_DIR% | |
del options\other.xml | |
del eval\*.evaluation.key | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setting moved to
%HOMEPATH%/AppData/Roaming/JetBrains/PhpStorm2020.3/