Created
August 31, 2021 02:53
-
Star
(333)
You must be signed in to star a gist -
Fork
(116)
You must be signed in to fork a gist
-
-
Save rjescobar/4b7200d7b2274c029107ca8b9d02f3a3 to your computer and use it in GitHub Desktop.
JetBrains IDE trial reset windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
There is a mirror of 3.jetbra.in, that currently available:
https://kdaiyu.com/3.jetbra.in/
Hi @SamHoque any chance you can share the file?
@SamHoque Tu repositorio ha sido eliminado. ¿Podrías crear uno nuevo o compartir el código?
Any key or patch for JetBrains 2026.1?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@v1ptyoz
Here is md file with instructions:
Click to expand
Installing the IDE
Download and install the latest IDE version
As of July 1, 2024, JetBrains restricted downloads of its products for users from Russia and Belarus. Neither the official website nor JetBrains Toolbox works directly.
Workarounds:
Editing the hosts file
To prevent the IDE from validating the license online, you must block access to the JetBrains account server via the hosts file. This step is recommended for both activation options below.
Hosts file location
C:\Windows\System32\drivers\etc\hosts(edit as administrator)/etc/hosts(edit viasudo)Add the following lines to the end of the file
Option 1 (pseudo-activation)
Installing the activation agent
Get the jetbra files
For 2025+ versions: see the
../jetbra/folder next to this guide.!!! Legacy link (may work for older versions up to 2024): Download
It contains the full set of files required for successful activation.
Extract the archive contents, for example to the root of drive C:
Unpacked files
Next, go to the
scriptsfolder and run the appropriate scriptOn Windows you should see the following result.
Click OK.
The script may take a few seconds to run.
Press 'OK' and wait for the 'Done' window to appear!
Wait for the script to finish (there may be a few seconds of delay).
Click OK.
The 'Done' window
Result of running the script on Linux:
Done. You should log out of your system!
On Linux and macOS, a reboot is required after the script runs successfully.
Configuring VM Options
The VM Options configuration file must contain the following line:
-javaagent:C:\jetbra\ja-netfilter.jar=jetbrainsWhere
C:\jetbra\ja-netfilter.jaris the path to your unpacked archive.In most cases this line is added automatically, but if it's not, add the path to
ja-netfilter.jarmanually, using the same pattern.❓ How to locate the VM Options file
Typical files:
JetBrains\{Product}\bin\{product}.exe.vmoptions
JetBrains\{Product}\bin\jetbrains_client64.exe.vmoptions
For example:
C:\Program Files\JetBrains\JetBrains.Rider-2026.1.0.1.win\rider64.exe.vmoptions
C:\Program Files\JetBrains\JetBrains.Rider-2026.1.0.1.win\jetbrains_client64.exe.vmoptions
You can also edit it from within the IDE: Help → Edit Custom VM Options.
If the license notification prevents you from reaching the welcome screen, activate the Trial version first.
Path to the VM Options file in a JetBrains IDE
VM Options configuration file contents
License activation
Go to https://3.jetbra.in, which lists available hosts, and pick any working one
The site also has mirrors (if the original is down), find them via search.
Users recommend the hardbin.com host.
🙁 upd 2024-02-12 | Recently some hosts have been temporarily unavailable — if that happens, come back and try again later.
The 3.jetbra.in site
Pick the product you need
List of products available for activation
Click Copy to clipboard
Copy the activation key.
A few ready-made keys (alternative)
Rider 2025
In the IDE, open the license management section
Path to the license management section
Click Activate New License or Remove License
Select Activation Code and paste the code you copied earlier.
IDE activation
Result
You now have an activated IDE valid until September 2026.
Activated IDE
Paid plugins can be activated the same way from the list on 3.jetbra.in. For example, Extra Icons and Code With Me have been successfully activated.
Activated plugins
Option 2 (trial reset)
An alternative approach — periodically resetting the trial period. Doesn't require installing an activation agent or keys. Suitable if Option 1 doesn't work for some reason.
Get the script
The scripts are in the
../reset_trial/folder next to this guide:Resetting the trial
Before running, close all JetBrains IDEs.
Windows: run reset_trial.cmd.
The script will prompt you to enter the path to your JetBrains config (if you use a non-standard location), or press Enter to use the default paths.
macOS / Linux: run reset_trial.sh in a terminal:
The script automatically removes:
evlsprtentries from configuration filesHKCU\Software\JavaSoft(Windows only)Once finished, launch the IDE — the trial period will be reset.
You can repeat the reset procedure every time the trial period (30 days) expires.