Last active
August 9, 2024 14:25
-
-
Save ShawNexT/1cc84fc0cb13116606368f8673b18db4 to your computer and use it in GitHub Desktop.
WebStorm & DataGrip & IntelliJIdea renew license
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you know any other commands that work for windows?