如何在 Windows 10 中将 PowerShell 添加到上下文菜单
在 Windows 10 中,上下文菜单(the Context menu)是当您右键单击鼠标时出现的GUI(图形用户界面)菜单。(Graphical User Interface)此菜单根据应用程序或操作系统提供一组有限的选项或选项。上下文菜单可以出现在任何提供大量选项以实现轻松高效操作的应用程序上。在这篇文章中,我们将向您展示如何轻松地将PowerShell添加到 Windows 10 的上下文菜单中。
(Add PowerShell)在Windows 10中将(Windows 10)PowerShell 添加到上下文菜单(Context Menu)
要将PowerShell添加到(PowerShell)Windows 10的上下文菜单中,请按照下面概述的说明进行操作。
- 按Windows key + R调用“运行”对话框。
- 在“运行”对话框中,键入regedit并按 Enter 以打开注册表编辑器。
- 导航或跳转到以下注册表配置单元位置:
HKEY_CLASSES_ROOT\Directory\shell
- 在左侧窗格中,右键单击shell键并选择New > Key并将其命名为PowerShellDesktop。
- 单击新创建的PowerShellDesktop键。
- 在右窗格中,双击Default(Default s)字符串值以编辑其属性。
- 在数值数据(Value data)字段中键入Open PowerShell Here 。
- 单击确定(OK)。
同样,在左窗格中,右键单击PowerShellDesktop键并选择新建(New)>键(Key)并将其命名为Command。
- 单击新创建的命令(Command)键。
- 在右窗格中,双击Default(Default s)字符串值以编辑其属性。
- 将下面的字符串值复制并粘贴到值数据(Value data)字段中。
C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command Set-Location -LiteralPath ‘%L’
Windows PowerShell 默认路径是C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe。
如果您在任何其他分区上安装了 Windows,则需要搜索PowerShell路径。此外,如果您安装了任何其他版本的 PowerShell(version of PowerShell),请将 v1.0 更改为您计算机上安装的当前版本。
- 单击确定(OK)。
- 重新启动计算机以使更改生效。
For your information, our Ultimate Windows Tweaker lets you add PowerShell to the context menu on Windows 10 with just a click!
Related posts
Replace PowerShell Context Menu中的Replace PowerShell在Windows 10中
如何将Secure Delete添加到Windows 10中的context menu
Windows 10缺少Set default printer Context Menu item
Windows 10中Add Run item至Sandbox Context Menu
从Windows 10中从Context Menu中删除Move至OneDrive
Context Menu的Windows 10中的下载文件Add Unblock option
无法右键单击Windows 11/10上的Desktop
Add or Remove Pin开始从在Windows 10 Context Menu
如何在Windows 10使用Public IP address PowerShell
如何阻止IP或Windows 10使用PowerShell一个网站
Right-click不在Windows 10上使用Start Menu or Taskbar
Windows 10 Start Menu中Replace Powershell Command Prompt
如何在Windows 10中添加Environment Variables至Context Menu
Add Search上Google Images使用Context Menu在Windows 11/10
编辑,Add,New Context Menu中的Remove在Windows 10
Remove或添加Google Drive,Dropbox and OneDrive至Context Menu
如何添加Windows Security级联Context Menu item
Add Open Windows Terminal在Context Menu中打开ANY Profile
Add or Remove Open在Windows Terminal从Context Menu
Add Open Windows Terminal在Context Menu中作为管理员