Skip to content

Instantly share code, notes, and snippets.

@xiaklizrum
Last active June 7, 2024 11:48
Show Gist options
  • Save xiaklizrum/8cd725e2633a94a022615f470e92d208 to your computer and use it in GitHub Desktop.
Save xiaklizrum/8cd725e2633a94a022615f470e92d208 to your computer and use it in GitHub Desktop.
Reset jetbrains intellij idea 2020 30-day evaluation period
# linux
rm -rf ~/.config/JetBrains/IntelliJIdea*/eval/*.evaluation.key ~/.config/JetBrains/IntelliJIdea*/options/other.xml ~/.java/.userPrefs/jetbrains/idea
# mac os
rm ~/Library/Application\ Support/JetBrains/IntelliJIdea*/eval/*.evaluation.key ~/Library/Application\ Support/JetBrains/IntelliJIdea*/options/other.xml ~/Library/Preferences/jetbrains.idea.* ~/Library/Preferences/com.apple.java.util.prefs.plist
@xiaklizrum
Copy link
Author

Try replacing IntelliJIdea* with PhpStorm*,
I am not sure if this method works for current JetBrains products

@adsguilherme
Copy link

Does this work on newer versions or only in 2020?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment