mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00

- Added version history section with latest Cursor versions - Included direct download links for v0.44.11 - Simplified version information presentation - Maintained MAC address modification warning - Improved readability and navigation for users
360 lines
10 KiB
Markdown
360 lines
10 KiB
Markdown
# 🚀 Cursor 免费试用重置工具
|
||
|
||
<div align="center">
|
||
|
||
[](https://github.com/yuaotian/go-cursor-help/releases/latest)
|
||
[](https://github.com/yuaotian/go-cursor-help/blob/master/LICENSE)
|
||
[](https://github.com/yuaotian/go-cursor-help/stargazers)
|
||
|
||
[🌟 English](README.md) | [🌏 中文](README_CN.md)
|
||
|
||
<img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/>
|
||
|
||
</div>
|
||
|
||
> ⚠️ **重要提示**
|
||
>
|
||
> 本工具当前支持版本:
|
||
> - ✅ Cursor v0.44.11 及以下版本
|
||
> - ✅ Windows: 最新的 0.45.x 版本(已支持)
|
||
> - ✅ Mac/Linux: 最新的 0.45.x 版本(已支持,欢迎测试并反馈问题)
|
||
>
|
||
> 使用前请确认您的 Cursor 版本。
|
||
|
||
<details open>
|
||
<summary><b>📦 版本历史与下载</b></summary>
|
||
|
||
<div class="version-card" style="background: linear-gradient(135deg, #6e8efb, #a777e3); border-radius: 8px; padding: 15px; margin: 10px 0; color: white;">
|
||
|
||
### 🌟 最新版本
|
||
- v0.45.11 (2024-02-07) - 最新发布
|
||
- v0.44.11 (2024-01-03) - 最稳定版本
|
||
|
||
[查看完整版本历史](CursorHistoryDown.md.md)
|
||
|
||
</div>
|
||
|
||
### 📥 直接下载链接
|
||
|
||
**v0.44.11 (推荐稳定版)**
|
||
- Windows: [官方下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64) | [镜像下载](https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.44.11%20-%20Build%20250103fqxdt5u9z-x64.exe)
|
||
- Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64)
|
||
|
||
</details>
|
||
|
||
> ⚠️ **MAC地址修改警告**
|
||
>
|
||
> Mac用户请注意: 本脚本包含MAC地址修改功能,将会:
|
||
> - 修改您的网络接口MAC地址
|
||
> - 在修改前备份原始MAC地址
|
||
> - 此修改可能会暂时影响网络连接
|
||
> - 执行过程中可以选择跳过此步骤
|
||
|
||
### 🚀 系统支持
|
||
|
||
<table>
|
||
<tr>
|
||
<td>
|
||
|
||
**Windows** ✅
|
||
|
||
- x64 & x86
|
||
|
||
</td>
|
||
<td>
|
||
|
||
**macOS** ✅
|
||
|
||
- Intel & M-series
|
||
|
||
</td>
|
||
<td>
|
||
|
||
**Linux** ✅
|
||
|
||
- x64 & ARM64
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
### 🚀 一键解决方案
|
||
|
||
<details open>
|
||
<summary><b>国内用户(推荐)</b></summary>
|
||
|
||
**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
|
||
```
|
||
<div align="center">
|
||
<img src="img/run_success.png" alt="运行成功" width="600"/>
|
||
</div>
|
||
|
||
</details>
|
||
<details open>
|
||
<summary><b>Windows 管理员终端运行和手动安装</b></summary>
|
||
|
||
#### Windows 系统打开管理员终端的方法:
|
||
|
||
##### 方法一:使用 Win + X 快捷键
|
||
```md
|
||
1. 按下 Win + X 组合键
|
||
2. 在弹出的菜单中选择以下任一选项:
|
||
- "Windows PowerShell (管理员)"
|
||
- "Windows Terminal (管理员)"
|
||
- "终端(管理员)"
|
||
(具体选项因Windows版本而异)
|
||
```
|
||
|
||
##### 方法二:使用 Win + R 运行命令
|
||
```md
|
||
1. 按下 Win + R 组合键
|
||
2. 在运行框中输入 powershell 或 pwsh
|
||
3. 按 Ctrl + Shift + Enter 以管理员身份运行
|
||
或在打开的窗口中输入: Start-Process pwsh -Verb RunAs
|
||
4. 在管理员终端中输入以下重置脚本:
|
||
|
||
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
|
||
```
|
||
|
||
##### 方法三:通过搜索启动
|
||
>
|
||
>
|
||
>在搜索框中输入 pwsh,右键选择"以管理员身份运行"
|
||
>
|
||
|
||
在管理员终端中输入重置脚本:
|
||
```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
|
||
```
|
||
|
||
### 🔧 PowerShell 安装指南
|
||
|
||
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
|
||
|
||
#### 方法一:使用 Winget 安装(推荐)
|
||
|
||
1. 打开命令提示符或 PowerShell
|
||
2. 运行以下命令:
|
||
```powershell
|
||
winget install --id Microsoft.PowerShell --source winget
|
||
```
|
||
|
||
#### 方法二:手动下载安装
|
||
|
||
1. 下载对应系统的安装包:
|
||
- [PowerShell-7.4.6-win-x64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x64.msi) (64位系统)
|
||
- [PowerShell-7.4.6-win-x86.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x86.msi) (32位系统)
|
||
- [PowerShell-7.4.6-win-arm64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.msi) (ARM64系统)
|
||
|
||
2. 双击下载的安装包,按提示完成安装
|
||
|
||
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
|
||
|
||
</details>
|
||
|
||
#### Windows 安装特性:
|
||
|
||
- 🔍 自动检测并使用 PowerShell 7(如果可用)
|
||
- 🛡️ 通过 UAC 提示请求管理员权限
|
||
- 📝 如果没有 PS7 则使用 Windows PowerShell
|
||
- 💡 如果提权失败会提供手动说明
|
||
|
||
完成后,脚本将:
|
||
|
||
1. ✨ 自动安装工具
|
||
2. 🔄 立即重置 Cursor 试用期
|
||
|
||
### 📦 手动安装
|
||
|
||
> 从 [releases](https://github.com/yuaotian/go-cursor-help/releases/latest) 下载适合您系统的文件
|
||
|
||
<details>
|
||
<summary>Windows 安装包</summary>
|
||
|
||
- 64 位: `cursor-id-modifier_windows_x64.exe`
|
||
- 32 位: `cursor-id-modifier_windows_x86.exe`
|
||
</details>
|
||
|
||
<details>
|
||
<summary>macOS 安装包</summary>
|
||
|
||
- Intel: `cursor-id-modifier_darwin_x64_intel`
|
||
- M1/M2: `cursor-id-modifier_darwin_arm64_apple_silicon`
|
||
</details>
|
||
|
||
<details>
|
||
<summary>Linux 安装包</summary>
|
||
|
||
- 64 位: `cursor-id-modifier_linux_x64`
|
||
- 32 位: `cursor-id-modifier_linux_x86`
|
||
- ARM64: `cursor-id-modifier_linux_arm64`
|
||
</details>
|
||
|
||
### 🔧 技术细节
|
||
|
||
<details>
|
||
<summary><b>注册表修改说明</b></summary>
|
||
|
||
> ⚠️ **重要提示:本工具会修改系统注册表**
|
||
|
||
#### 修改内容
|
||
- 路径:`计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
|
||
- 项目:`MachineGuid`
|
||
|
||
#### 潜在影响
|
||
修改此注册表项可能会影响:
|
||
- Windows 系统对设备的唯一标识
|
||
- 某些软件的设备识别和授权状态
|
||
- 基于硬件标识的系统功能
|
||
|
||
#### 安全措施
|
||
1. 自动备份
|
||
- 每次修改前会自动备份原始值
|
||
- 备份保存在:`%APPDATA%\Cursor\User\globalStorage\backups`
|
||
- 备份文件格式:`MachineGuid.backup_YYYYMMDD_HHMMSS`
|
||
|
||
2. 手动恢复方法
|
||
- 打开注册表编辑器(regedit)
|
||
- 定位到:`计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
|
||
- 右键点击 `MachineGuid`
|
||
- 选择"修改"
|
||
- 粘贴备份文件中的值
|
||
|
||
#### 注意事项
|
||
- 建议在修改前先确认备份文件的存在
|
||
- 如遇问题可通过备份文件恢复原始值
|
||
- 必须以管理员权限运行才能修改注册表
|
||
</details>
|
||
|
||
<details>
|
||
<summary><b>配置文件</b></summary>
|
||
|
||
程序修改 Cursor 的`storage.json`配置文件,位于:
|
||
|
||
- Windows: `%APPDATA%\Cursor\User\globalStorage\`
|
||
- macOS: `~/Library/Application Support/Cursor/User/globalStorage/`
|
||
- Linux: `~/.config/Cursor/User/globalStorage/`
|
||
</details>
|
||
|
||
<details>
|
||
<summary><b>修改字段</b></summary>
|
||
|
||
工具会生成新的唯一标识符:
|
||
|
||
- `telemetry.machineId`
|
||
- `telemetry.macMachineId`
|
||
- `telemetry.devDeviceId`
|
||
- `telemetry.sqmId`
|
||
</details>
|
||
|
||
<details>
|
||
<summary><b>手动禁用自动更新</b></summary>
|
||
|
||
Windows 用户可以手动禁用自动更新功能:
|
||
|
||
1. 关闭所有 Cursor 进程
|
||
2. 删除目录:`C:\Users\用户名\AppData\Local\cursor-updater`
|
||
3. 创建同名文件:`cursor-updater`(不带扩展名)
|
||
|
||
macOS/Linux 用户可以尝试在系统中找到类似的`cursor-updater`目录进行相同操作。
|
||
|
||
</details>
|
||
|
||
<details>
|
||
<summary><b>安全特性</b></summary>
|
||
|
||
- ✅ 安全的进程终止
|
||
- ✅ 原子文件操作
|
||
- ✅ 错误处理和恢复
|
||
</details>
|
||
|
||
|
||
|
||
|
||
## 联系方式
|
||
|
||
<div align="center">
|
||
<table>
|
||
<tr>
|
||
<td align="center">
|
||
<b>个人微信</b><br>
|
||
<img src="img/wx_me.png" width="250" alt="作者微信"><br>
|
||
<b>微信:JavaRookie666</b>
|
||
</td>
|
||
<td align="center">
|
||
<b>微信交流群</b><br>
|
||
<img src="img/wx_group2.png" width="250" alt="微信群二维码"><br>
|
||
<small>7天内(2月7日前)有效,群满可以加公众号关注最新动态</small>
|
||
</td>
|
||
<td align="center">
|
||
<b>公众号</b><br>
|
||
<img src="img/wx_public_2.png" width="250" alt="微信公众号"><br>
|
||
<small>获取更多AI开发资源</small>
|
||
</td>
|
||
<td align="center">
|
||
<b>微信赞赏</b><br>
|
||
<img src="img/wx_zsm2.png" width="500" alt="微信赞赏码"><br>
|
||
<small>要到饭咧?啊咧?啊咧?不给也没事~ 请随意打赏</small>
|
||
</td>
|
||
<td align="center">
|
||
<b>支付宝赞赏</b><br>
|
||
<img src="img/alipay.png" width="300" alt="支付宝赞赏码"><br>
|
||
<small>如果觉得有帮助,来包辣条犒劳一下吧~</small>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
|
||
---
|
||
|
||
### 📚 推荐阅读
|
||
|
||
- [Cursor 异常问题收集和解决方案](https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA)
|
||
- [AI 通用开发助手提示词指南](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg)
|
||
|
||
---
|
||
|
||
## ⭐ 项目统计
|
||
|
||
<div align="center">
|
||
|
||
[](https://star-history.com/#yuaotian/go-cursor-help&Date)
|
||
|
||

|
||
|
||
</div>
|
||
|
||
## 📄 许可证
|
||
|
||
<details>
|
||
<summary><b>MIT 许可证</b></summary>
|
||
|
||
Copyright (c) 2024
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
of this software and associated documentation files (the "Software"), to deal
|
||
in the Software without restriction, including without limitation the rights
|
||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
copies of the Software, and to permit persons to whom the Software is
|
||
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.
|
||
|
||
</details>
|