Phpstorm evaluation reset linux

Содержание
  1. jjjimenez100 / reset.sh
  2. This comment has been minimized.
  3. Jomooto commented Mar 15, 2021
  4. This comment has been minimized.
  5. celtic34fr commented May 6, 2021
  6. This comment has been minimized.
  7. k1paris commented Jun 4, 2021
  8. This comment has been minimized.
  9. ahmetbarut commented Jul 1, 2021 •
  10. This comment has been minimized.
  11. AndroiDjo commented Jul 13, 2021
  12. This comment has been minimized.
  13. masiandr commented Aug 16, 2021
  14. This comment has been minimized.
  15. ManHand1996 commented Sep 19, 2021
  16. This comment has been minimized.
  17. MaCkRage commented Sep 24, 2021
  18. This comment has been minimized.
  19. celtic34fr commented Sep 24, 2021
  20. This comment has been minimized.
  21. DmitriyPopovich commented Oct 4, 2021 •
  22. This comment has been minimized.
  23. yorshreynoso commented Oct 4, 2021
  24. khards / .bat
  25. This comment has been minimized.
  26. ZardoZAntony commented Jan 13, 2021
  27. This comment has been minimized.
  28. khards commented Jan 13, 2021
  29. This comment has been minimized.
  30. ZardoZAntony commented Jan 13, 2021
  31. This comment has been minimized.
  32. Keyss-cmd commented Mar 16, 2021
  33. Join here to get access for licenses daily:
  34. This comment has been minimized.
  35. khards commented Apr 8, 2021
  36. This comment has been minimized.
  37. khards commented May 3, 2021
  38. This comment has been minimized.
  39. ConceptOfCode commented Jun 8, 2021 •
  40. This comment has been minimized.
  41. tamzidpeace commented Jul 3, 2021
  42. Сброс тестового периода Phpstorm на Linux и Windows
  43. Как сбросить тестовый период Phpstorm на Linux Ubuntu и Windows-10 и восстановить проекты и подключения
  44. Сброс на Linux Ubuntu
  45. Версии для проверки
  46. Сброс тестового периода
  47. Восстановление проектов и подключений
  48. Сброс на Windows-10
  49. Версии для проверки
  50. Сброс тестового периода
  51. Восстановление проектов и подключений
  52. Выводы:

jjjimenez100 / reset.sh

#! /bin/bash
#! /bin/sh
# reset jetbrains ide evals
OS_NAME= $( uname -s )
JB_PRODUCTS= » IntelliJIdea CLion PhpStorm GoLand PyCharm WebStorm Rider DataGrip RubyMine AppCode «
for PRD in $JB_PRODUCTS ; do
rm -rf

/.java/.userPrefs/prefs.xml rm -rf

/.java/.userPrefs/jetbrains/prefs.xml rm -rf

/.config/JetBrains/ $ * /eval/ rm -rf

/.config/JetBrains/ $ * /options/other.xml done

This comment has been minimized.

Copy link Quote reply

Jomooto commented Mar 15, 2021

its necesary delete all directory rm -rf

/.java/.userPrefs
didnt work for me if just delete /.userPrefs/prefs.xml and /jetbrains/prefs.xml

This comment has been minimized.

Copy link Quote reply

celtic34fr commented May 6, 2021

-> just a precision, I tryed the following for PyCharm2021 and I reset the trial period correctly
-> context : I’ve other folders in

/.java folder that I cannot delete

/.java/.userPrefs/jetbrains/prefs.xml the line that refers to jetbrains with a text editor
remove folder

/.java/.userPrefs/jetbrains
remove folder

/.config/JetBrains/$/eval/ where $[PRD] is Pycharm2021.1
remove file

/.config/JetBrains/$ /options/other.xml where $[PRD] is Pycharm2021.1

I think that this manipulation could work for another JetBrains product, I’ve not tested it on PhpStorm which I also installed on my PC

This comment has been minimized.

Copy link Quote reply

k1paris commented Jun 4, 2021

This comment has been minimized.

Copy link Quote reply

ahmetbarut commented Jul 1, 2021 •

This comment has been minimized.

Copy link Quote reply

AndroiDjo commented Jul 13, 2021

its necesary delete all directory rm -rf

/.java/.userPrefs
didnt work for me if just delete /.userPrefs/prefs.xml and /jetbrains/prefs.xml

also delete full directory .userPrefs and its work for me too

This comment has been minimized.

Copy link Quote reply

masiandr commented Aug 16, 2021

This comment has been minimized.

Copy link Quote reply

ManHand1996 commented Sep 19, 2021

useful for me(manjaro xfce), thanks.

This comment has been minimized.

Copy link Quote reply

MaCkRage commented Sep 24, 2021

Thanks! Its working!

This comment has been minimized.

Copy link Quote reply

celtic34fr commented Sep 24, 2021

Just a note, I am using PhpStorm 2021.2 build PS-212.4745.100 (July 28, 2021), and resetting the trial period is not working even though I had the line ‘rm -rf

/.config/JetBrains/$*/pycharm.key’ to the original shell.
After a while (without doing anything), a window appears: Evaluation License Expired, this terminates the IDE and asks me to update online by purchasing a license.

Instead of PhpStorm, I use NetBeans to develop projects but it is not as conformable and easy as with PhpStorm.

This comment has been minimized.

Copy link Quote reply

