
You would need a new account for a new eval time, which is a bit unhandy (you need a new email each time etc.). So it is very easy to check the real eval time for JetBrains. Rm -rf $keys done fi # userPrefs for product in P圜harm DataGrip CLion IntelliJIdea WebStorm PhpStorm GoLand RubyMine do # To use with Bash, replace $ fi done echo "Done! "Īre there any scripts that work for version 2022.2 ?Īfter 2021.1.3 the evaluation was only possible with an account. Keys= $(ls $HOME/.config/JetBrains/ */eval/ *.key 2> /dev/null ) # Remove if ] then for other in $keys do Sed -i 's/evlsprt// ' $other # You can choose to remove instead of change in the line below # rm -rf $other done fi #. #!/usr/bin/env zsh # Description: Reset JetBrains IDE Product Trial # Requeriments: # - JetBrains IDE Product /dev/null ) # Change/Remove if ] then for other in $others do Rm -f ~/Library/Preferences/jetbrains.*.*.plist Rm -f ~/Library/Preferences/com.jetbrains.*.plist Sed -i '' '/evlsprt/d' ~/Library/Application\ Support/JetBrains/$product*/options/other.xmlĮcho "removing additional plist files." Sed -i '' '/evlsprt/d' ~/Library/Preferences/$product*/options/other.xml Rm -rf ~/Library/Application\ Support/JetBrains/$product*/evalĮcho "removing all evlsprt properties in options.xml." # Above path not working on latest version.


Ps aux | grep -i MacOs/$product | cut -d " " -f 5 | xargs kill -9Įcho "Resetting trial period for $product" #!/bin/bashįor product in IntelliJIdea WebStorm DataGrip PhpStorm CLion P圜harm GoLand RubyMine Rider do
