Resets Cursor's free trial limitation when you see:
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.
Windows ✅
|
macOS ✅
|
Linux ✅
|
Linux/macOS: Copy and paste in terminal
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
Windows: Copy and paste in PowerShell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
- 🔍 Automatically detects and uses PowerShell 7 if available
- 🛡️ Requests administrator privileges via UAC prompt
- 📝 Falls back to Windows PowerShell if PS7 isn't found
- 💡 Provides manual instructions if elevation fails
That's it! The script will:
- ✨ Install the tool automatically
- 🔄 Reset your Cursor trial immediately
Download the appropriate file for your system from releases
Windows Packages
- 64-bit:
cursor-id-modifier_windows_x64.exe
- 32-bit:
cursor-id-modifier_windows_x86.exe
macOS Packages
- Intel:
cursor-id-modifier_darwin_x64_intel
- M1/M2:
cursor-id-modifier_darwin_arm64_apple_silicon
Linux Packages
- 64-bit:
cursor-id-modifier_linux_x64
- 32-bit:
cursor-id-modifier_linux_x86
- ARM64:
cursor-id-modifier_linux_arm64
Configuration Files
The program modifies Cursor's storage.json
config file located at:
- Windows:
%APPDATA%\Cursor\User\globalStorage\storage.json
- macOS:
~/Library/Application Support/Cursor/User/globalStorage/storage.json
- Linux:
~/.config/Cursor/User/globalStorage/storage.json
Modified Fields
The tool generates new unique identifiers for:
telemetry.machineId
telemetry.macMachineId
telemetry.devDeviceId
telemetry.sqmId
Safety Features
- ✅ Safe process termination
- ✅ Atomic file operations
- ✅ Error handling and recovery
当看到以下提示时重置Cursor试用期:
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.
Windows ✅
|
macOS ✅
|
Linux ✅
|
Linux/macOS: 在终端中复制粘贴
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
Windows: 在PowerShell中复制粘贴
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
- 🔍 自动检测并使用 PowerShell 7(如果可用)
- 🛡️ 通过 UAC 提示请求管理员权限
- 📝 如果没有 PS7 则使用 Windows PowerShell
- 💡 如果提权失败会提供手动说明
That's it! The script will:
- ✨ 自动安装工具
- 🔄 立即重置Cursor试用期
Download the appropriate file for your system from releases
Windows Packages
- 64-bit:
cursor-id-modifier_windows_x64.exe
- 32-bit:
cursor-id-modifier_windows_x86.exe
macOS Packages
- Intel:
cursor-id-modifier_darwin_x64_intel
- M1/M2:
cursor-id-modifier_darwin_arm64_apple_silicon
Linux Packages
- 64-bit:
cursor-id-modifier_linux_x64
- 32-bit:
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
安全特性
- 第一时间获取最新版本更新
- CursorAI使用技巧和最佳实践
- 利用AI提升编程效率
- 更多AI工具和开发资源
MIT License
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.