From 1d79d815dc84aebf4c2d5c5681ade7fcc3f74bad Mon Sep 17 00:00:00 2001 From: bookworm Date: Thu, 2 Apr 2026 20:14:17 +0800 Subject: [PATCH] docs: update PowerShell opening methods (Win+R, Ctrl+Shift+T) --- quick-start.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/quick-start.html b/quick-start.html index 7f4c78c..75960ec 100644 --- a/quick-start.html +++ b/quick-start.html @@ -83,16 +83,17 @@
-

方式一:搜索(推荐)

-

Win 键 → 输入 powershell → 点击 "Windows PowerShell""PowerShell 7"

+

方式一:运行框(最快)

+

Win+R → 输入 powershell → 回车
+ 如已装 PowerShell 7,输入 pwsh 效果更好

-

方式二:右键菜单

-

在桌面或文件夹空白处按住 Shift + 右键 → 选择 "在此处打开 PowerShell 窗口"

+

方式二:终端新标签页

+

已打开终端/PowerShell 窗口时:
Ctrl+Shift+T 打开新标签页 (自动用 PowerShell 7)

-

方式三:运行框

-

Win+R → 输入 pwshpowershell → 回车

+

方式三:搜索

+

Win 键 → 输入 powershell → 点击 "PowerShell 7""Windows PowerShell"

打开后看到 PS C:\Users\你的用户名> 即为成功。如果桌面有 Bookworm 快捷方式,可跳过此步直接双击。