Skip to content

Instantly share code, notes, and snippets.

@xiaklizrum
Last active May 14, 2024 14:54
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
@joeyboli
Copy link

PHP Storm ?

@xiaklizrum
Copy link
Author

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

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