Browse Source

Enhance Windows Admin Terminal instructions in README files

- Added detailed steps for opening the Windows Admin Terminal in both English and Chinese, including three methods: using Win + X, Win + R, and search.
- Improved formatting and clarity of the instructions to ensure better user understanding.
- Updated the reset script command for consistency across both language versions.
pull/158/head v0.0.49
煎饼果子卷鲨鱼辣椒 5 months ago
parent
commit
7568d9f423
  1. 39
      README.md
  2. 43
      README_CN.md
  3. BIN
      img/pwsh_1.png
  4. BIN
      img/pwsh_2.png

39
README.md

@ -170,16 +170,39 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
<details open>
<summary><b>Windows Terminal Run and Configuration</b></summary>
### 🖥️ Opening Windows Admin Terminal
#### How to Open Administrator Terminal in Windows:
##### Method 1: Using Win + X Shortcut
```md
1. Press Win + X key combination
2. Select one of these options from the menu:
- "Windows PowerShell (Administrator)"
- "Windows Terminal (Administrator)"
- "Terminal (Administrator)"
(Options may vary depending on Windows version)
```
##### Method 2: Using Win + R Run Command
```md
1. Press Win + R key combination
2. Type powershell or pwsh in the Run dialog
3. Press Ctrl + Shift + Enter to run as administrator
or type in the opened window: Start-Process pwsh -Verb RunAs
4. Enter the reset script in the administrator terminal:
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
```
> **How to open an administrator terminal in Windows:**
##### Method 3: Using Search
>![Search PowerShell](img/pwsh_1.png)
>
> 1. Press `Win + X` shortcut key
> 2. Select one of the following options:
> - "Windows PowerShell (Administrator)"
> - "Windows Terminal (Administrator)"
> - "Terminal (Administrator)"
> (Options may vary depending on your Windows version)
>Type pwsh in the search box, right-click and select "Run as administrator"
>![Run as Administrator](img/pwsh_2.png)
Enter the reset script in the administrator terminal:
```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 Installation Guide

43
README_CN.md

@ -138,17 +138,42 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
</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. 在管理员终端中输入以下重置脚本:
### 💻 如何打开 Windows 管理员终端
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
```
> **Windows 系统打开管理员终端的方法:**
##### 方法三:通过搜索启动
>![搜索 PowerShell](img/pwsh_1.png)
>
> 1. 使用快捷键 `Win + X`
> 2. 在弹出的菜单中选择:
> - "Windows PowerShell (管理员)"
> - "Windows Terminal (管理员)"
> - "终端(管理员)"
> (根据系统版本可能显示不同选项)
>在搜索框中输入 pwsh,右键选择"以管理员身份运行"
>![管理员运行](img/pwsh_2.png)
在管理员终端中输入重置脚本:
```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 安装指南
@ -173,6 +198,8 @@ winget install --id Microsoft.PowerShell --source winget
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
</details>
#### Windows 安装特性:
- 🔍 自动检测并使用 PowerShell 7(如果可用)

BIN
img/pwsh_1.png

After

Width: 761  |  Height: 763  |  Size: 72 KiB

BIN
img/pwsh_2.png

After

Width: 306  |  Height: 98  |  Size: 6.4 KiB

Loading…
Cancel
Save