Как сбросить триал intellij idea windows

Круг интересов

Full-stack development: Python, PostgreSQL, JavaScript, Linux, Git e t.c.

Полное удаление Intellij IDEA или Вечный Триал

Одна из самых шикарных IDE для full-stack разработки — Intellij IDEA. Community версия бесплатна, и для разработки на Java/Android ее хватит за глаза. А если приходится писать на Python, PL/SQL, Groovy, JavaScript, и еще горсточке языков? Тут только Professional вариант, вот только он стоит денег, хоть он того и стоит. Конечно, для начала вам предлагается пробный период на месяц, в течении которого можно успеть по достоинству оценить эту IDE. Но что, если пробный период закончился, а денег на приобретение все еще нет?

Простая переустановка ничего не даст, удаление приложения и новая установка — тоже. Дело в том, что в системе есть несколько мест, где работающая среда разработки оставляет следы, и видимо в том числе относительно момента первого запуска. Удивительно, но где именно их искать, никто и не скрывает. Из этого следует вывод — удаляя приложение, удаляйте и эти остатки, не забывая предварительно экспортировать свои настройки (File -> Export Settings). После этого вновь установленная IDEA будет считать пробный период сначала. Вся процедура займет от силы 5 минут.

Итак, пройдемся по этим каталогам и удалим все каталоги и файлы, которые имеют в имени название компании и продукта (пример для MacOS):

Последовательность можно описать такой bash-командой:

Такой способ подойдет и к другим продуктам JetBrains.

Как сбросить триал intellij idea windows

Article available in English

Ran out of trial period and you would like to have that period extended a little bit more, but you don’t feel like contacting the customer support, nor you don’t want to use a pirated copy either. What should you do? In this article, I will introduce a way to reset the trial period to its full duration from the beginning (30 days). As long as you reset the trial period when it begins to time out, you can virtually use the product in “trial state” for unlimited time! The tutorial was done on MacOS, but Window users should not have any problems finding a similar way to follow the tutorial (through the setting files in the hidden folder in Document folder and registry). You have to edit the host file too (to block the connection between the product and its server), but the pattern is the same for both OS. This reset trial guide should work with almost every standalone IDE of Jetbrain, such as IntelliJ Idea, PhpStorm, WebStorm, PyCharm, RubyMine. Let’s get our hand dirty!

1. Terminate your JetBrains application

2. Remove all *.key files in

/Library/Preferences/ /eval/ folder

Читайте также:  Rms ��������� ������ mac os

They are here

3. Remove

/Library/Preferences/ /options/options.xml file

In the picture above, the options folder and eval folder are in the same parent folder.

Use an XML editor to remove the keys (I’m using XCode). Regular text editors don’t seem to be working. In the picture, the “JetbrainsUserIdOnMachine” and “JetBrains” nested key are the two to be removed.

6. RESTART YOUR COMPUTER (this is important since OS caches all the preferences. You have to restart OS for the new preferences to be fetched)

7. Block connections to JetBrains servers

Open your host file (in MacOS the host file is located at /etc/hosts ). Append these two rows to your host file

You can also use other applications to block your JetBrains product’s internet connection (note that the application you use must be able to block outgoing connections). In MacOS I’m using Little Snitch to do this job for me (you can use a demo version of Little Snitch because JetBrains products seem to only connect to their server the moment they are launched, no periodically initiated connections so the demo version will work fine). If you opt for using Little Snitch, the configuration might be tricky so I pasted my configuration here for you.

You only need to block access to jetbrains.com domain You can safely enable “Allow incoming connections” if you are using WebStorm/PhpStorm/IntelliJIdea… for remote debugging. Inside the “Deny outgoing connections” rule you can enable outgoing connections to your remote debug server The application is pretty anal about application code signature so you have to google things a little (the result is at the top of the first page so you should not have any troubles following the guide to tweak the setting to fit your needs).

8. Finally, run your JetBrains product, select Evaluate for free and enjoy your renewed trial period!

This article is not supposed to be used for pirating, but if you find yourself short of time and/or you cannot find any reasonable excuses to have the customer support extend the trial period for you, then this article can become a life-saver. When you finish with the trial and decide to purchase the product, wipe everything related to your JetBrains product from your computer just in case.

