Last active
July 1, 2025 15:51
-
-
Save m5lil/32c2817e7597c881a772bd17b3c46a5e to your computer and use it in GitHub Desktop.
[reset jetbrains application trial] reset jetbrains ide evals v1.0.4 #others
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
#!/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.' |
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
MacOC 13.7. RubyMine is working. Thanks!!!
not working.
tested on
CLion 2024.2.2
Build #CL-242.22855.75, built on September 18, 2024
Runtime version: 21.0.3+13-b509.15 aarch64 (JCEF 122.1.9)
not workign on mac CLion 2024.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you man works 1000% 🎉