win10右键命令行菜单
昨天重装系统时自行添加的,为了方便直接导出了注册表,包含老版的cmd、Powershell、上帝模式,将以下文本复制,然后新建文本文件粘贴进去,再把文件后缀改为reg导入即可、Windows Registry Editor Version 5.00
"Icon"="cmd.exe"
@="\"C:\\Windows\\System32\\cmd.exe\""
"Icon"="cmd.exe"
@="\"C:\\Windows\\System32\\cmd.exe\""
"Icon"="powershell.exe"
@="powershell.exe -noexit -command Set-Location -literalPath '%V'"
"Icon"="powershell.exe"
@="powershell.exe -noexit -command Set-Location -literalPath '%V'"
"Icon"="control.exe"
@="explorer shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"
页:
[1]