imgVOID / jetbrains-license-2020
- воскресенье, 7 июня 2020 г. в 00:21:11
VBScript
JetBrains license servers 2020-2021 IntelliJ WebStorm PyCharm PhpStorm 05 May 2020 works; yo ho ho from Ukraine!
C:\Users\%USERNAME%\AppData\Roaming\JetBrains\WebStorm2020.1\eval\
find ~/.config/JetBrains/PyCharm2020.1/eval -type f -mtime +25 -delete
(Linux + MacOS) /etc/hosts
Change this file ownership into your name. so that you can edit.
command:
sudo chown username /etc/hosts
(Windows 7/8/10) C:\Windows\System32\drivers\etc\hosts
Good luck
for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider", "GoLand", "PhpStorm", "Resharper", "PyCharm") do (
for /d %%a in ("%USERPROFILE%\.%%I*") do (
rd /s /q "%%a/config/eval"
del /q "%%a\config\options\other.xml"
)
)
rmdir /s /q "%APPDATA%\JetBrains"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft" /f
cd ~/Library/Preferences
ls | grep 'jetbrains' | xargs rm
rm IntelliJIdea2019.1/eval/*.key
rm IntelliJIdea2019.1/options/other.xml
cd ~/Library/Preferences
plutil -convert xml1 com.apple.java.util.prefs.plist
sed -i'' -e '/evlsprt/d' com.apple.java.util.prefs.plist
plutil -convert binary1 com.apple.java.util.prefs.plist
https://github.com/alexatiks/jetbrains-reset-trial-evaluation-mac
cd
rm .IntelliJIdea2019.2/config/options/other.xml
rm .IntelliJIdea2019.2/config/eval/*
rm -rf .java/.userPrefs