Skip to content

Commit e5c73ad

Browse files
authored
Add files via upload
1 parent 199f99f commit e5c73ad

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Cursor.GetNewID
2+
3+
**Description:**
4+
Cursor.GetNewID is a program that modifies the `storage.json` configuration file located in the following directory:
5+
`%APPDATA%\Cursor\User\globalStorage\`
6+
The program generates new unique identifiers for the following telemetry fields:
7+
- `telemetry.machineId`
8+
- `telemetry.macMachineId`
9+
- `telemetry.devDeviceId`
10+
- `telemetry.sqmId`
11+
12+
By modifying these fields, this program allows you to obtain trial permissions or reset user-specific data associated with the Cursor application.
13+
14+
**Important:**
15+
The program must be run with **administrator privileges** in order to modify the `storage.json` file and update the telemetry data.
16+
17+
---
18+
19+
## Installation
20+
21+
1. Clone or download this repository to your local machine:
22+
```bash
23+
git clone https://github.com/CNMengHan/Cursor.GetNewID.git
24+
```
25+
2. Navigate to the repository folder and run the program:
26+
- On Windows, ensure you're running the program as Administrator.
27+
28+
---
29+
30+
## Usage
31+
32+
1. Locate the `storage.json` configuration file on your machine:
33+
```text
34+
%APPDATA%\Cursor\User\globalStorage\
35+
```
36+
2. Run the `regsvr32.exe` program as an administrator.
37+
3. The program will generate and update the following identifiers in the `storage.json` file:
38+
- `telemetry.machineId`
39+
- `telemetry.macMachineId`
40+
- `telemetry.devDeviceId`
41+
- `telemetry.sqmId`
42+
43+
4. After running the program, you should have the necessary identifiers for trial permissions or resetting user-specific configurations in the Cursor app.
44+
45+
---
46+
47+
## Requirements
48+
49+
- **Administrator privileges** are required to run the program and modify the `storage.json` configuration file.
50+
- The program is compatible with Windows operating systems.

0 commit comments

Comments
 (0)