-
-
Save m5lil/32c2817e7597c881a772bd17b3c46a5e to your computer and use it in GitHub Desktop.
#!/bin/bash | |
# reset jetbrains ide evals v1.0.4 | |
OS_NAME=$(uname -s) | |
JB_PRODUCTS="IntelliJIdea CLion PhpStorm GoLand PyCharm WebStorm Rider DataGrip RubyMine AppCode" | |
if [ "$OS_NAME" == "Darwin" ]; then | |
echo 'macOS:' | |
for PRD in $JB_PRODUCTS; do | |
rm -rf ~/Library/Preferences/"${PRD}"*/eval | |
sed -i '' '/name="evlsprt.*"/d' ~/Library/Preferences/"${PRD}"*/options/other.xml >/dev/null 2>&1 | |
rm -rf ~/Library/Application\ Support/JetBrains/"${PRD}"*/eval | |
sed -i '' '/name="evlsprt.*"/d' ~/Library/Application\ Support/JetBrains/"${PRD}"*/options/other.xml >/dev/null 2>&1 | |
done | |
plutil -remove "/.JetBrains\.UserIdOnMachine" ~/Library/Preferences/com.apple.java.util.prefs.plist >/dev/null | |
plutil -remove "/.jetbrains/.user_id_on_machine" ~/Library/Preferences/com.apple.java.util.prefs.plist >/dev/null | |
plutil -remove "/.jetbrains/.device_id" ~/Library/Preferences/com.apple.java.util.prefs.plist >/dev/null | |
elif [ "$OS_NAME" == "Linux" ]; then | |
echo 'Linux:' | |
for PRD in $JB_PRODUCTS; do | |
rm -rf ~/."${PRD}"*/config/eval | |
sed -i '/name="evlsprt.*"/d' ~/."${PRD}"*/config/options/other.xml >/dev/null 2>&1 | |
rm -rf ~/.config/JetBrains/"${PRD}"*/eval | |
sed -i '/name="evlsprt.*"/d' ~/.config/JetBrains/"${PRD}"*/options/other.xml >/dev/null 2>&1 | |
done | |
sed -i '/key="JetBrains\.UserIdOnMachine"/d' ~/.java/.userPrefs/prefs.xml | |
sed -i '/key="device_id"/d' ~/.java/.userPrefs/jetbrains/prefs.xml | |
sed -i '/key="user_id_on_machine"/d' ~/.java/.userPrefs/jetbrains/prefs.xml | |
else | |
echo 'unsupport' | |
exit | |
fi | |
echo 'done.' |
Not working for me.
- Mac (Sonoma 14.5)
- WebStorm 2024.1.5
Steps to resolve this -
- Logout if any account is logged in to the WebStorm and Remove Licence
- Close WebStorm completely
- Run the reset.sh
- Shutdown Mac
- Wait for 5mins
- Power On Mac
- Again Run the reset.sh
- Open the WebStorm - It worked for me 🎉
Not working for me.
- Mac (Sonoma 14.5)
- WebStorm 2024.1.5
Steps to resolve this -
- Logout if any account is logged in to the WebStorm and Remove Licence
- Close WebStorm completely
- Run the reset.sh
- Shutdown Mac
- Wait for 5mins
- Power On Mac
- Again Run the reset.sh
- Open the WebStorm - It worked for me 🎉
It really worked. Thanx
Not working for me.
- Mac (Sonoma 14.5)
- WebStorm 2024.1.5
Steps to resolve this -
- Logout if any account is logged in to the WebStorm and Remove Licence
- Close WebStorm completely
- Run the reset.sh
- Shutdown Mac
- Wait for 5mins
- Power On Mac
- Again Run the reset.sh
- Open the WebStorm - It worked for me 🎉
worked .. thanks
killall cfprefsd
its working thank you all
Worked! CLion 2024.1 MacOS beta 15.0
Thank you so much!
P.S. I would have bought the license (for personal use and for learning c++), but I am not allowed to, because based on the location where I live I am judged by some people to not be worthy of purchasing a lot of software products, or games, or many other things. This is so stupid and pointless..
Unfortunately, I have to pirate it now.
Not working for me.
- Mac (Sonoma 14.5)
- WebStorm 2024.1.5
Steps to resolve this -
- Logout if any account is logged in to the WebStorm and Remove Licence
- Close WebStorm completely
- Run the reset.sh
- Shutdown Mac
- Wait for 5mins
- Power On Mac
- Again Run the reset.sh
- Open the WebStorm - It worked for me 🎉
works for me!
Works. WebStorm 2024.2, Retina
Not working for me.
- Mac (Sonoma 14.5)
- WebStorm 2024.1.5
Steps to resolve this -
- Logout if any account is logged in to the WebStorm and Remove Licence
- Close WebStorm completely
- Run the reset.sh
- Shutdown Mac
- Wait for 5mins
- Power On Mac
- Again Run the reset.sh
- Open the WebStorm - It worked for me 🎉
Thank you man works 1000% 🎉
killall cfprefsd
its working thank you all
o( ̄▽ ̄)d
it still works for me! os sequoia, goland 2024.3.1
Not working for me
thanks you
Không hiệu quả với tôi.
- Máy Mac (Sonoma 14.5)
- WebStorm 2024.1.5
Các bước để giải quyết vấn đề này -
- Đăng xuất nếu có bất kỳ tài khoản nào được đăng nhập vào WebStorm và Xóa Giấy phép
- Đóng WebStorm hoàn toàn
- Chạy reset.sh
- Tắt máy Mac
- Chờ 5 phút
- Bật nguồn máy Mac
- Chạy lại reset.sh
- Mở WebStorm - Nó hiệu quả với tôi 🎉
thanks you very much
Not working for me.