Win10系统右键添加Powershell和命令提示符方法
提升Win10系统操作效率的技巧
在Win10系统中,我们经常需要使用Powershell控制台来进行操作,但是通过SHIFT+右键呼出右键菜单中的Powershell选项有时候显得有些繁琐。下面我将分享一个方法,让你不需要按Shift右键就可以轻松调出Powershell。首先,我们需要删除原来的一些注册表项,包括[-HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere]、[-HKEY_CLASSES_ROOT\Directory\Background\shell\runas]和[-HKEY_CLASSES_ROOT\Directory\Background\shell\PowershellAdmin]。
1. 右键菜单中添加命令行选项:
在注册表中添加以下内容:
```
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere]
@="在此处打开命令行窗口"
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere\command]
@="cmd.exe /noexit /command Set-Location -literalPath \"%V\""
```
2. 右键菜单中添加命令行(管理员)选项:
在注册表中添加以下内容:
```
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
@="在此处打开命令行窗口(管理员)"
"ShowBasedOnVelocityId"=dword:00639bc8
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""
```
3. Shift+右键菜单中添加Powershell(管理员)选项:
在注册表中添加以下内容:
```
[HKEY_CLASSES_ROOT\Directory\Background\shell\PowershellAdmin]
@="在此处打开Powershell窗口(管理员)"
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\PowershellAdmin\command]
@="\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" -windowstyle hidden -Command $stpath=pwd; Start-Process PowerShell -ArgumentList \\\"-NoExit\\\", \\\"-Command Set-Location -literalPath '%V'\\\" -verb RunAs"
```
4. 另一种方法:通过Powershell调起管理员模式的cmd:
在注册表中添加以下内容:
```
[-HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHereAdmin]
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHereAdmin]
@="在此处打开命令行窗口(管理员)"
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHereAdmin\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k,pushd,%V' -Verb RunAs\""
```
通过以上方法,你可以轻松地在Win10系统中设置右键菜单中的命令行和Powershell选项,提升操作效率,让你的工作更加便捷。
常见问题
- crashdumps文件夹是什么,里面的DMP文件可以删除吗
- Win10专业版升级专业工作站版永久激活(图文详细教程)
- yundetectservice是什么?yundetectservice.exe进程如何禁止?
- Win10安装最新WDDM2.7驱动及开启硬件加速GPU计划教程
- win10系统驱动精灵提示系统自带驱动缺失|local print queue缺失怎么办?
- 如何在PE下给Win7注入USB3.0驱动使键盘鼠标能用?
- U盘中了recycler病毒怎么办?recycler病毒彻底清除方法
- 用Dism++整合补丁和驱动到Win7/Win10 ISO镜像挂载制作教程
- Msg3.0.db是什么?Msg3.0.db可以删除吗?如何瘦身?
- Dism++离线整合补丁更新到系统ISO镜像教程