@ -20,26 +20,14 @@
< tr >
< tr >
< td >
< td >
This tool is only intended for the following specific scenarios:
- 🕒 During Cursor's official free trial period
- 🔄 When system mistakenly flags as duplicate trial
- 🆘 As a temporary solution when official support is unavailable
**Please note:**
- 🚫 Not for bypassing paid features
- 💳 Purchase a license if trial expired
- 📞 Contact official support first
- ✅ Ensure valid trial period before use
< / td >
< / tr >
< / table >
< a name = "english" > < / a >
< a name = "english" > < / a >
## 🌟 English
## 🌟 English
### 📝 Description
### 📝 Description
A tool to resolve the following prompt issue during Cursor's free trial period:
A tool to resolve the following prompt issue during Cursor's free trial period:
< table >
< table >
< tr >
< tr >
< td >
< td >
@ -54,6 +42,7 @@ this is a mistake.
< / table >
< / table >
### ✨ Features
### ✨ Features
- 🔄 Reset Cursor free trial limitations
- 🔄 Reset Cursor free trial limitations
- 🔍 Automatic detection and closing of running instances
- 🔍 Automatic detection and closing of running instances
- 🌐 Cross-platform support with architecture detection
- 🌐 Cross-platform support with architecture detection
@ -61,8 +50,9 @@ this is a mistake.
- 🖥️ Both GUI and command-line interfaces
- 🖥️ Both GUI and command-line interfaces
### 💻 System Support
### 💻 System Support
| Platform | Status |
| Platform | Status |
|----------|---------|
| -------------------------------------------------- --------------------------------------------- | -- -------------------- |
|  | ✅ x64 |
|  | ✅ x64 |
|  | ✅ Intel/Apple Silicon |
|  | ✅ Intel/Apple Silicon |
|  | ✅ x64/ARM64 |
|  | ✅ x64/ARM64 |
@ -73,18 +63,21 @@ this is a mistake.
< summary > < b > 1️⃣ Automated Installation (Recommended)< / b > < / summary >
< summary > < b > 1️⃣ Automated Installation (Recommended)< / b > < / summary >
#### Linux/macOS
#### Linux/macOS
```bash
```bash
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/main /install.sh | sudo bash
curl -fsSL https://github.com/yuaotian/go-cursor-help/raw/refs/heads/master /install.sh | sudo bash
```
```
#### Windows PowerShell
#### Windows PowerShell
```powershell
```powershell
# Download and run with admin privileges
# Download and run with admin privileges
$url = "https://github.com/yuaotian/go-cursor-help/releases/latest/download/cursor-id-modifier .exe"
$url = "https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/bin/cursor_id_modifier_v2.0.0_windows_amd64 .exe"
$output = "$env:TEMP\cursor-id-modifier.exe"
$output = "$env:TEMP\cursor-id-modifier.exe"
Invoke-WebRequest -Uri $url -OutFile $output
Invoke-WebRequest -Uri $url -OutFile $output
Start-Process -FilePath $output -Verb RunAs
Start-Process -FilePath $output -Verb RunAs
```
```
< / details >
< / details >
< details >
< details >
@ -93,7 +86,7 @@ Start-Process -FilePath $output -Verb RunAs
Download from [Releases ](https://github.com/yuaotian/go-cursor-help/releases/latest ):
Download from [Releases ](https://github.com/yuaotian/go-cursor-help/releases/latest ):
| Platform | Architecture | File |
| Platform | Architecture | File |
|----------|-------------|------|
| ------------------------------------------------------- ---------------------------------------- | ------------- | -------- ------------------ |
|  | x64 | `cursor-id-modifier.exe` |
|  | x64 | `cursor-id-modifier.exe` |
|  | Intel (x64) | `cursor-id-modifier-amd64` |
|  | Intel (x64) | `cursor-id-modifier-amd64` |
|  | Apple Silicon | `cursor-id-modifier-arm64` |
|  | Apple Silicon | `cursor-id-modifier-arm64` |
@ -110,12 +103,14 @@ Download from [Releases](https://github.com/yuaotian/go-cursor-help/releases/lat
- 👑 Administrator/root privileges required
- 👑 Administrator/root privileges required
- 🚫 Cursor should be completely closed
- 🚫 Cursor should be completely closed
- 🌐 Internet connection for installation
- 🌐 Internet connection for installation
< / details >
< / details >
< details >
< details >
< summary > Running the Tool< / summary >
< summary > Running the Tool< / summary >
The tool will automatically:
The tool will automatically:
1. 🔑 Check for and request admin privileges
1. 🔑 Check for and request admin privileges
2. 🔍 Detect and close Cursor instances
2. 🔍 Detect and close Cursor instances
3. 💾 Backup existing configuration
3. 💾 Backup existing configuration
@ -123,6 +118,7 @@ The tool will automatically:
5. ✅ Apply changes
5. ✅ Apply changes
Restart Cursor after completion.
Restart Cursor after completion.
< / details >
< / details >
### 🔧 Troubleshooting
### 🔧 Troubleshooting
@ -131,26 +127,34 @@ Restart Cursor after completion.
< summary > Common Issues< / summary >
< summary > Common Issues< / summary >
#### 🚫 Permission Denied
#### 🚫 Permission Denied
- Windows: Right-click → "Run as Administrator"
- Windows: Right-click → "Run as Administrator"
- Linux/macOS: Use \`sudo\` when running
- Linux/macOS: Use \`sudo\` when running
#### ⚠️ Cursor Still Running
#### ⚠️ Cursor Still Running
- Tool will attempt auto-close
- Tool will attempt auto-close
- Manual close via Task Manager if needed
- Manual close via Task Manager if needed
#### 🔒 macOS Security
#### 🔒 macOS Security
If you see "unidentified developer" warning:
If you see "unidentified developer" warning:
1. Right-click → Open
1. Right-click → Open
2. Click "Open" in dialog
2. Click "Open" in dialog
< / details >
< / details >
### ⚠️ Cautions
### ⚠️ Cautions
- 🛡️ Use at your own risk
- 🛡️ Use at your own risk
- 💾 Backup important data
- 💾 Backup important data
- 📚 Educational purposes only
- 📚 Educational purposes only
### 🤝 Contributing
### 🤝 Contributing
We welcome contributions! Please ensure:
We welcome contributions! Please ensure:
- ✅ Cross-platform compatibility
- ✅ Cross-platform compatibility
- 🚫 No breaking changes
- 🚫 No breaking changes
- 🔍 Proper error handling
- 🔍 Proper error handling
@ -159,10 +163,13 @@ We welcome contributions! Please ensure:
---
---
< a name = "chinese" > < / a >
< a name = "chinese" > < / a >
## 🌏 中文
## 🌏 中文
### 📝 问题描述
### 📝 问题描述
解决Cursor在免费订阅期间出现以下提示的问题:
解决Cursor在免费订阅期间出现以下提示的问题:
< table >
< table >
< tr >
< tr >
< td >
< td >
@ -177,6 +184,7 @@ this is a mistake.
< / table >
< / table >
### ✨ 功能特性
### ✨ 功能特性
- 🔄 重置Cursor免费试用限制
- 🔄 重置Cursor免费试用限制
- 🔍 自动检测和关闭运行中的实例
- 🔍 自动检测和关闭运行中的实例
- 🌐 跨平台支持,自动检测系统架构
- 🌐 跨平台支持,自动检测系统架构
@ -184,8 +192,9 @@ this is a mistake.
- 🖥️ 支持图形界面和命令行
- 🖥️ 支持图形界面和命令行
### 💻 系统支持
### 💻 系统支持
| 平台 | 状态 |
| 平台 | 状态 |
|----------|---------|
| -------------------------------------------------- --------------------------------------------- | -- -------------------- |
|  | ✅ x64 |
|  | ✅ x64 |
|  | ✅ Intel/Apple Silicon |
|  | ✅ Intel/Apple Silicon |
|  | ✅ x64/ARM64 |
|  | ✅ x64/ARM64 |
@ -196,18 +205,22 @@ this is a mistake.
< summary > < b > 1️⃣ 自动安装(推荐)< / b > < / summary >
< summary > < b > 1️⃣ 自动安装(推荐)< / b > < / summary >
#### Linux/macOS
#### Linux/macOS
```bash
```bash
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/main/install.sh | sudo bash
curl -fsSL https://github.com/yuaotian/go-cursor-help/raw/refs/heads/master/install.sh | sudo bash
```
```
#### Windows PowerShell
#### Windows PowerShell
```powershell
```powershell
# 下载并以 管理员权限 运行
$url = "https://github.com/yuaotian/go-cursor-help/releases/latest/download/cursor-id-modifier .exe"
# 下载管理员运行
$url = "https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/bin/cursor_id_modifier_v2.0.0_windows_amd64 .exe"
$output = "$env:TEMP\cursor-id-modifier.exe"
$output = "$env:TEMP\cursor-id-modifier.exe"
Invoke-WebRequest -Uri $url -OutFile $output
Invoke-WebRequest -Uri $url -OutFile $output
Start-Process -FilePath $output -Verb RunAs
Start-Process -FilePath $output -Verb RunAs
```
```
< / details >
< / details >
< details >
< details >
@ -216,7 +229,7 @@ Start-Process -FilePath $output -Verb RunAs
从[发布页面](https://github.com/yuaotian/go-cursor-help/releases/latest)下载:
从[发布页面](https://github.com/yuaotian/go-cursor-help/releases/latest)下载:
| 平台 | 架构 | 文件 |
| 平台 | 架构 | 文件 |
|----------|-------------|------|
| ------------------------------------------------------- ---------------------------------------- | ------------- | -------- ------------------ |
|  | x64 | `cursor-id-modifier.exe` |
|  | x64 | `cursor-id-modifier.exe` |
|  | Intel (x64) | `cursor-id-modifier-amd64` |
|  | Intel (x64) | `cursor-id-modifier-amd64` |
|  | Apple Silicon | `cursor-id-modifier-arm64` |
|  | Apple Silicon | `cursor-id-modifier-arm64` |
@ -233,12 +246,14 @@ Start-Process -FilePath $output -Verb RunAs
- 👑 需要管理员/root权限
- 👑 需要管理员/root权限
- 🚫 确保Cursor完全关闭
- 🚫 确保Cursor完全关闭
- 🌐 需要网络连接进行安装
- 🌐 需要网络连接进行安装
< / details >
< / details >
< details >
< details >
< summary > 运行工具< / summary >
< summary > 运行工具< / summary >
工具将自动执行:
工具将自动执行:
1. 🔑 检查并请求管理员权限
1. 🔑 检查并请求管理员权限
2. 🔍 检测并关闭Cursor进程
2. 🔍 检测并关闭Cursor进程
3. 💾 备份现有配置
3. 💾 备份现有配置
@ -246,6 +261,7 @@ Start-Process -FilePath $output -Verb RunAs
5. ✅ 应用更改
5. ✅ 应用更改
完成后重启Cursor即可。
完成后重启Cursor即可。
< / details >
< / details >
### 🔧 故障排除
### 🔧 故障排除
@ -254,32 +270,41 @@ Start-Process -FilePath $output -Verb RunAs
< summary > 常见问题< / summary >
< summary > 常见问题< / summary >
#### 🚫 权限被拒绝
#### 🚫 权限被拒绝
- Windows:右键 → "以管理员身份运行"
- Windows:右键 → "以管理员身份运行"
- Linux/macOS:使用 \`sudo\` 运行
- Linux/macOS:使用 \`sudo\` 运行
#### ⚠️ Cursor仍在运行
#### ⚠️ Cursor仍在运行
- 工具会尝试自动关闭
- 工具会尝试自动关闭
- 如需要请通过任务管理器手动关闭
- 如需要请通过任务管理器手动关闭
#### 🔒 macOS安全性问题
#### 🔒 macOS安全性问题
如果看到"未识别的开发者"提示:
如果看到"未识别的开发者"提示:
1. 右键点击 → 打开
1. 右键点击 → 打开
2. 点击确认对话框中的"打开"
2. 点击确认对话框中的"打开"
< / details >
< / details >
### ⚠️ 注意事项
### ⚠️ 注意事项
- 🛡️ 使用本工具需自行承担风险
- 🛡️ 使用本工具需自行承担风险
- 💾 使用前请备份重要数据
- 💾 使用前请备份重要数据
- 📚 仅用于学习研究目的
- 📚 仅用于学习研究目的
### 🤝 贡献
### 🤝 贡献
欢迎提交问题和改进建议!请确保:
欢迎提交问题和改进建议!请确保:
- ✅ 保持跨平台兼容性
- ✅ 保持跨平台兼容性
- 🚫 避免破坏性更改
- 🚫 避免破坏性更改
- 🔍 完善的错误处理
- 🔍 完善的错误处理
- 📝 更新相关文档
- 📝 更新相关文档
## 📄 License
## 📄 License
MIT License
MIT License
Copyright (c) 2024
Copyright (c) 2024
@ -293,3 +318,4 @@ furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
copies or substantial portions of the Software.