Skip to content

Instantly share code, notes, and snippets.

@aaukhatov
Created September 3, 2019 17:38
Show Gist options
  • Save aaukhatov/51d777705906b9de753a06af207338b3 to your computer and use it in GitHub Desktop.
Save aaukhatov/51d777705906b9de753a06af207338b3 to your computer and use it in GitHub Desktop.
Reset Evaluation period in Intellij Idea 2019.x
rm ~/Library/Preferences/jetbrains.idea.*.plist
rm ~/Library/Preferences/IntelliJIdea2019.1/eval/*.key
sed -i'' -e '/evlsprt/d' ~/Library/Preferences/IntelliJIdea2019.1/options/options.xml
sed -i'' -e '/evlsprt/d' ~/Library/Preferences/com.apple.java.util.prefs.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment