17

JetBrains IDE trial reset windows

 1 month ago
source link: https://gist.github.com/rjescobar/4b7200d7b2274c029107ca8b9d02f3a3
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

JetBrains IDE trial reset windows · GitHub

Instantly share code, notes, and snippets.

  • Star 52 You must be signed in to star a gist
  • Fork 21 You must be signed in to fork a gist
Clone this repository at <script src="https://gist.github.com/rjescobar/4b7200d7b2274c029107ca8b9d02f3a3.js"></script>
Save rjescobar/4b7200d7b2274c029107ca8b9d02f3a3 to your computer and use it in GitHub Desktop.
JetBrains IDE trial reset windows

Author

I think is not, sorry.

Verify Github on Galxe. gid:8yMQjzsfoNM3UZLQaAkeRZ

You dont have to delete folder in appdata which is also causes losing some settings

HAHAHA thanks bro you're my savior, sadly clion is paid which is a bit sad, but anyway you help me hehe, oh btw, NOTHING WRONG HERE JETBRAINS :)

Works fine with PHPStorm 2023.2.3

Does it work for rider as well?

Does it work for rider as well?

Yes, it does. It does however reset plugins/settings you have installed.

Webstorm 2023 still working. Haha

Its working WebStorm 2023.3.2

Its working WebStorm 2023.3.2

Really? i tried but nothing happened.

As of 2024 works for Ryder wtf? 😂

do i need to activate it while trial is still active or can i do this after trial period ended?

do i need to activate it while trial is still active or can i do this after trial period ended?

You can do it after it has ended.

You DO NOT need to use any script. Just click the trial button after your trial ends. Works for me (2024.03.02)

@DTHRT
Doesn't work. After clicking "Start trial" It says "Existing trial license for Rider 2023.3 is expired"

p.s. It worked when I logged out of my account.

I think the way Jetbrains handle trial licenses, has changed guys, so i don't think this would even work again.

This still works for me for Rider as of 27/03/24. If you guys are not being able to do this to work you're probably doing something wrong

  1. Open jetbrains software and start the trial
  2. Use the trail up to a point that you wan't to reset it
  3. Back up your settings and plugins. I don't remember the exact folder but you can find it quickly with a google search
  4. Run this script as a .bat
  5. Open jetbrains software and start trial
  6. Repeat

@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.

You DO NOT need to use any script. Just click the trial button after your trial ends. Works for me (2024.03.02)

@DTHRT Thanks for the tip. My IntelliJ IDEA Ultimate trial expired today and when I started it again, for some reason it worked. 🥳

Guess it's not a bug, but a feature. 😄

Open the terminal and copy past following code


for product in IntelliJIdea WebStorm DataGrip PhpStorm CLion PyCharm GoLand RubyMine Rider; do
    echo "[+] Resetting trial period for $product"

    echo "[+] Removing Evaluation Key..."
    rm -rf ~/.config/$product*/eval 2> /dev/null

    # Above path not working on latest version, Fixed below
    rm -rf ~/.config/JetBrains/$product*/eval 2> /dev/null

    echo "[+] Removing all evlsprt properties in options.xml..."
    sed -i 's/evlsprt//' ~/.config/$product*/options/other.xml 2> /dev/null

    # Above path not working on latest version, Fixed below
    sed -i 's/evlsprt//' ~/.config/JetBrains/$product*/options/other.xml 2> /dev/null

    echo
done

echo "Removing userPrefs files..."
rm -rf ~/.java/.userPrefs 2> /dev/null



Original Post https://gist.github.com/h3ssan/9510fbb2291d41b090cf52adb2edd1c4

Doesn't work for me anymore (windows) for Pycharm. If you found solution, please share

Doesn't work for me anymore (windows). If you found solution, please share

Yes it does work. I have just tried it in windows for Rider in the newest version
You are doing something wrong

I am trying to do so for Pycharm. I manually tried deleting in

  • HKEY_CURRENT_USER\Software\JavaSoft
  • "%APPDATA%\JetBrains"

PyCharm doesn't have a folder here: "%USERPROFILE%/PyCharm

I am trying to do so for Pycharm. I manually tried deleting in

* HKEY_CURRENT_USER\Software\JavaSoft

* "%APPDATA%\JetBrains"

PyCharm doesn't have a folder here: "%USERPROFILE%/PyCharm

Are you trying to run the script or deleting manually?

In the P e r m a n e n t U s e r I d file in Appdata Roaming JetBrains you must the last letter change

Maybe you need to rename JetBrainsClient233.11555.11 to another name as well

You DO NOT need to use any script. Just click the trial button after your trial ends. Works for me (2024.03.02)

2024.04.14 not working anymore.

DTHRT

commented

Apr 15, 2024

edited

You DO NOT need to use any script. Just click the trial button after your trial ends. Works for me (2024.03.02)

2024.04.14 not working anymore.

yeah. maybe somebody from dev team read this thread ahaha

In the P e r m a n e n t U s e r I d file in Appdata Roaming JetBrains you must the last letter change

Maybe you need to rename JetBrainsClient233.11555.11 to another name as well

First line from the quote and deleting ...\config\options\other.xml and registry entry did the trick for me under Windows, Idea finally entered trial mode again.
Can confirm that the Trial button stopped working a couple of days ago.

Tks u, this still work on my IntelliJ 2023 👍

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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK