Skip to content

Latest commit

 

History

History
executable file
·
40 lines (23 loc) · 1.5 KB

修改cursor机器ID.md

File metadata and controls

executable file
·
40 lines (23 loc) · 1.5 KB

前言

之前白嫖 cursor 频繁切换账号, 导致机器 ID 被锁定了

https://github.com/chenxiaoyao6228/cloudimg/2024/cursor-id-lock.png

hack方案

研究了下发现只需要修改对应的配置文件即可(windows演示, mac 类似)

  1. 关闭所有的 cursor 窗口

  2. 需要注销账号或者换一个账号(本方案只解决机器锁的问题)

  3. 装一个 everything(或者其他的替代), 方便搜索文件夹, 搜索storage.json, 找到cursor的配置文件

https://github.com/chenxiaoyao6228/cloudimg/2024/cursor-id-lock-1.png

  1. 用编辑器打开

https://github.com/chenxiaoyao6228/cloudimg/2024/cursor-id-lock-2.png

  1. 修改下列字段(改1-2位就行)
{
    "telemetry.sqmId": "{xxxxx}",
    "telemetry.machineId": "{xxxxx}",
    "telemetry.devDeviceId": "{xxxxx}",
    "telemetry.macMachineId": "{xxxxx}", // 估计是mac的机器ID
}

https://github.com/chenxiaoyao6228/cloudimg/2024/cursor-id-lock-3.png

  1. 保存文件, 重启cursor, 可以正常使用了

https://github.com/chenxiaoyao6228/cloudimg/2024/cursor-id-lock-4.png