Reset JetBrains Trial on Windows
This script safely resets the trial state for JetBrains IDEs on Windows while preserving user configurations and settings. It removes only specific licensing-related files and registry entries.
How it Works
-
Administrative Check:
- The script verifies if it has administrative privileges
- If not running as admin, it prompts the user to run as administrator
-
Cleaning License Data:
- Removes specific licensing-related files from
%APPDATA%\JetBrains
:PermanentUserId
PermanentDeviceId
- Trial-related key files (
*.key
) - License files (
*.license
) - Blacklist data (
bl
) - Certificate revocation lists (
crl
)
- Cleans up JavaSoft registry entries
- Removes specific licensing-related files from
-
Preservation of Settings:
- Maintains all user configurations, preferences, and project settings
- Keeps IDE customizations intact
- Preserves installed plugins and their settings
Usage
- Save the script with a
.bat
extension - Right-click the script and select «Run as administrator»
- Allow the script to complete its execution
Notes
- User configurations and IDE settings remain untouched
- Only licensing-related files are affected
- Requires administrative privileges to modify registry entries
- For proper development work, consider using licensed versions of JetBrains products
Warning
This script modifies system files and registry entries related to JetBrains products. Always ensure you understand the implications of running such scripts and have backups of important data. Using JetBrains products should comply with their terms of service.
Аж в 2016 году я тут писал о том, как удалить Idea полностью, чтобы начать все с начала.
Но времена меняются, и что работало раньше — не работает сейчас. Вот обновленный алгоритм для MacOS. Обратите внимание на версию Idea.
Удаляем файлы и каталоги:
cd ~/Library/Preferences
ls | grep 'jetbrains' | xargs rm
rm IntelliJIdea2019.1/eval/*.key
rm IntelliJIdea2019.1/options/other.xml
Теперь надо удалить записи из одного файла plist, который хранится в закодированном виде. Придется его для начала сконвертировать в текст а потом обратно:
cd ~/Library/Preferences
plutil -convert xml1 com.apple.java.util.prefs.plist
sed -i'' -e '/evlsprt/d' com.apple.java.util.prefs.plist
plutil -convert binary1 com.apple.java.util.prefs.plist
А теперь перезагрузите компьютер и можно работать еще месяц спокойно.
Для Linux всё проще, достаточно вот этого (обратите внимание на каталог .IntelliJIdea2019.2, с версиями может быть другим):
cd
rm .IntelliJIdea2019.2/config/options/other.xml
rm .IntelliJIdea2019.2/config/eval/*
rm -rf .java/.userPrefs
Idea2020.2.2 installation and resetting the trial plugin
tags: Software sharing intellij idea windows
Special declaration: This article uses Intellij Idea as an example, and other JetBrains series software can also be used. For personal learning, please do not use for commercial purposes. If there is any infringement, please contact the author delete.
Step 1: Get the installation package of IDEA2020.2.2 version
Official website Download address: https://download-cf.jetbrains.com/idea/ideaiu-2020.2.2.exe
- Theoretically 2020.2 series support, here is 2020.2.2 as an example, other versions, please test it.
- If you have already installed the IDEA2020.2 series, you can skip the installation steps directly.
third step
。
Step 2: Install IDEA
-
After downloading, double click
ideaIU-2020.2.2.exe
Open the installation software;PS: If there is a software installed old version, please uninstall first
-
Select the installation directory, you want to start fast, it is recommended to install on the SSD hard drive.
-
Press your computer to check, 4G memory, usually 64-bit operating systems.
-
Click
Next
After you clickInstall
Waiting patiently waiting to be completed. -
After the installation is complete, check
Run IntelliJ IDEA
, ClickFinish
Run software. -
Click
Finish
After that, a registration box will be popped first.Evaluate for free
, ClickEvaluate
Enter the IDEA homepage:
Step 3: Reset IDEA trial
method one:
-
After entering the IDEA home page, click
Configure
, ClickPlugins
See the following interface (please keep the network open): -
Click
Installed
Set button on the right, chooseManage Plugin Repositories
:
-
Click
+
Number, put third party plug-in library addresshttps://plugins.zhile.io
Add in, clickOK
。 -
in
Plugins
Search plugins in the search boxIDE Eval Reset
, Clickinstall
Make installation, if the search is not, pay attention to whether the network is unblocked, whether the previous step is performed correctly. -
After the installation is successful, you can
Installed
See
Method Two:
-
Download plugin: Clicklink, Scan code or search
Programmer Wang Wang
Pay attention to the public account and return to «IDE plug-in» to get a reset trial plugin. -
Usually directly
zip
The package dragged into the IDE window to install the plugin.-
If you can’t drag the installation, you can
Configure
->Plugins
Handful installation plugin (Install Plugin From Disk...
)
-
-
The plugin will prompt to install success.
How to use the plugin
-
In general, when the IDE window cuts out or cut back (window loss / get the focus) will trigger the event, check if it is long (
25
Day) There is no reset, give you a choice. (The initial installation is directly given the prompt because the last reset time cannot be obtained) -
You can also manually call the main interface of the plugin:
- If the IDE does not open the project,
Welcome
Interface Click on the menu:Get Help
->Eval Reset
- If the IDE opens the project, click on the menu:
Help
->Eval Reset
- If the IDE does not open the project,
-
The previous plugin main interface contains some display information,
2
A button,1
Tool option:-
Button:
Reload
The display information used to refresh the interface. -
Button:
Reset
Click to ask if you reset the trial information andRestart IDE. selectYes
Reset operation andRestart the IDE,selectNo
Then don’t do anything. (This is a manual reset method) -
Check item:
Auto reset before per restart
If you have checked, you will be selected.Auto reset information automatically each time you restart / exit IDEYou don’t have to do extra things. (This is an automatic reset method)
-
How to update your plugin
- Update from plugin library (Recommended)
- The IDE will detect the update of its own and installed plugins, and give a prompt. If this plugin is updated, you will receive a prompt to see the update log, and choose whether to update it.
- Click on the IDE
Check for Updates...
The menu manually detects the update of IDE and installed plugins. If this plugin is updated, you will receive a prompt to see the update log, and choose whether to update it. - Plug-in updates may needRestart IDE。
- Manually update
- Download the latest plugin
zip
Package installation update. Refer to this article:Method Two
Section. - Plug-in update needsRestart IDE。
- Download the latest plugin
Supplementary description
- This plugin does not display its main interface by default, if you need, refer to this article:
How to use the plugin
Section. - The trial information of the market payment plugin is alsoA reset。
- For some paid plugins (eg:
Iedis 2
,MinBatis
Forward, you may need to remove it.javaagent
Configuration (if any) restart IDE:- If the IDE does not open the project,
Welcome
Interface Click on the menu:Configure
->Edit Custom VM Options...
-> Remove-javaagent:
Opening line. - If the IDE opens the project, click on the menu:
Help
->Edit Custom VM Options...
-> Remove-javaagent:
Opening line.
- If the IDE does not open the project,
- Reset needRestart the IDE!
- Do not pop up after reset
Licenses
The dialog allows you to select Enter license or trial, this is different from the previous reset script / plugin (one step of saving this annoying). - If
25
There is no reset action in the sky, the IDE will haveNotice inquiryWhether you are reset. - If check:
Auto reset before per restart
, Reset is quiet without sense. Simply, check it outAuto reset before per restart
No need to tubercion, once again.
This plugin comes from knowing the hands of the gods, and it is also the idea of the company, in this film! !
This article is installed and resetting the trial plug-in section is from: https: //zhile.io/2020/11/18/jetbrains-eval-reset-da33a93d.html
Intelligent Recommendation
Nuodb installation, trial
Introduction NuoDB releases a scalable cloud relational database http://www.infoq.com/cn/news/2013/03/nuodb Download 2. Unzip, install Login interface http://192.168.1.111:…
Libimobiledevice installation trial
The mac system is really a bit expensive. I found it on the Internet to find out if I can use the system library to implement the ios system related information such as iphone by adding it to windows/…
meta-IDBA installation and trial
[TOC] Installation Environment Ubuntu18.10 IDBA 1.1.1 installation The official website is herehttps://i.cs.hku.hk/~alse/hkubrg/projects/idba_ud/index.html Can be downloaded https://github.com/lonekni…
MEGAHIT installation and trial
[TOC] Installation Environment Ubuntu18.10 MEGAHIT v1.1.4-2-gd1998a1 installation See the processhttps://github.com/voutcn/megahit try out operation result There is a final.contigs.fa in megahitout Re…
More Recommendation
QUAST installation and trial
[TOC] Installation Environment Ubuntu18.10 quast-5.0.2 installation This problem occurs during installation After installing the plugin, this problem still occurs. I think it should be the default use…
FLASH installation and trial
[TOC] Installation Environment Ubuntu18.10 FLASH v2.2.00 installation Introduction to installation on github https://github.com/dstreett/FLASH2 Then you can run the flash2 in the FLASH2 folder directl…
SPAdes installation and trial
[TOC] Installation Environment Ubuntu18.10 SPAdes 3.13.0 System information: SPAdes version: 3.13.0 Python version: 2.7.15 OS: Linux-4.18.0-12-generic-x86_64-with-Ubuntu-18.10-cosmic installation http…
Proovread installation and trial
[TOC] Installation Environment Ubuntu18.10 Perl 5.10.1 or later Log::Log4perl File::Which (see #17) NCBI Blast-2.2.24+ or later samtools-1.1 or later installation fresh install git clone https://githu…
DRISEE installation and trial
[TOC] Installation Environment Ubuntu18.10 https://github.com/MG-RAST/DRISEE Follow the process here to install perl I remember installing it. Python is 3.6 pip install numpy==1.7.1 is also installed….
Copyright DMCA © 2018-2025 — All Rights Reserved — www.programmersought.com User Notice
Top
Original link: https://java4u.cn/tools/1445.html
Author | White Snail
Source | Snail Internet (woniu_internet)
For reprint, please contact authorization (WeChat ID: 919201148)
IntelliJ expired background
Some time ago, I reviewed the code of the teammate and found that when he moved the mouse to a method, all the comment information of the method was automatically displayed. As shown in the figure below, the IDE he and I used are both IntelliJ IDEA.
And I still follow the old way, every time I click inside the method to see the relevant method declaration, I feel outdated instantly. I asked my friend how to do it, and he said that it would be good to upgrade the IDE to the 2020 version.
I looked at my version, the 2017 version… It seemed to be out of date for many years, so I immediately updated to the flagship version of the 2020 version with trembling hands and an itching heart. After the update, I regret it a little, because the activation method of the previous version is no longer applicable to the new version. I found several activation methods on the Internet and tried them, but it didn’t work. I have no choice but to use the trial version first…
Time flies so fast, I remembered this today, opened the IDE and looked at the Expiration date, it seems that the trial version will expire next week. Thinking of the way I was in a hurry with the IDE next week, I decided to solve the problem of trial expiration today!
Program
After searching around on the Internet, the solutions given by enthusiastic netizens are all in the way of jetbrains-agent plug- in, which achieves the purpose of long-term use through activation code or License Server. But I tried it, but it didn’t work. I uninstalled the IDE and tried it again, but it still didn’t work.
Just when I was at a loss, I found that the author of the jetbrains -agent plugin [1] recently published an article, the article mentioned that the jetbrains-agent project has been stopped, and he has a new idea to prolong the use time of the product, that is to re- Set trial time.
Because the information about the one-month trial of jetbrains products is written in the code, it also makes this idea feasible. Knowing that according to this idea, a new plug-in was soon made, its name is IDE Eval Reset . The great god is amazing, I think I can do it soon, and I want to give him a compliment for the execution. .
Next, let’s talk about how to use this new plug-in.
Install
The installation is very simple, drag the following zip file (backend private message me ide_eval_retter to get the file download link) and drag it into the IDE to install it, and there will be a prompt when the installation is successful.
set up
Click Help -> Eval Reset in the menu bar, you will see two buttons and one option.
- The button Reload is used to refresh the trial information displayed on the interface. The value for UNTIL is the time when the trial period ends.
- After the button Reset is clicked, it will ask whether to reset the trial information and restart the IDE . Select Yes to perform the reset operation and restart the IDE to take effect , select No to do nothing. This is how to reset manually.
- If the option Auto reset before per restart is checked, the trial information will be automatically reset every time you restart/exit the IDE after checking, you don’t need to do extra things. This operation is silent and imperceptible, and it is an automatic reset method.
I set up an automatic reset, so that I don’t need to worry about the trial expiration in the future, once and for all.
Restarted the IDE and reloaded the trial information. The UNTIL information told me that I could continue the trial until the next month~
other
- If you have configured javaagent before, in order to avoid affecting some paid plugins, you need to remove the relevant information . Operation path: Help -> Edit Custom VM Options… -> Remove the line at the beginning of -javaagent:.
- The reset needs to restart the IDE to take effect !
- If there is no reset action for 25 days, the IDE will notify you to reset.
IDE Eval Reset project is only for personal study and research, not for commercial use!
If funds allow, please buy genuine , thank you for your cooperation!
Students can apply for genuine authorization for free with their student ID!
Startups can buy genuine licenses at 50% off !
This IDE plug-in is simple and easy to use. If it is useful to you, you can give me a like, click to watch it, or share it with your friends. Thank you very much for your readers.
I’m a snail, crawling like crazy on the Internet, see you next time.
Recommended reading:
Four-word multi-picture | Teach you UML views such as class diagram sequence diagram and so on
Java for You
References
Got it: https://zhile.io/
This article is transferred from: https://java4u.cn/tools/1445.html
This site is for inclusion only, and the copyright belongs to the original author.
From this article Using activation code to register JetBrains products, we can get the activation code, but it won’t work after a while. We have to use a new activation code.
Another way we can continue to use IDEA by resetting the 30-day trial period indefinitely. It is simple and stable. There is no need to worry about the failure of activation code.
- This tutorial is satisfied for all versions below 2021.2.
- This tutorial is satisfied for the JetBrains products, including Pycharm, IDEA, WebStorm, Phpstorm, Datagrip, RubyMine, CLion, AppCode, etc.
- This tutorial is satisfied for Windows/Mac/Linux systems.
I explain the steps of PhpStorm 2021.2 in Mac system, and it is same for other products.
1. Download the installation file
Go to the official website to download and install the installation file.
2. Start trial
Download related files: https://drive.google.com/drive/folders/1hhPCeLhlXAFKcX_RMflW3Fwl0iqch0ed?usp=sharing
You will use these files. The directory tree is as follows:
.
├── ide-eval-resetter-2.1.14-d2fedb86.zip
└── reset_script
├── reset_jetbrains_eval_mac_linux.sh
└── reset_jetbrains_eval_windows.vbs
1 directory, 3 files
You can run scrip or install plugin to start trial the IDE.
2.1 Run script
Wait for PhoStorm to run, a registration box will pop up, we check Evaluate for free
, click Evaluate
, and try it for 30 days first.
Note that if the above box does not pop up, you can run the script, and the script file is in the reset_script
folder.
Windows: reset_jetbrains_eval_windows.vbs
Linux/Mac: reset_jetbrains_eval_mac_linux.sh
The task of these scripts is to delete the eval files generated by IDE.
2.2 Install plugin
You can install Ide eval reset
either from Marketplace or from disk.
2.2.1 From Marketplace
Open the IDE:
- Windows:
Settings/Preferences...
->Plugins
- LInux/Mac:
Preferences...
->Plugins
Search Ide eval reset
in Marketplace
, and install
it.
2.2.2 From disk
Open the IDE:
- Windows:
Settings/Preferences...
->Plugins
- LInux/Mac:
Preferences...
->Plugins
Click the setting icon, select Install Plugin from Disk...
, and in the pop-up box, select the downloaded file of ide-eval-resetter-2.1.14-d2fedb86.zip
.
After the installation is successful, Eval Reset
will appear in the Help
menu.
3. Permanent trial
3.1 Scheduled tasks to run scripts
If you run the script, you can put the command in the scheduled task, such as the scheduled task of the Windows system, use Crontab for Linux/Mac and so on. There is no need to perform it manually.
3.2 Auto reset before per restart
Click Help
-> Eval Reset
. Reset the trial date.
If Auto reset before per restart
is checked, the trial information will be automatically reset every time the IDE is restarted/exited.