⚠️ 重要提示
本工具当前支持版本:
- ✅ Cursor v0.45.x 及以下版本
- ✅ Windows: 最新的 0.47.x 版本(已支持)
- ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题)
使用前请确认您的 Cursor 版本。
⚠️ MAC地址修改警告
Mac用户请注意: 本脚本包含MAC地址修改功能,将会:
- 修改您的网络接口MAC地址
- 在修改前备份原始MAC地址
- 此修改可能会暂时影响网络连接
- 执行过程中可以选择跳过此步骤
当您遇到以下任何消息时:
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
这表明您在VIP免费试用期间已达到使用限制:
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.
临时解决方案:
如果上述解决方案不起作用,请尝试:
如果您看到Claude 3.7 Sonnet的"High Load"(高负载)消息,这表明Cursor在一天中某些时段限制免费试用账号使用3.7模型。请尝试:
注意:随着Cursor调整资源分配策略,这些访问模式可能会发生变化。
Windows ✅
|
macOS ✅
|
Linux ✅
|
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
1. 按下 Win + X 组合键
2. 在弹出的菜单中选择以下任一选项:
- "Windows PowerShell (管理员)"
- "Windows Terminal (管理员)"
- "终端(管理员)"
(具体选项因Windows版本而异)
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,可以通过以下方法安装:
winget install --id Microsoft.PowerShell --source winget
下载对应系统的安装包:
双击下载的安装包,按提示完成安装
💡 如果仍然遇到问题,可以参考 Microsoft 官方安装指南
完成后,脚本将:
从 releases 下载适合您系统的文件
cursor-id-modifier_windows_x64.exe
cursor-id-modifier_windows_x86.exe
cursor-id-modifier_darwin_x64_intel
cursor-id-modifier_darwin_arm64_apple_silicon
cursor-id-modifier_linux_x64
cursor-id-modifier_linux_x86
cursor-id-modifier_linux_arm64
⚠️ 重要提示:本工具会修改系统注册表
计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography
MachineGuid
修改此注册表项可能会影响:
自动备份
%APPDATA%\Cursor\User\globalStorage\backups
MachineGuid.backup_YYYYMMDD_HHMMSS
手动恢复方法
计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography
MachineGuid
程序修改 Cursor 的storage.json
配置文件,位于:
%APPDATA%\Cursor\User\globalStorage\
~/Library/Application Support/Cursor/User/globalStorage/
~/.config/Cursor/User/globalStorage/
工具会生成新的唯一标识符:
telemetry.machineId
telemetry.macMachineId
telemetry.devDeviceId
telemetry.sqmId
Windows 用户可以手动禁用自动更新功能:
C:\Users\用户名\AppData\Local\cursor-updater
cursor-updater
(不带扩展名)Linux用户可以尝试在系统中找到类似的cursor-updater
目录进行相同操作。
MacOS用户按照以下步骤操作:
# 注意:经测试,此方法仅适用于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
cursor_free_trial_reset.sh
脚本curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_free_trial_reset.sh -o ./cursor_free_trial_reset.sh && sudo bash ./cursor_free_trial_reset.sh && rm ./cursor_free_trial_reset.sh
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_free_trial_reset.sh | sudo bash
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_free_trial_reset.sh | iex
个人微信 微信:JavaRookie666 |
微信交流群 二维码7天内(4月15日前)有效,过期请加微信 |
公众号 获取更多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.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。