⚠️ IMPORTANT NOTICE
This tool currently supports:
- ✅ Windows: Latest 1.0.x versions (Supported)
- ✅ Mac/Linux: Latest 1.0.x versions (Supported, feedback welcome)
Please check your Cursor version before using this tool.
⚠️ General Solutions for Cursor
Close Cursor, log out of your account, and delete your account in the official website Settings (refresh IP node: Japan, Singapore, USA, Hong Kong, prioritizing low latency - not necessarily required but change if conditions allow; Windows users are recommended to refresh DNS cache:
ipconfig /flushdns) Go to the Cursor official website to delete your current account Steps: User avatar -> Setting -> Advanced▼ in the bottom left -> Delete AccountRun the machine code refresh script, see the script address below, available in China
Re-register an account, log in, and open Cursor to resume normal use.
Alternative solution: If still unusable after step [3], or if you encounter problems such as account registration failure or inability to delete an account, this usually means your browser has been identified or restricted by the target website (risk control). In this case, try switching browsers, such as: Edge, Google Chrome, Firefox. (Or, consider using a browser that can modify or randomize browser fingerprint information).
⚠️ MAC Address Modification Warning
For Mac users: This script includes a MAC address modification feature that will:
- Modify your network interface's MAC address
- Backup original MAC addresses before modification
- This modification may temporarily affect network connectivity
- You can skip this step when prompted during execution
To prevent Cursor from automatically updating to unsupported new versions, you can choose to disable the auto-update feature.
When running the reset tool, the script will ask if you want to disable auto-updates:
[Question] Do you want to disable Cursor auto-update feature? 0) No - Keep default settings (Press Enter) 1) Yes - Disable auto-update
Select 1 to automatically complete the disable operation.
Windows:
%LOCALAPPDATA%\cursor-updatermacOS:
# NOTE: As tested, this method only works for version 0.45.11 and below.
# Close Cursor
pkill -f "Cursor"
# Replacing app-update.yml with a blank/read-only file
cd /Applications/Cursor.app/Contents/Resources
mv app-update.yml app-update.yml.bak
touch app-update.yml
chmod 444 app-update.yml
# Go to Settings -> Application -> Update, set Mode to none.
# This must be done to prevent Cursor from checking for updates.
# NOTE: The cursor-updater modification method may no longer be effective
# In any case, remove update directory and create blocking file
rm -rf ~/Library/Application\ Support/Caches/cursor-updater
touch ~/Library/Application\ Support/Caches/cursor-updater
Linux:
# Close Cursor
pkill -f "Cursor"
# Remove update directory and create blocking file
rm -rf ~/.config/cursor-updater
touch ~/.config/cursor-updater
⚠️ Note: After disabling auto-updates, you'll need to manually download and install new versions. It's recommended to update only after confirming the new version is compatible.
When you encounter any of these messages:
Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please let us know if you believe this is a mistake.
[New Issue] Composer relies on custom models that cannot be billed to an API key. Please disable API keys and use a Pro or Business subscription. Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
This indicates you've reached the usage limit during the VIP free trial period:
You've reached your trial request limit.
High Load We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade to Pro, or switch to the 'default' model, Claude 3.5 sonnet, another model, or try again in a few moments.
Temporary Solution:
If the above solutions don't work, try:
If you see the "High Load" message for Claude 3.7 Sonnet, this indicates Cursor is limiting free trial accounts from using the 3.7 model during certain times of the day. Try:
Note: These access patterns may change as Cursor adjusts their resource allocation policies.
|
Windows ✅
|
macOS ✅
|
Linux ✅
|
macOS
# Method two
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
Linux
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
Note for Linux users: The script attempts to find your Cursor installation by checking common paths (
/usr/bin,/usr/local/bin,$HOME/.local/bin,/opt/cursor,/snap/bin), using thewhich cursorcommand, and searching within/usr,/opt, and$HOME/.local. If Cursor is installed elsewhere or not found via these methods, the script may fail. Ensure Cursor is accessible via one of these standard locations or methods.
Windows
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
Windows (Enhanced Version)
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
Enhanced Cursor machine code modifier with dual-mode operation and trial reset functionality
macOS
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
Linux
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
Windows
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
Windows (Enhanced Version)
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
Enhanced Cursor machine code modifier with dual-mode operation and trial reset functionality
1. Press Win + X key combination
2. Select one of these options from the menu:
- "Windows PowerShell (Administrator)"
- "Windows Terminal (Administrator)"
- "Terminal (Administrator)"
(Options may vary depending on Windows version)
1. Press Win + R key combination
2. Type powershell or pwsh in the Run dialog
3. Press Ctrl + Shift + Enter to run as administrator
or type in the opened window: Start-Process pwsh -Verb RunAs
4. Enter the reset script in the administrator terminal:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
For the enhanced version:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
Type pwsh in the search box, right-click and select "Run as administrator"
Enter the reset script in the administrator terminal:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
For the enhanced version:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
If PowerShell is not installed on your system, you can install it using one of these methods:
winget install --id Microsoft.PowerShell --source winget
Download the installer for your system:
Double-click the downloaded installer and follow the installation prompts
💡 If you encounter any issues, please refer to the Microsoft Official Installation Guide
That's it! The script will:
Download the appropriate file for your system from releases
cursor-id-modifier_windows_x64.execursor-id-modifier_windows_x86.execursor-id-modifier_darwin_x64_intelcursor-id-modifier_darwin_arm64_apple_siliconcursor-id-modifier_linux_x64cursor-id-modifier_linux_x86cursor-id-modifier_linux_arm64The program modifies Cursor's storage.json config file located at:
%APPDATA%\Cursor\User\globalStorage\storage.json~/Library/Application Support/Cursor/User/globalStorage/storage.json~/.config/Cursor/User/globalStorage/storage.jsonThe tool generates new unique identifiers for:
telemetry.machineIdtelemetry.macMachineIdtelemetry.devDeviceIdtelemetry.sqmIdWindows users can manually disable the auto-update feature:
C:\Users\username\AppData\Local\cursor-updatercursor-updater (without extension)macOS/Linux users can try to locate similar cursor-updater directory in their system and perform the same operation.
⚠️ Important: This tool modifies the Windows Registry
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CryptographyMachineGuidModifying this registry key may affect:
Automatic Backup
%APPDATA%\Cursor\User\globalStorage\backupsMachineGuid.backup_YYYYMMDD_HHMMSSManual Recovery Steps
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CryptographyMachineGuidWe value your feedback on the new enhanced script! If you've tried the cursor_win_id_modifier.ps1 script, please share your experience:
Your feedback helps us improve the tool for everyone. Feel free to open an issue or contribute to the project!
微信赞赏![]() 要到饭咧?啊咧?啊咧?不给也没事~ 请随意打赏 |
支付宝赞赏![]() 如果觉得有帮助,来包辣条犒劳一下吧~ |
Alipay![]() 1 Latiao = 1 AI thought cycle |
WeChat![]() 二维码7天内(9月29日前前)有效,过期请加微信或者公众号`煎饼果子卷AI` |
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.