docs: update PowerShell opening methods (Win+R, Ctrl+Shift+T)
This commit is contained in:
parent
2f8fa6e6d3
commit
1d79d815dc
@ -83,16 +83,17 @@
|
||||
|
||||
<div class="cols">
|
||||
<div class="card highlight">
|
||||
<h3>方式一:搜索(推荐)</h3>
|
||||
<p>按 <kbd>Win</kbd> 键 → 输入 <strong>powershell</strong> → 点击 <strong>"Windows PowerShell"</strong> 或 <strong>"PowerShell 7"</strong></p>
|
||||
<h3>方式一:运行框(最快)</h3>
|
||||
<p>按 <kbd>Win</kbd>+<kbd>R</kbd> → 输入 <code>powershell</code> → 回车<br>
|
||||
<span style="font-size:8pt;color:#64748b">如已装 PowerShell 7,输入 <code>pwsh</code> 效果更好</span></p>
|
||||
</div>
|
||||
<div class="card highlight">
|
||||
<h3>方式二:右键菜单</h3>
|
||||
<p>在桌面或文件夹空白处按住 <kbd>Shift</kbd> + 右键 → 选择 <strong>"在此处打开 PowerShell 窗口"</strong></p>
|
||||
<h3>方式二:终端新标签页</h3>
|
||||
<p>已打开终端/PowerShell 窗口时:<br>按 <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>T</kbd> 打开新标签页 (自动用 PowerShell 7)</p>
|
||||
</div>
|
||||
<div class="card highlight">
|
||||
<h3>方式三:运行框</h3>
|
||||
<p>按 <kbd>Win</kbd>+<kbd>R</kbd> → 输入 <code>pwsh</code> 或 <code>powershell</code> → 回车</p>
|
||||
<h3>方式三:搜索</h3>
|
||||
<p>按 <kbd>Win</kbd> 键 → 输入 <strong>powershell</strong> → 点击 <strong>"PowerShell 7"</strong> 或 <strong>"Windows PowerShell"</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
<p style="font-size:8.5pt;color:#64748b;margin-top:2px">打开后看到 <code>PS C:\Users\你的用户名></code> 即为成功。如果桌面有 Bookworm 快捷方式,可跳过此步直接双击。</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user