系統(tǒng)軟件園 - 專注分享最好的電腦系統(tǒng)軟件!免費安全下載 系統(tǒng)軟件園首頁 | Win7激活工具 | 熱門專題
系統(tǒng)軟件園>您的位置:首頁 > > 系統(tǒng)教程 > Win10系統(tǒng)教程 >

Win10系統(tǒng)右鍵添加Powershell和命令提示符方法

更新時間:2020-03-08 16:17:25| 編輯:本站整理 | 信息來源:本站整理|瀏覽數(shù):
Win10系統(tǒng)可以通過SHIFT+右鍵的方式呼出右鍵菜單中的Powershell控制臺選項,但是對于經常需要操作的用戶來說不免有些麻煩,下面小編分享的方法是不需要按Shift右鍵就可以的,下面一起來看看。

Win10系統(tǒng)右鍵添加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.設置右鍵 管理員打開cmd的另一種方法(可用來替換上面的2)
 通過Powershell調起,會閃過一次Powershell的窗口,去掉下面幾行的[; ]可以取消注釋
[-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\""

返回頂部


系統(tǒng)軟件園發(fā)布的系統(tǒng)鏡像及軟件均來至互聯(lián)網,僅供學習和研究使用,不得用于任何商業(yè)用途并請在下載后24小時內刪除,如果滿意請聯(lián)系版權方購買。
如果您發(fā)現(xiàn)本站侵害了您的版權,請立即聯(lián)系我們,本站將第一時間進行相關處理。聯(lián)系方式(見首頁)
版權聲明|下載聲明 Copyright @ 2016 系統(tǒng)軟件園