mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
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.
This commit is contained in:
parent
63fdf398d6
commit
7568d9f423
39
README.md
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:
|
||||
|
||||
> **How to open an 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
|
||||
```
|
||||
|
||||
##### Method 3: Using Search
|
||||
>
|
||||
>
|
||||
> 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"
|
||||
>
|
||||
|
||||
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
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 管理员终端
|
||||
#### Windows 系统打开管理员终端的方法:
|
||||
|
||||
> **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
|
||||
```
|
||||
|
||||
##### 方法三:通过搜索启动
|
||||
>
|
||||
>
|
||||
> 1. 使用快捷键 `Win + X`
|
||||
> 2. 在弹出的菜单中选择:
|
||||
> - "Windows PowerShell (管理员)"
|
||||
> - "Windows Terminal (管理员)"
|
||||
> - "终端(管理员)"
|
||||
> (根据系统版本可能显示不同选项)
|
||||
>在搜索框中输入 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 安装指南
|
||||
|
||||
@ -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
Normal file
BIN
img/pwsh_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
BIN
img/pwsh_2.png
Normal file
BIN
img/pwsh_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
x
Reference in New Issue
Block a user