Cursor 续费问题处理
当看到以下提示时重置Cursor试用期:
too many free trial accounts used on this machine.
手动解决方法
1.完全关闭 Cursor
2.找到配置文件位置:
- Windows:
%APPDATA%\Cursor\User\globalStorage\storage.json
- macOS:
~/Library/Application Support/Cursor/User/globalStorage/storage.json
- Linux:
~/.config/Cursor/User/globalStorage/storage.json
3.备份 storage.json
4.编辑 storage.json 并更新以下字段(使用新的随机UUID):
{
"telemetry.machineId": "生成新的uuid",
"telemetry.macMachineId": "生成新的uuid",
"telemetry.devDeviceId": "生成新的uuid",
"telemetry.sqmId": "生成新的uuid",
"lastModified": "2024-01-01T00:00:00.000Z",
"version": "1.0.1"
}
5.保存文件并重启 Cursor
自动解决方法
1.从发布界面下载本地系统对应的版本
2.解压并以管理员/root权限运行:
# Linux/macOS
sudo ./cursor-id-modifier
# Windows (PowerShell 管理员)
.\cursor-id-modifier.exe
3.运行后,会自动生成新的UUID,并替换配置文件中的UUID。