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
| For PhpStorm 2021.1 on Windows! | |
| (Make .bat) | |
| REM Delete eval folder with licence key and options.xml which contains a reference to it | |
| for %%I in ( | |
| "WebStorm", | |
| "IntelliJ", | |
| "CLion", | |
| "Rider", | |
| "GoLand", |
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
| Enter the commands one by one into the terminal: | |
| cd ~/.config/JetBrains/PhpStorm2020.2 | |
| rm eval/PhpStorm202.evaluation.key | |
| rm options/other.xml | |
| cd ~/.java/.userPrefs/jetbrains | |
| rm -rf phpstorm |