Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save snowman/fe421e3f775cc9d9d3873506f3a7c6a2 to your computer and use it in GitHub Desktop.

Select an option

Save snowman/fe421e3f775cc9d9d3873506f3a7c6a2 to your computer and use it in GitHub Desktop.

Revisions

  1. @kyberdrb kyberdrb revised this gist Apr 8, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion extend-trial-jetbrains-windows.bat
    Original 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 %%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"
  2. @simonwep simonwep revised this gist Sep 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion extend-trial-jetbrains-windows.bat
    Original 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 %%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"
  3. @simonwep simonwep revised this gist Jul 3, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion extend-trial-jetbrains-windows.bat
    Original 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") do (
    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"
  4. @simonwep simonwep revised this gist Jun 28, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion extend-trial-jetbrains-windows.bat
    Original 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 "%USERPROFILE%\AppData\Roaming\JetBrains"
    rmdir /s /q "%APPDATA%\JetBrains"
    reg delete "HKEY_CURRENT_USER\Software\JavaSoft" /f
  5. @simonwep simonwep revised this gist Jun 6, 2019. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions extend-trial-jetbrains-windows.bat
    Original 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") do (
    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\options.xml"
    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
    rmdir /s /q "%USERPROFILE%\AppData\Roaming\JetBrains"
    reg delete "HKEY_CURRENT_USER\Software\JavaSoft" /f
  6. @simonwep simonwep created this gist Nov 14, 2018.
    11 changes: 11 additions & 0 deletions extend-trial-jetbrains-windows.bat
    Original 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