1616
1717### 📝 Description
1818
19- > Resets Cursor's free trial limitation when you see:
19+ > Resets Cursor's free trial limitation when you see: < p align = " right " >< a href = " #issue1 " >< img src = " https://img.shields.io/badge/Move%20to%20Solution-Blue?style=plastic " alt = " Back To Top " ></ a ></ p >
2020
2121``` text
2222Too many free trial accounts used on this machine.
@@ -25,26 +25,56 @@ to prevent abuse. Please let us know if you believe
2525this is a mistake.
2626```
2727
28+ or <p align =" right " ><a href =" #issue2 " ><img src =" https://img.shields.io/badge/Move%20to%20Solution-green?style=plastic " alt =" Back To Top " ></a ></p >
29+
30+ ``` text
31+ [New Issue]
32+
33+ Composer relies on custom models that cannot be billed to an API key.
34+ Please disable API keys and use a Pro or Business subscription.
35+ Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
36+ ```
37+
2838> If you see this message: This means you've reached the usage limit during the VIP free trial period.
2939
3040``` text
3141You've reached your trial request limit.
3242```
33- > Temporary Solution:
43+
44+ <br >
45+
46+ <p id =" issue2 " ></p >
47+
48+ #### Solution 0: Uninstall Cursor Completely And Reinstall (API key Issue)
49+
50+ 1 . Download [ Geek.exe Uninstaller[ Free]] ( https://geekuninstaller.com/download )
51+ 2 . Uninstall Cursor app completely
52+ 3 . Re-Install Cursor app
53+ 4 . Continue to Solution 1
54+
55+ <br >
56+
57+ <p id =" issue1 " ></p >
58+
59+ > Temporary Solution:
3460
3561#### Solution 1: Quick Reset (Recommended)
62+
36631 . Close Cursor application
37642 . Run the machine code reset script (see installation instructions below)
38653 . Reopen Cursor to continue using
3966
4067#### Solution 2: Account Switch
68+
41691 . File -> Cursor Settings -> Sign Out
42702 . Close Cursor
43713 . Run the machine code reset script
44724 . Login with a new account
4573
4674#### Solution 3: Network Optimization
75+
4776If the above solutions don't work, try:
77+
4878- Switch to low-latency nodes (Recommended regions: Japan, Singapore, US, Hong Kong)
4979- Ensure network stability
5080- Clear browser cache and retry
@@ -56,20 +86,23 @@ If the above solutions don't work, try:
5686<td >
5787
5888** Windows** ✅
89+
5990- x64 (64-bit)
6091- x86 (32-bit)
6192
6293</td >
6394<td >
6495
6596** macOS** ✅
97+
6698- Intel (x64)
6799- Apple Silicon (M1/M2)
68100
69101</td >
70102<td >
71103
72104** Linux** ✅
105+
73106- x64 (64-bit)
74107- x86 (32-bit)
75108- ARM64
@@ -84,52 +117,62 @@ If the above solutions don't work, try:
84117<summary ><b >Global Users</b ></summary >
85118
86119** Linux/macOS**
120+
87121``` bash
88122curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
89123```
90124
91125** Windows**
126+
92127``` powershell
93128irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
94129```
130+
95131</details >
96132
97133<details open >
98134<summary ><b >China Users (Recommended)</b ></summary >
99135
100136** macOS**
137+
101138``` bash
102139curl -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
103140```
104141
105142** Linux**
143+
106144``` bash
107145curl -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
108146```
109147
110148** Windows**
149+
111150``` powershell
112151irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
113152```
153+
114154</details >
115155
116156### 💻 How to Open Windows Administrator Terminal
117157
118158> ** Steps to open administrator terminal on Windows:**
159+ >
119160> 1 . Use shortcut key ` Win + X `
120161> 2 . Select from the popup menu:
121162> - "Windows PowerShell (Administrator)"
122- > - "Windows Terminal (Administrator)"
163+ > - "Windows Terminal (Administrator)"
123164> - "Terminal (Administrator)"
124- > (Options may vary depending on your Windows version)
165+ > (Options may vary depending on your Windows version)
125166
126167#### Windows Installation Features:
168+
127169- 🔍 Automatically detects and uses PowerShell 7 if available
128170- 🛡️ Requests administrator privileges via UAC prompt
129171- 📝 Falls back to Windows PowerShell if PS7 isn't found
130172- 💡 Provides manual instructions if elevation fails
131173
132174That's it! The script will:
175+
1331761 . ✨ Install the tool automatically
1341772 . 🔄 Reset your Cursor trial immediately
135178
@@ -175,6 +218,7 @@ The program modifies Cursor's `storage.json` config file located at:
175218<summary ><b >Modified Fields</b ></summary >
176219
177220The tool generates new unique identifiers for:
221+
178222- ` telemetry.machineId `
179223- ` telemetry.macMachineId `
180224- ` telemetry.devDeviceId `
@@ -185,11 +229,13 @@ The tool generates new unique identifiers for:
185229<summary ><b >Manual Auto-Update Disable</b ></summary >
186230
187231Windows users can manually disable the auto-update feature:
232+
1882331 . Close all Cursor processes
1892342 . Delete directory: ` C:\Users\username\AppData\Local\cursor-updater `
1902353 . Create a file with the same name: ` cursor-updater ` (without extension)
191236
192237macOS/Linux users can try to locate similar ` cursor-updater ` directory in their system and perform the same operation.
238+
193239</details >
194240
195241<details >
@@ -203,6 +249,7 @@ macOS/Linux users can try to locate similar `cursor-updater` directory in their
203249---
204250
205251### 📚 Recommended Reading
252+
206253- [ Cursor Issues Collection and Solutions] ( https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA )
207254- [ AI Universal Development Assistant Prompt Guide] ( https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg )
208255
@@ -234,4 +281,5 @@ furnished to do so, subject to the following conditions:
234281
235282The above copyright notice and this permission notice shall be included in all
236283copies or substantial portions of the Software.
284+
237285</details >
0 commit comments