VVATOR / IntelIJTrialReset.bat

cd » C: %HOMEPATH% \.IntelliJIdea*\config «
rmdir » eval » /s /q
del » options\other.xml «
reg delete » HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea » /f
:: This will work for idea 2018.3 and later
::
:: It is Highly Advised to Purchase the JetBrain Softwares
:: This is only for the case You just want to Extend the
:: Trial Period and Evaluate the IDE for some more Time

This comment has been minimized.

Copy link Quote reply

zakimatyi commented Oct 26, 2020

For me version 2020 is only working with the first line changed to> cd %APPDATA%\JetBrains\IntelliJIdea*

This comment has been minimized.

Copy link Quote reply

BadrEddineZtaoui commented Nov 24, 2020

is this working for all jetbrain products or just intellij idea ??

thanks for sharing.

This comment has been minimized.

Copy link Quote reply

zakimatyi commented Nov 25, 2020

is this working for all jetbrain products or just intellij idea ??

I think it should work, just change «IntelliJIdea*» with you product name (looking at what name you folder has) in the line> cd %APPDATA%\JetBrains\yourProduct*
And change in this line too searching the registry for the correct key name> reg delete «HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\yourProduct» /f

Читайте также:  Что замедляет работу компьютера windows 10

How do I remove my IntelliJ license in 2019.3?

I have JetBrains IntelliJ installed, how do I remove the license settings? I can find the license details in Help > Register. menu but that does not allow me to remove license settings or to enter invalid data like a nonexisting license server.

Use case: I have a license server installed which is running out of licenses. I want to make sure that my machine does not take a seat if I ever happen to start IntelliJ.

I dont see remove Icon anywhere:

Moderator note: please don’t suggest how to crack the software or remove trial period limitation.

8 Answers 8

To remove the license key:

  1. Find the IntelliJ configuration directory
  2. Find the .key license file
  3. Remove or rename the .key license file

In my case on a Windows 7 machine I could find this license key in C:\Users\you\.IntelliJIdea13\config\idea13.key

For Linux to reset current 30 days expiration license, you must run code:

Not sure about older versions, but in 2016.2 removing the .key file(s) didn’t work for me.

I’m using my JetBrains account and used the ‘Remove License’ button found at the bottom of the registration dialog. You can find this under the Help menu or from the startup dialog via Configure -> Manage License. .

For Windows : Using batch program.

Write this code in a text file and save it.

Now rename the file fileName.txt to fileName.bat

Close phpstorm if running. Disconnect internet. Then run the file. Open phpstorm again. If nothing goes wrong you will see the magic.

worst case : If phpstorm still shows «License Expired», at first uninstall and then apply the above technique.

in linux/ubuntu you can do, run following commands

I think there are more solutions!

You can start the app, and here are 3 things you can do:

  1. If the app shows for the first time the «import settings» dialog and then the «create/open a project» dialog, you can click on Settings > Manage License. > Remove License , and that removes for all Jetbrains products*.
  2. If you open products like IntelliJ IDEA and have projects currently active (like the app open automatically the all IDE without prompt), then click on File > Close Project , and follow the first step.
  3. Inside any app of IntelliJ, click on Help > Register. > Remove license .

*In case you have a license for a pack of products. If not, you have to remove the license per product individually. Check the 3rd step.

Взлом IDEA 15

Сейчас вкратце расскажу, как получить IDEA 15 ULTIMATE совершенно бесплатно и навсегда.

Тут, на самом деле, все просто. Нужно лишь в окне, где IDEA просит ее активировать, указать не ключ, а сервер. И передать ей эту ссылку:

На этом, собственно, все. Приятного использования IDEA и меньше вам костылей)

Найдены дубликаты

Посоны из JetBrains не для того старались, чтобы ты нищеброд хернёй маялся.

Отблагодари компанию за их труд, купи лицензию.

Ведь тебе комфортно пользоваться IDEA?

Два байткода этому мастеру!

было бы справедливо если тебе не платили бы за софт написанный в пиратской версии идеи.

