Skip to content

Instantly share code, notes, and snippets.

@rjescobar
Created August 31, 2021 02:53
Show Gist options
  • Save rjescobar/4b7200d7b2274c029107ca8b9d02f3a3 to your computer and use it in GitHub Desktop.
Save rjescobar/4b7200d7b2274c029107ca8b9d02f3a3 to your computer and use it in GitHub Desktop.
JetBrains IDE trial reset windows
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"
)
)
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
@MadnezGirl
Copy link

@XGilmar thank you very much! <3

@CHANDRASEKHAR613
Copy link

@rjescobar thank you so much man, it worked for me in my PhpStorm 2024.1.4

@oexza
Copy link

oexza commented Jul 12, 2024

Macos???????

@grmskyi
Copy link

grmskyi commented Jul 15, 2024

@XGilmar Thank you very much for the work program! It really reset the PermamentId and allowed me to activate the Trial period. And thank you that it's not a virus or a scam :)

@Protoss267
Copy link

@XGilmar hola,como puedo ejecutar el software para restablecer el tiempo de prueba,gracias de antemano

@XGilmar
Copy link

XGilmar commented Jul 18, 2024

@XGilmar hola,como puedo ejecutar el software para restablecer el tiempo de prueba,gracias de antemano

Solo debes de instalar Java en tu máquina, una vez hayas hecho eso puedes descargar el ejecutable y abrirlo al toque. Que sistema operativo tienes?

@Protoss267
Copy link

@XGilmar hola,como puedo ejecutar el software para restablecer el tiempo de prueba,gracias de antemano

Solo debes de instalar Java en tu máquina, una vez hayas hecho eso puedes descargar el ejecutable y abrirlo al toque. Que sistema operativo tienes?
Gracias por tu respuesta amigo, uso window

@XGilmar
Copy link

XGilmar commented Jul 18, 2024

Gracias por tu respuesta amigo, uso window

Ok, solo debes instalar Java y el ejecutable intenta abrirlo con permisos de administrador. Si tienes inconveniente puedes ir al repo original y abrir un Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment