From 186e79b064d80674fdea31b2ef93d8cf2a3c8005 Mon Sep 17 00:00:00 2001
From: Ankit Kumar Singh <160294709+AskitEndo@users.noreply.github.com>
Date: Mon, 20 Jan 2025 14:02:31 +0530
Subject: [PATCH] =?UTF-8?q?readme=20files=20updated=20|=20=E8=87=AA?=
=?UTF-8?q?=E8=BF=B0=E6=96=87=E4=BB=B6=E5=B7=B2=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 56 +++++++++++++++++++++++++++++++---
README_CN.md | 85 +++++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 119 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index ad53efb..09ba6c0 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
### 📝 Description
-> Resets Cursor's free trial limitation when you see:
+> Resets Cursor's free trial limitation when you see:

```text
Too many free trial accounts used on this machine.
@@ -25,26 +25,56 @@ to prevent abuse. Please let us know if you believe
this is a mistake.
```
+or 
+
+```text
+[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
+```
+
> If you see this message:This means you've reached the usage limit during the VIP free trial period.
```text
You've reached your trial request limit.
```
-> Temporary Solution:
+
+
+
+
+
+#### Solution 0: Uninstall Cursor Completely And Reinstall (API key Issue)
+
+1. Download [Geek.exe Uninstaller[Free]](https://geekuninstaller.com/download)
+2. Uninstall Cursor app completely
+3. Re-Install Cursor app
+4. Continue to Solution 1
+
+
+
+
+
+> Temporary Solution:
#### Solution 1: Quick Reset (Recommended)
+
1. Close Cursor application
2. Run the machine code reset script (see installation instructions below)
3. Reopen Cursor to continue using
#### Solution 2: Account Switch
+
1. File -> Cursor Settings -> Sign Out
2. Close Cursor
3. Run the machine code reset script
4. Login with a new account
#### Solution 3: Network Optimization
+
If the above solutions don't work, try:
+
- Switch to low-latency nodes (Recommended regions: Japan, Singapore, US, Hong Kong)
- Ensure network stability
- Clear browser cache and retry
@@ -56,6 +86,7 @@ If the above solutions don't work, try:
**Windows** ✅
+
- x64 (64-bit)
- x86 (32-bit)
@@ -63,6 +94,7 @@ If the above solutions don't work, try:
|
**macOS** ✅
+
- Intel (x64)
- Apple Silicon (M1/M2)
@@ -70,6 +102,7 @@ If the above solutions don't work, try:
|
**Linux** ✅
+
- x64 (64-bit)
- x86 (32-bit)
- ARM64
@@ -84,52 +117,62 @@ If the above solutions don't work, try:
Global Users
**Linux/macOS**
+
```bash
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
```
+
China Users (Recommended)
**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
```
+
### 💻 How to Open Windows Administrator Terminal
> **Steps to open administrator terminal on Windows:**
+>
> 1. Use shortcut key `Win + X`
> 2. Select from the popup menu:
> - "Windows PowerShell (Administrator)"
-> - "Windows Terminal (Administrator)"
+> - "Windows Terminal (Administrator)"
> - "Terminal (Administrator)"
-> (Options may vary depending on your Windows version)
+> (Options may vary depending on your Windows version)
#### Windows Installation Features:
+
- 🔍 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:
+
1. ✨ Install the tool automatically
2. 🔄 Reset your Cursor trial immediately
@@ -175,6 +218,7 @@ The program modifies Cursor's `storage.json` config file located at:
Modified Fields
The tool generates new unique identifiers for:
+
- `telemetry.machineId`
- `telemetry.macMachineId`
- `telemetry.devDeviceId`
@@ -185,11 +229,13 @@ The tool generates new unique identifiers for:
Manual Auto-Update Disable
Windows users can manually disable the auto-update feature:
+
1. Close all Cursor processes
2. Delete directory: `C:\Users\username\AppData\Local\cursor-updater`
3. Create a file with the same name: `cursor-updater` (without extension)
macOS/Linux users can try to locate similar `cursor-updater` directory in their system and perform the same operation.
+
@@ -203,6 +249,7 @@ macOS/Linux users can try to locate similar `cursor-updater` directory in their
---
### 📚 Recommended Reading
+
- [Cursor Issues Collection and Solutions](https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA)
- [AI Universal Development Assistant Prompt Guide](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg)
@@ -234,4 +281,5 @@ 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.
+
diff --git a/README_CN.md b/README_CN.md
index 454189d..d1b64bc 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -16,7 +16,7 @@
### 📝 问题描述
-> 当看到以下提示时重置Cursor试用期:
+> 当看到以下提示时重置 Cursor 试用期:
```text
Too many free trial accounts used on this machine.
@@ -25,25 +25,56 @@ to prevent abuse. Please let us know if you believe
this is a mistake.
```
-> 如果看到以下提示:这表示在VIP免费试用期间已达到使用次数限制。
+or
+
+
+
+```text
+❗[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 免费试用期间已达到使用次数限制。
+
```text
You've reached your trial request limit.
```
+
+
+
+
+#### 解决方案 0:完全卸载 Cursor 并重新安装(API 密钥问题)
+
+1. 下载 [Geek.exe 卸载程序[免费]](https://geekuninstaller.com/download)
+2. 完全卸载 Cursor 应用
+3. 重新安装 Cursor 应用
+4. 转到解决方案 1
+
+
+
+
> 临时解决方案:
#### 方案一:快速重置(推荐)
+
1. 关闭 Cursor 应用
2. 执行重置机器码脚本(见下方安装说明)
3. 重新打开 Cursor 即可继续使用
#### 方案二:账号切换
+
1. 文件 -> Cursor Settings -> 注销当前账号
2. 关闭 Cursor
3. 执行重置机器码脚本
4. 使用新账号重新登录
#### 方案三:网络优化
+
如果上述方案仍无法解决,可尝试:
+
- 切换至低延迟节点(推荐区域:日本、新加坡、美国、香港)
- 确保网络稳定性
- 清除浏览器缓存后重试
@@ -55,18 +86,21 @@ You've reached your trial request limit.
|
**Windows** ✅
+
- x64 & x86
|
**macOS** ✅
+
- Intel & M-series
|
**Linux** ✅
+
- x64 & ARM64
|
@@ -79,54 +113,64 @@ You've reached your trial request limit.
海外用户
**Linux/macOS**
+
```bash
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
```
+
国内用户(推荐)
**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 管理员终端
-> **Windows系统打开管理员终端的方法:**
+> **Windows 系统打开管理员终端的方法:**
+>
> 1. 使用快捷键 `Win + X`
> 2. 在弹出的菜单中选择:
-> - "Windows PowerShell (管理员)"
+> - "Windows PowerShell (管理员)"
> - "Windows Terminal (管理员)"
> - "终端(管理员)"
-> (根据系统版本可能显示不同选项)
+> (根据系统版本可能显示不同选项)
#### Windows 安装特性:
+
- 🔍 自动检测并使用 PowerShell 7(如果可用)
- 🛡️ 通过 UAC 提示请求管理员权限
- 📝 如果没有 PS7 则使用 Windows PowerShell
- 💡 如果提权失败会提供手动说明
完成后,脚本将:
+
1. ✨ 自动安装工具
-2. 🔄 立即重置Cursor试用期
+2. 🔄 立即重置 Cursor 试用期
### 📦 手动安装
@@ -135,8 +179,8 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
Windows 安装包
-- 64位: `cursor-id-modifier_windows_x64.exe`
-- 32位: `cursor-id-modifier_windows_x86.exe`
+- 64 位: `cursor-id-modifier_windows_x64.exe`
+- 32 位: `cursor-id-modifier_windows_x86.exe`
@@ -149,8 +193,8 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
Linux 安装包
-- 64位: `cursor-id-modifier_linux_x64`
-- 32位: `cursor-id-modifier_linux_x86`
+- 64 位: `cursor-id-modifier_linux_x64`
+- 32 位: `cursor-id-modifier_linux_x86`
- ARM64: `cursor-id-modifier_linux_arm64`
@@ -159,7 +203,7 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
配置文件
-程序修改Cursor的`storage.json`配置文件,位于:
+程序修改 Cursor 的`storage.json`配置文件,位于:
- Windows: `%APPDATA%\Cursor\User\globalStorage\`
- macOS: `~/Library/Application Support/Cursor/User/globalStorage/`
@@ -170,6 +214,7 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
修改字段
工具会生成新的唯一标识符:
+
- `telemetry.machineId`
- `telemetry.macMachineId`
- `telemetry.devDeviceId`
@@ -179,12 +224,14 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
手动禁用自动更新
-Windows用户可以手动禁用自动更新功能:
-1. 关闭所有Cursor进程
+Windows 用户可以手动禁用自动更新功能:
+
+1. 关闭所有 Cursor 进程
2. 删除目录:`C:\Users\用户名\AppData\Local\cursor-updater`
3. 创建同名文件:`cursor-updater`(不带扩展名)
-macOS/Linux用户可以尝试在系统中找到类似的`cursor-updater`目录进行相同操作。
+macOS/Linux 用户可以尝试在系统中找到类似的`cursor-updater`目录进行相同操作。
+
@@ -232,8 +279,9 @@ macOS/Linux用户可以尝试在系统中找到类似的`cursor-updater`目录
---
### 📚 推荐阅读
-- [Cursor异常问题收集和解决方案](https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA)
-- [AI通用开发助手提示词指南](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg)
+
+- [Cursor 异常问题收集和解决方案](https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA)
+- [AI 通用开发助手提示词指南](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg)
---
@@ -263,4 +311,5 @@ 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.
-
\ No newline at end of file
+
+