Forked from rjescobar/extend-trial-jetbrains-windows.bat
Created
April 13, 2024 10:06
-
-
Save snowman/fe421e3f775cc9d9d3873506f3a7c6a2 to your computer and use it in GitHub Desktop.
Revisions
-
kyberdrb revised this gist
Apr 8, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ REM Delete eval folder with licence key and options.xml which contains a reference to it for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider", "GoLand", "PhpStorm", "Resharper", "PyCharm") do ( for /d %%a in ("%USERPROFILE%\.%%I*") do ( rd /s /q "%%a/config/eval" del /q "%%a\config\options\other.xml" -
simonwep revised this gist
Sep 9, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ REM Delete eval folder with licence key and options.xml which contains a reference to it for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider", "GoLand", "PhpStorm") do ( for /d %%a in ("%USERPROFILE%\.%%I*") do ( rd /s /q "%%a/config/eval" del /q "%%a\config\options\other.xml" -
simonwep revised this gist
Jul 3, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ REM Delete eval folder with licence key and options.xml which contains a reference to it for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider", "GoLand") do ( for /d %%a in ("%USERPROFILE%\.%%I*") do ( rd /s /q "%%a/config/eval" del /q "%%a\config\options\other.xml" -
simonwep revised this gist
Jun 28, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,5 @@ for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider") do ( ) REM Delete registry key and jetbrains folder (not sure if needet but however) rmdir /s /q "%APPDATA%\JetBrains" reg delete "HKEY_CURRENT_USER\Software\JavaSoft" /f -
simonwep revised this gist
Jun 6, 2019 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ REM Delete eval folder with licence key and options.xml which contains a reference to it for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider") do ( for /d %%a in ("%USERPROFILE%\.%%I*") do ( rd /s /q "%%a/config/eval" del /q "%%a\config\options\other.xml" ) ) REM Delete registry key and jetbrains folder (not sure if needet but however) rmdir /s /q "%USERPROFILE%\AppData\Roaming\JetBrains" reg delete "HKEY_CURRENT_USER\Software\JavaSoft" /f -
simonwep created this gist
Nov 14, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ REM Delete eval folder with licence key and options.xml which contains a reference to it for %%I in ("WebStorm", "IntelliJ", "CLion") do ( for /d %%a in ("%USERPROFILE%\.%%I*") do ( rd /s /q "%%a/config/eval" del \q "%%a\config\options\options.xml" ) ) REM Delete registry key and jetbrains folder (not sure if needet but however) rmdir \s \q "%USERPROFILE%\AppData\Roaming\JetBrains" reg delete "HKEY_CURRENT_USER\Software\JavaSoft" \f