安裝最新版powershell
微軟把powershell開源了好久了,最新版要在github上面下載
https://github.com/PowerShell...git
把以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。
如圖所示:
github
- 右鍵點擊「PWSHAsAdmin」,新建項「command」。
- 在右側把默認值改成pwsh -windowstyle hidden -Command "Start-Process cmd -ArgumentList '/s,/k,pushd,%V && start pwsh && exit' -Verb RunAs"
如圖所示:
shell
試試成果