⚠️ 重要提示 本工具当前支持版本:
- ✅ Cursor v0.44.11 及以下版本
- ✅ Windows: 最新的 0.47.x 版本(已支持)
- ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题)
使用前请确认您的 Cursor 版本。
🌟 最新版本
- v0.45.11 (2025-02-07) - 最新发布
- v0.44.11 (2025-01-03) - 最稳定版本
📥 直接下载链接
v0.44.11 (推荐稳定版)
- Windows: 官方下载 | 镜像下载
- Mac: Apple Silicon
⚠️ MAC地址修改警告
Mac用户请注意: 本脚本包含MAC地址修改功能,将会:
- 修改您的网络接口MAC地址
- 在修改前备份原始MAC地址
- 此修改可能会暂时影响网络连接
- 执行过程中可以选择跳过此步骤
📝 问题描述
当您遇到以下任何消息时:
问题 1: 试用账号限制
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.
问题 2: API密钥限制
[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
问题 3: 试用请求限制
这表明您在VIP免费试用期间已达到使用限制:
You've reached your trial request limit.
问题 4: Claude 3.7 高负载 (High Load)
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.
解决方案:完全卸载Cursor并重新安装(API密钥问题)
- 下载 Geek.exe 卸载工具[免费]
- 完全卸载Cursor应用
- 重新安装Cursor应用
- 继续执行解决方案1
临时解决方案:
解决方案 1: 快速重置(推荐)
- 关闭Cursor应用
- 运行机器码重置脚本(见下方安装说明)
- 重新打开Cursor继续使用
解决方案 2: 切换账号
- 文件 -> Cursor设置 -> 退出登录
- 关闭Cursor
- 运行机器码重置脚本
- 使用新账号登录
解决方案 3: 网络优化
如果上述解决方案不起作用,请尝试:
- 切换到低延迟节点(推荐区域:日本、新加坡、美国、香港)
- 确保网络稳定性
- 清除浏览器缓存并重试
解决方案 4: Claude 3.7 访问问题(High Load )
如果您看到Claude 3.7 Sonnet的”High Load”(高负载)消息,这表明Cursor在一天中某些时段限制免费试用账号使用3.7模型。请尝试:
- 使用Gmail邮箱创建新账号,可能需要通过不同IP地址连接
- 尝试在非高峰时段访问(通常在早上5-10点或下午3-7点之间限制较少)
- 考虑升级到Pro版本获取保证访问权限
- 使用Claude 3.5 Sonnet作为备选方案
注意:随着Cursor调整资源分配策略,这些访问模式可能会发生变化。
🚀 系统支持
Windows ✅ - x64 & x86 | macOS ✅ - Intel & M-series | Linux ✅ - x64 & ARM64 |
🚀 一键解决方案
国内用户(推荐)
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 | sudo bash
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 管理员终端运行和手动安装
Windows 系统打开管理员终端的方法:
方法一:使用 Win + X 快捷键
1. 按下 Win + X 组合键
2. 在弹出的菜单中选择以下任一选项:
- "Windows PowerShell (管理员)"
- "Windows Terminal (管理员)"
- "终端(管理员)"
(具体选项因Windows版本而异)
方法二:使用 Win + R 运行命令
1. 按下 Win + R 组合键
2. 在运行框中输入 powershell 或 pwsh
3. 按 Ctrl + Shift + Enter 以管理员身份运行
或在打开的窗口中输入: Start-Process pwsh -Verb RunAs
4. 在管理员终端中输入以下重置脚本:
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
方法三:通过搜索启动
在搜索框中输入 pwsh,右键选择”以管理员身份运行”
在管理员终端中输入重置脚本:
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
🔧 PowerShell 安装指南
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
方法一:使用 Winget 安装(推荐)
- 打开命令提示符或 PowerShell
- 运行以下命令:
winget install --id Microsoft.PowerShell --source winget
方法二:手动下载安装
下载对应系统的安装包:
- PowerShell-7.4.6-win-x64.msi (64位系统)
- PowerShell-7.4.6-win-x86.msi (32位系统)
- PowerShell-7.4.6-win-arm64.msi (ARM64系统)
双击下载的安装包,按提示完成安装
💡 如果仍然遇到问题,可以参考 Microsoft 官方安装指南
Windows 安装特性:
- 🔍 自动检测并使用 PowerShell 7(如果可用)
- 🛡️ 通过 UAC 提示请求管理员权限
- 📝 如果没有 PS7 则使用 Windows PowerShell
- 💡 如果提权失败会提供手动说明
完成后,脚本将:
- ✨ 自动安装工具
- 🔄 立即重置 Cursor 试用期
📦 手动安装
从 releases 下载适合您系统的文件
Windows 安装包
- 64 位:cursor-id-modifier_windows_x64.exe
- 32 位: cursor-id-modifier_windows_x86.exe
macOS 安装包
- Intel:cursor-id-modifier_darwin_x64_intel
- M1/M2: cursor-id-modifier_darwin_arm64_apple_silicon
Linux 安装包
- 64 位:cursor-id-modifier_linux_x64
- 32 位: cursor-id-modifier_linux_x86
- ARM64: cursor-id-modifier_linux_arm64
🔧 技术细节
注册表修改说明
> ⚠️ 重要提示:本工具会修改系统注册表 #### 修改内容 - 路径:计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography
- 项目:MachineGuid
#### 潜在影响
修改此注册表项可能会影响:
- Windows 系统对设备的唯一标识
- 某些软件的设备识别和授权状态
- 基于硬件标识的系统功能
#### 安全措施
1. 自动备份
- 每次修改前会自动备份原始值
- 备份保存在:%APPDATA%\Cursor\User\globalStorage\backups
- 备份文件格式:MachineGuid.backup_YYYYMMDD_HHMMSS
2. 手动恢复方法
- 打开注册表编辑器(regedit)
- 定位到:计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography
- 右键点击 MachineGuid
- 选择”修改”
- 粘贴备份文件中的值
#### 注意事项
- 建议在修改前先确认备份文件的存在
- 如遇问题可通过备份文件恢复原始值
- 必须以管理员权限运行才能修改注册表
配置文件
程序修改 Cursor 的storage.json
配置文件,位于:
- Windows: %APPDATA%\Cursor\User\globalStorage\
- macOS: ~/Library/Application Support/Cursor/User/globalStorage/
- Linux: ~/.config/Cursor/User/globalStorage/
修改字段
工具会生成新的唯一标识符: -telemetry.machineId
- telemetry.macMachineId
- telemetry.devDeviceId
- telemetry.sqmId
手动禁用自动更新
Windows 用户可以手动禁用自动更新功能: 1. 关闭所有 Cursor 进程 2. 删除目录:C:\Users\用户名\AppData\Local\cursor-updater
3. 创建同名文件:cursor-updater
(不带扩展名)
Linux用户可以尝试在系统中找到类似的cursor-updater
目录进行相同操作。
MacOS用户按照以下步骤操作:
bash
# 注意:经测试,此方法仅适用于0.45.11及以下版本,不支持0.46.*版本
# 关闭所有 Cursor 进程
pkill -f "Cursor"
# 备份app-update.yml并创建空的只读文件代替原文件
cd /Applications/Cursor.app/Contents/Resources
mv app-update.yml app-update.yml.bak
touch app-update.yml
chmod 444 app-update.yml
# 打开Cursor设置,将更新模式设置为“无”,该步骤必须执行,否则Cursor依然会自动检查更新
# 步骤:Settings -> Application -> Update, 将Mode设置为none
# 注意: cursor-updater修改方法可能已失效。但为了以防万一,还是删除更新目录并创建阻止文件
rm -rf ~/Library/Application\ Support/Caches/cursor-updater
touch ~/Library/Application\ Support/Caches/cursor-updater