You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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