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

XGilmar commented May 13, 2024

330198636-a1fd23ff-209b-4e43-8b0f-8d902f3274f6

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

@lariosdje
Copy link

phpstrom works 100% on version 2024.1.1.

Do you know if it works in PyCharm 2024.1.1?

@anderood
Copy link

@PRSouzaFM thank you for the good tutorial! But I would like to add, that for me it works even in a simpler way:

  1. Open JetBrains software (do not login to your jetbrains account, but you can login to your GitHub account)
  2. Start trial
  3. When a trial ends, click the trial button again.

So even no need to erase your settings data or plugins.

It still works for me, and my friend mentioned that JetBrains probably introduced this feature intentionally because it didn't function like this previously.

Dont work for me - 14/05/2024

@anderood
Copy link

Screenshot from 2024-05-08 09-04-49
Check my script for linux https://gist.github.com/XGilmar/55f6727a40f78979a6a7f8d5885e3bdd

This gist is for windows, no use post things related to linux

I use Linux, and I was also looking for something related to this. Why does it have to be exclusive?

@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