DmitriyPopovich commented Oct 4, 2021 •

it work for me => ubuntu + phpstorm 2021

This comment has been minimized.

Copy link Quote reply

yorshreynoso commented Oct 4, 2021

well, it’s not working for me, I use to follow this instructions but now Datagrip ask me to log in to Jetbrains account. I updated to version IntelliJIdea2021.2. I thing i will have to do a downgrade and validate if it works.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

khards / .bat

# Remove reference to license
del » C:\Users\ %USERNAME% \AppData\Roaming\JetBrains\PhpStorm2020.3\options\other.xml «
# Remove old license key
echo Y | del » C:\Users\ %USERNAME% \AppData\Roaming\JetBrains\PhpStorm2020.3\eval\*.* «

This comment has been minimized.

Copy link Quote reply

ZardoZAntony commented Jan 13, 2021

Use Windows environment variable for user name:

del «C:\Users%USERNAME%\AppData\Roaming\JetBrains\PhpStorm2020.3\options\other.xml»
echo Y | del «C:\Users%USERNAME%\AppData\Roaming\JetBrains\PhpStorm2020.3\eval*.*»

This comment has been minimized.

Copy link Quote reply

khards commented Jan 13, 2021

Use Windows environment variable for user name:

del «C:\Users%USERNAME%\AppData\Roaming\JetBrains\PhpStorm2020.3\options\other.xml»
echo Y | del «C:\Users%USERNAME%\AppData\Roaming\JetBrains\PhpStorm2020.3\eval*.*»

Thanks for that.

This comment has been minimized.

Copy link Quote reply

ZardoZAntony commented Jan 13, 2021

Thank you too. Your script reset trial for plugin Laravel Idea too!

This comment has been minimized.

Copy link Quote reply

Keyss-cmd commented Mar 16, 2021

Join here to get access for licenses daily:

This comment has been minimized.

Copy link Quote reply

khards commented Apr 8, 2021

Now stopped working

This comment has been minimized.

Copy link Quote reply

khards commented May 3, 2021

This comment has been minimized.

Copy link Quote reply

ConceptOfCode commented Jun 8, 2021 •

hi there.
it is working for me.

REM Delete eval folder with licence key and options.xml which contains a reference to itfor %%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

This comment has been minimized.

Copy link Quote reply

tamzidpeace commented Jul 3, 2021

REM Delete eval folder with licence key and options.xml which contains a reference to itfor %%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

it works for me too. thank you.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Сброс тестового периода Phpstorm на Linux и Windows

Как сбросить тестовый период Phpstorm на Linux Ubuntu и Windows-10 и восстановить проекты и подключения

Сброс на Linux Ubuntu

Версии для проверки

  • PhpStorm 2019.2.2 Build#PS-192.6603.42, built on September 12, 2019
  • Linux w651 3.13.0-32-generic #57-Ubuntu SMP

Сброс тестового периода

Сбросить тестовый период можно из консоли, выполнив следующие команды:

/.PhpStorm[version]
rm config/eval/PhpStorm[version].evaluation.key
rm config/options
cd

/.java/.userPrefs/jetbrains
rm -rf phpstorm

Для перехода к директории .PhpStorm[version] наберите в консоле cd

Это решение скопировано с интернет и оно работает. Таким образом тестовый период 30 дней будет сброшен и можно начать новый.

Для перемещения файлов лучше воспользоваться файл-менеджером Dolphin или каким-либо другим. Если вы собираетесь восстановить рабочее пространство, сохраните файлы из config/options отдельно для последующего использования

Восстановление проектов и подключений

Списки проектов и подключений находятся в двух файлах webServers.xml и recentProjectDirectories.xml

Файл recentProjectDirectories.xml имеет примерно следующий вид:

Для каждого, описанного в файле проекта, существуют свои projectOpenTimestamp и buildTimestamp которые необходимо заменить на актуальные. Например, после сброса тестового периода, создайте новый пустой проект и скопируйте актуальные значения параметров из нового файла

После этого осталось только переместить обратно в config/options/ старый webServers.xml и обновленный recentProjectDirectories.xml. Восстановить цветовую схему и другие опци можно используя другие файлы каталога config/options/

Сброс на Windows-10

Версии для проверки

  • PhpStorm 2020.1
  • Windows-10 Pro Сборка 19041

Сброс тестового периода

На Windows, после истечения пробного периода, phpStorm показывает надоедливое окно с предупреждением, что время работы с программой ограничено 30 мин. Чтобы сбросить тестовый период необходимо выполнить следующие действия:

Откройте редактор реестра и удалите ветку

Перейдите в папку Пользователи системы (CurrentUser — ваше имя пользователя). Удалите папку

Скопируйте файлы отдельно из

После этих действий тестовый период будет сброшен и можно начать новый.

Восстановление проектов и подключений

PhpStorm хранит списки проектов в файле recentProjects.xml

Как и на Linux, вам необходимо обновить параметры projectOpenTimestamp и buildTimestamp для каждого проекта, описанного в файле

Теперь осталость только заменить новый recentProjects.xml на обновленный.

Выводы:

Php Storm хорошая среда для разработки, конечно она стоит своих денег, потому что бестплатный netBeans настроить на работу по sftp так и не удалось. Но на сброс тестового периода уйдет всего минут пять.

Источник

Читайте также:  The windows servicing store
Оцените статью