通過修改登錄檔實現,win10也適用
新建管理員取得所有權.reg,然後用記事本的方式開啟,複製以下**貼上進去
windows registry editor version 5.00
[hkey_classes_root\*\shell\runas]
@="管理員取得所有權"
"noworkingdirectory"=""
[hkey_classes_root\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:f"
"isolatedcommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:f"
[hkey_classes_root\exefile\shell\runas2]
@="管理員取得所有權"
"noworkingdirectory"=""
[hkey_classes_root\exefile\shell\runas2\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:f"
"isolatedcommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:f"
[hkey_classes_root\directory\shell\runas]
@="管理員取得所有權"
"noworkingdirectory"=""
[hkey_classes_root\directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:f /t"
"isolatedcommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:f /t"
新增右鍵選單
在右鍵選單中新增 壓縮 和 解壓 選單,壓縮和解壓時自動加密。0 準備工作 1 建立.reg檔案 分別建立壓縮和解壓選單登錄檔檔案 compression.reg decompression.reg compression.reg windows registry editor version 5....
為NOTEPAD 新增系統右鍵選單
剛剛安裝了notepad 綠色版,很輕便,但是輕便到不操作登錄檔,導致在win7下檔案關聯和系統右鍵選單都無法新增。關於notepad 的檔案關聯,請參考 新增系統右鍵選單,就需要手動修改登錄檔了。windows registry editor version 5.00 hkey classes r...
右鍵 新增Git Bash Here選單
步驟 1 通過在 執行 中輸入 regedit 開啟登錄檔。2 找到 hkey classes root directory background 3 在 background 下如果沒有 shell 則右鍵 新建項 shell 4 在 shell 下右鍵 新建項 open in git 其值為 g...