重要提示
⚠️ 重要提示
本工具当前支持版本:
– ✅ Cursor v0.44.11 及以下版本
– ❌ 最新的 0.45.x 版本(暂不支持)
使用前请确认您的 Cursor 版本。
下载 Cursor v0.44.11
💾 下载 Cursor v0.44.11
– 从 Cursor 官方下载
– 从 ToDesktop 下载
🔒 禁用自动更新功能
为防止 Cursor 自动更新到不支持的新版本,您可以选择禁用自动更新功能。
方法一:使用内置脚本(推荐)
在运行重置工具时,脚本会询问是否要禁用自动更新:
[询问] 是否要禁用 Cursor 自动更新功能?
0) 否 – 保持默认设置 (按回车键)
1) 是 – 禁用自动更新
选择 1
即可自动完成禁用操作。
方法二:手动禁用
Windows:
1. 关闭所有 Cursor 进程
2. 删除目录:%LOCALAPPDATA%\cursor-updater
3. 在相同位置创建同名文件(不带扩展名)
macOS:
bash
关闭 Cursor
pkill -f “Cursor”
删除更新目录并创建阻止文件
rm -rf ~/Library/Application\ Support/cursor-updater
touch ~/Library/Application\ Support/cursor-updater
Linux:
bash
关闭 Cursor
pkill -f “Cursor”
删除更新目录并创建阻止文件
rm -rf ~/.config/cursor-updater
touch ~/.config/cursor-updater
⚠️ 注意: 禁用自动更新后,需要手动下载并安装新版本。建议在确认新版本可用后再更新。
📝 问题描述
当您遇到以下任一提示时:
问题一:试用账号限制
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.
问题三:试用请求次数限制
这表示在 VIP 免费试用期间已达到使用次数限制:
You’ve reached your trial request limit.
- 下载 Geek.exe 卸载程序[免费]
- 完全卸载 Cursor 应用
- 重新安装 Cursor 应用
- 转到解决方案 1
临时解决方案:
1. 关闭 Cursor 应用
2. 执行重置机器码脚本(见下方安装说明)
3. 重新打开 Cursor 即可继续使用
方案二:账号切换
- 文件 -> Cursor Settings -> 注销当前账号
- 关闭 Cursor
- 执行重置机器码脚本
- 使用新账号重新登录
方案三:网络优化
- 切换至低延迟节点(推荐区域:日本、新加坡、美国、香港)
- 确保网络稳定性
- 清除浏览器缓存后重试
🚀 系统支持
🚀 一键解决方案
国内用户(推荐)
macOS
bash
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
bash
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
powershell
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 (管理员)”
– “终端(管理员)”
方法二:使用 Win + R 运行命令
1. 按下 Win + R 组合键
2. 在运行框中输入 powershell 或 pwsh
3. 按 Ctrl + Shift + Enter 以管理员身份运行
4. 在管理员终端中输入以下重置脚本:
powershell
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,右键选择”以管理员身份运行”
在管理员终端中输入重置脚本:
powershell
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
- 运行以下命令:
bash
winget install –id Microsoft.PowerShell –source winget
完成后,脚本将:
1. ✨ 自动安装工具
2. 🔄 立即重置 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
🔧 技术细节
配置文件
程序修改 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
(不带扩展名)
macOS/Linux 用户可以尝试在系统中找到类似的 cursor-updater
目录进行相同操作。
安全特性
– ✅ 安全的进程终止
– ✅ 原子文件操作
– ✅ 错误处理和恢复
联系方式
⭐ 项目统计
📄 许可证
MIT 许可证
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.