Windows Server 2012 右鍵增加 PowerShell 入口
- 創建一個reg格式的文件,內容如下:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell]
@="@shell32.dll,-8508"
"Extended"=""
"NoWorkingDirectory"=""
"ShowBasedOnVelocityId"=dword:00639bc8
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell\command]
@="powershell.exe -noexit -command Set-Location -literalPath '%V'"- 雙擊導入到注冊表既可!
版權屬於:zgcwkj
本文鏈接:https://www.zgcwkj.com/archives/223.html
轉載聲明:請注明本文章的標題及內容的出處和聲明,謝謝
評論已關閉