Skip to content

Commit 7568d9f

Browse files
committed
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.
1 parent 63fdf39 commit 7568d9f

File tree

4 files changed

+66
-16
lines changed

4 files changed

+66
-16
lines changed

README.md

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,39 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
170170
<details open>
171171
<summary><b>Windows Terminal Run and Configuration</b></summary>
172172

173-
### 🖥️ Opening Windows Admin Terminal
173+
#### How to Open Administrator Terminal in Windows:
174+
175+
##### Method 1: Using Win + X Shortcut
176+
```md
177+
1. Press Win + X key combination
178+
2. Select one of these options from the menu:
179+
- "Windows PowerShell (Administrator)"
180+
- "Windows Terminal (Administrator)"
181+
- "Terminal (Administrator)"
182+
(Options may vary depending on Windows version)
183+
```
184+
185+
##### Method 2: Using Win + R Run Command
186+
```md
187+
1. Press Win + R key combination
188+
2. Type powershell or pwsh in the Run dialog
189+
3. Press Ctrl + Shift + Enter to run as administrator
190+
or type in the opened window: Start-Process pwsh -Verb RunAs
191+
4. Enter the reset script in the administrator terminal:
192+
193+
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
194+
```
174195

175-
> **How to open an administrator terminal in Windows:**
196+
##### Method 3: Using Search
197+
>![Search PowerShell](img/pwsh_1.png)
176198
>
177-
> 1. Press `Win + X` shortcut key
178-
> 2. Select one of the following options:
179-
> - "Windows PowerShell (Administrator)"
180-
> - "Windows Terminal (Administrator)"
181-
> - "Terminal (Administrator)"
182-
> (Options may vary depending on your Windows version)
199+
>Type pwsh in the search box, right-click and select "Run as administrator"
200+
>![Run as Administrator](img/pwsh_2.png)
201+
202+
Enter the reset script in the administrator terminal:
203+
```powershell
204+
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
205+
```
183206

184207
### 🔧 PowerShell Installation Guide
185208

README_CN.md

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,42 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
138138
</div>
139139

140140
</details>
141+
<details open>
142+
<summary><b>Windows 管理员终端运行和手动安装</b></summary>
143+
144+
#### Windows 系统打开管理员终端的方法:
145+
146+
##### 方法一:使用 Win + X 快捷键
147+
```md
148+
1. 按下 Win + X 组合键
149+
2. 在弹出的菜单中选择以下任一选项:
150+
- "Windows PowerShell (管理员)"
151+
- "Windows Terminal (管理员)"
152+
- "终端(管理员)"
153+
(具体选项因Windows版本而异)
154+
```
155+
156+
##### 方法二:使用 Win + R 运行命令
157+
```md
158+
1. 按下 Win + R 组合键
159+
2. 在运行框中输入 powershell 或 pwsh
160+
3. 按 Ctrl + Shift + Enter 以管理员身份运行
161+
或在打开的窗口中输入: Start-Process pwsh -Verb RunAs
162+
4. 在管理员终端中输入以下重置脚本:
141163

142-
### 💻 如何打开 Windows 管理员终端
164+
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
165+
```
143166

144-
> **Windows 系统打开管理员终端的方法:**
167+
##### 方法三:通过搜索启动
168+
>![搜索 PowerShell](img/pwsh_1.png)
145169
>
146-
> 1. 使用快捷键 `Win + X`
147-
> 2. 在弹出的菜单中选择:
148-
> - "Windows PowerShell (管理员)"
149-
> - "Windows Terminal (管理员)"
150-
> - "终端(管理员)"
151-
> (根据系统版本可能显示不同选项)
170+
>在搜索框中输入 pwsh,右键选择"以管理员身份运行"
171+
>![管理员运行](img/pwsh_2.png)
172+
173+
在管理员终端中输入重置脚本:
174+
```powershell
175+
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
176+
```
152177

153178
### 🔧 PowerShell 安装指南
154179

@@ -173,6 +198,8 @@ winget install --id Microsoft.PowerShell --source winget
173198

174199
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
175200
201+
</details>
202+
176203
#### Windows 安装特性:
177204

178205
- 🔍 自动检测并使用 PowerShell 7(如果可用)

img/pwsh_1.png

71.6 KB
Loading

img/pwsh_2.png

6.39 KB
Loading

0 commit comments

Comments
 (0)