надо же быть таким жадным уебаном чтобы зажать жалкие 200 баксов за великолепный рабочий инструмент, который кстати российского производства.

А ты что моя женщина что бы за тебя платить?)

первый раз вижу человека который пишет на джаве и не может позволить купить идею за жалкие 200 баксов)

Читайте также:  Панель управления nvidia для windows 10 где найти

персональную покупай. Она 200

То чувство, когда у тебя лицензия для образовательных целей на большинство продуктов jetbrains.

Здесь подробнее: https://www.jetbrains.com/support/community/#section=classroom

А что это?(я от ЛЛ)

Это человек работая джава програмером не может себе даже купить инструмент для работы.

Среда для разработки на Java если не ошибаюсь.

Платформа для разработки под Java. Производит компания JetBrains, которая на том же движке, что и Idea, сделала и продолжает делать редакторы под любые языки: PHP, JavaScript, HTML (PHPStorm, WebStorm), C (CLion), Python (не помню, как редактор зовётся) и пр.

БИТКОИНОВ АВТОРУ, у кого есть биткоины? Купить продать биткоин. Скачать бесплатно биткоин

Чем community edition для дома не подходит?
А на работе должна быть лицензия или будет попендрюкен во время проверки.

Где ключик лежмт, в какой папке?

Тоже хочу забекапить, комп то не один

Кстати JetBrains не запрещает пользоваться Персональной лицензией на работе! Я узнавал.

Только если вы лично ее купили 🙂

ну ёбана, не пали контору. И так работаем за еду, а тут ты такой мистер.

А что это за стрёмный китайский сервак? Не ссыкотно? Вы вообще знаете, какую информацию ИДЕЯ сливает на сервер, когда пытается там лицензию проверить? Я, например, не знаю. Были же кряки нормальные.

Сразу видно опыт

Немного о нашей безымянной студии и о том, что мы делаем

Привет всем! Пока мы, на самом деле, безымянная студия и проект, который делаем имеет техническое название «CGDrone». Сегодня мне захотелось написать эту короткую статью. Понимаете, замучился от всей этой работы со скетчами, цветами, алгоритмами и исправлением багов во вращениях, которые реализованы с помощью кватернионов. Последние, к слову, меня порядочно побили.

Часто натыкался в сети на разные истории о том как люди создавали свои игры, какие трудности перед ними стояли и что они в результате получили. У нашей команды тоже есть своя история, о ней я и хотел бы немного рассказать.

Дело было в институте, конец магистратуры. Мы с моим товарищем из параллельной группы решаем создать свою супер-пупер 3D-головоломку от первого лица. Такую, что просто… ну просто бомба и огонь. Надеюсь вы поняли меня. Почему решили делать игру? У меня есть опыт в рисовании, окончил школу с ИЗО уклоном, у напарника есть опыт в создании 3D-моделей. Ну и оба мы программисты как-никак, поработали в фирмах в т.ч. игры делали. Почему головоломку? Потому, что нам нравятся головоломки.

Работу мы разделили примерно пополам ну или делали кто что может. С одной стороны, если в команде 2 человека, то делить работу можно пополам! Удобно же 🙂 И на контроль за результатами работы всех разработчиков не так много времени уходит как, скажем, ушло бы если бы в нашей команде было 30 человек.

В итоге все встало на свои места: я стал отвечать за весь код и графику (шейдеры, освещение, пост-эффекты), а напарник за уровни и юридические вопросы. Вначале, кстати, он моделил лучше меня. Но со временем стало понятно, что просить его переделывать что-то каждый раз — это дергать человека и отрывать от основной работы. К тому же требования к моделям могут меняться и человек сойдет с ума от 1000 правок в день. Так что позже модели перешли под мою ответственность.

В самом начале мы придумали идею, игровые законы, механики, протестировали все в голове, на бумаге, и в Unity, запланировали сетевой режим.

Не поверите, но у меня набралось 2 толстенные папки со скетчами по проекту и иногда мне все еще приходится набрасывать картинки/перебирать идеи/сопоставлять объекты:

Скетчи, которые я набрасывал выглядят примерно так:

Оцените статью