Skip to content

Instantly share code, notes, and snippets.

@ShawNexT
Last active July 19, 2024 06:25
Show Gist options
  • Save ShawNexT/1cc84fc0cb13116606368f8673b18db4 to your computer and use it in GitHub Desktop.
Save ShawNexT/1cc84fc0cb13116606368f8673b18db4 to your computer and use it in GitHub Desktop.
WebStorm & DataGrip & IntelliJIdea renew license
cd ~/.WebStorm*
rm config/eval/WebStorm*evaluation.key
rm config/options/other.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf webstorm
cd ~/.DataGrip*
rm config/eval/DataGrip*evaluation.key
rm config/options/other.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf datagrip
// IntelliJ Idea
cd ~/.IntelliJIdea*
rm config/eval/idea*evaluation.key
rm config/options/other.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf idea
or
cd ~/.config/JetBrains/IntelliJIdea*
rm -rf options/other.xml
rm -rf eval/*.evaluation.key
cd ~/.java/.userPrefs/jetbrains
>> rm -rf '_!(!!cg"p!(}!}@"j!(k!|w"w!'\''8!b!"p!'\'':!e@==' (but it can be different)
@ahmetcanisik
Copy link

Do you know any other commands that work for windows?

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