安装最新版powershell,把“PWSH Admin”添加进shift右键文件夹的菜单里
安装最新版powershell
微软把powershell开源了很久了,最新版要在github上面下载
https://github.com/PowerShell...
把以admin启动最新版powershell添加进注册表
- win+R 输入regedit打开注册表。
- 来到路径 HKEY_CLASSES_ROOT\Directory\Background\shell 里面。
- 右键shell新建项,取名叫“PWSHAsAdmin”,名字随便取的。
- 给右侧的的(默认)赋值为“PWSH Admin”。
- 在右侧新建字符串Extended,类型为REG_SZ。
- 在右侧新建字符串HasLUAShield,类型为REG_SZ。
- 在右侧新建字符串Icon,类型为REG_SZ, 值为pwsh.exe。
如图所示:
- 右键点击“PWSHAsAdmin”,新建项“command”。
- 在右侧把默认值改为pwsh -windowstyle hidden -Command "Start-Process cmd -ArgumentList '/s,/k,pushd,%V && start pwsh && exit' -Verb RunAs"
如图所示:
试试成果
相关推荐
huha 2020-10-16
lianshaohua 2020-09-23
higheels 2020-08-03
ZoctopusD 2020-08-03
酷云的csdn 2020-08-03
higheels 2020-07-27
liushun 2020-06-28
zhendeshifeng 2020-06-22
Sabrina 2020-06-11
CARBON 2020-06-03
CARBON 2020-06-01
DBATips 2020-05-31
higheels 2020-05-29
applecarelte 2020-04-15
Yyqingmofeige 2020-03-28
yoshubom 2020-03-06
Yyqingmofeige 2020-03-02
SciRui 2020-02-26