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
@anderood
Copy link

Screenshot from 2024-05-08 09-04-49

Check my script for linux https://gist.github.com/XGilmar/55f6727a40f78979a6a7f8d5885e3bdd

It worked perfectly, thank you very much!
I gave it one star.

@hassanfayyaz19
Copy link

@kdt1802
Copy link

kdt1802 commented May 20, 2024

It does work for me on 20/05/2024 - Intellij 2024.1

@TamazKharlamov
Copy link

Guys, I took the task of making an application that does the process of restoring the free month, at the moment it is only available for Linux and Windows. https://github.com/XGilmar/JetBrains-reset-trial-app

Все работает. Большое спасибо!

@shantanu-p01
Copy link

I have created a Windows Version for resetting trial, Check it out!
https://github.com/shantanu-p01/JetBrains-Trial-Reset-Tool

@Shermhb2
Copy link

great! it worked for me, Thanks.

@iancucatalin1993
Copy link

@aveaxii Thanks, works for CLion 2023 👍

@dre013
Copy link

dre013 commented May 31, 2024

This work in 2024!! ty :)

@dre013
Copy link

dre013 commented May 31, 2024

Guys, I took the task of making an application that does the process of restoring the free month, at the moment it is only available for Linux and Windows. https://github.com/XGilmar/JetBrains-reset-trial-app

Good job

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