天天看點

cmd 檢視檔案權限_Win10右鍵菜單添加“擷取檔案管理者權限”選項

檔案通路被拒絕,你需要TrustedInstaller提供的權限才能對此檔案進行更改/檔案通路被拒絕,你需要權限才能執行此操作/你需要提供管理者權限才能移動此檔案

兩種方案

一長期

為Win10右鍵菜單添加“擷取檔案管理者權限”選項 - Windows10.Pro​www.windows10.pro

cmd 檢視檔案權限_Win10右鍵菜單添加“擷取檔案管理者權限”選項

一、擷取Win10超級管理者權限

建立一個文本檔案,然後把以下指令複制到文本中:

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT*shellrunas] @="管理者取得所有權" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT*shellrunascommand] @="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_ROOTexefileshellrunas2] @="管理者取得所有權" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTexefileshellrunas2command] @="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_ROOTDirectoryshellrunas] @="管理者取得所有權" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTDirectoryshellrunascommand] @="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"

然後把該文本文檔命名為“Win10管理者取得所有權.reg” ,然後輕按兩下導入系統資料庫即可,這樣就獲得了Win10超級管理者權限。在任意檔案或檔案夾上點選右鍵即可看到“

管理者取得所有權

”選項。

二、取消已擷取的Win10超級管理者權限

這裡指的是取消右鍵菜單中的“管理者取得所有權”選項。方法是建立一個文本文檔,把以下指令複制到文本中:

Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT*shellrunas] [-HKEY_CLASSES_ROOTDirectoryshellrunas] [-HKEY_CLASSES_ROOTdllfileshell] [-HKEY_CLASSES_ROOTDriveshellrunas] [-HKEY_CLASSES_ROOTexefileshellrunas] [HKEY_CLASSES_ROOTexefileshellrunas] "HasLUAShield"="" [HKEY_CLASSES_ROOTexefileshellrunascommand] @=""%1" %*" "IsolatedCommand"=""%1" %*" -----------------------------------------------

三、恢複原始的Win10超級管理者權限 Windows Registry Editor Version 5.00 ;恢複原始權限 [HKEY_CLASSES_ROOT*shellrunas-] @="恢複原始權限" "Icon"="C:WindowsSystem32imageres.dll,101" "NoWorkingDirectory"="" ; && takeown /f "%1" [HKEY_CLASSES_ROOT*shellrunas-command] @="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" "IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" [HKEY_CLASSES_ROOTexefileshellrunas2-] @="恢複原始權限" "Icon"="C:WindowsSystem32imageres.dll,101" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTexefileshellrunas2-command] @="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" "IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" [HKEY_CLASSES_ROOTDirectoryshellrunas-] @="恢複原始權限" "Icon"="C:WindowsSystem32imageres.dll,101" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTDirectoryshellrunas-command] @="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" "IsolatedCommand"="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%""

然後把該文本文檔命名為“Win10取消管理者取得所有權.reg” ,輕按兩下導入系統資料庫即可,這樣就取消了超級管理者權限。

如果你嫌自己動手太麻煩的話,可以下載下傳Microsoft酋長制作好的兩個reg檔案,解壓後,直接輕按兩下導入系統資料庫即可。

二 exe程式

巧用WinOwnership一鍵臨時擷取檔案管理者權限 - Windows10.Pro​www.windows10.pro

cmd 檢視檔案權限_Win10右鍵菜單添加“擷取檔案管理者權限”選項

來源

為Win10右鍵菜單添加“擷取檔案管理者權限”選項 - Windows10.Pro​www.windows10.pro

cmd 檢視檔案權限_Win10右鍵菜單添加“擷取檔案管理者權限”選項

巧用WinOwnership一鍵臨時擷取檔案管理者權限 - Windows10.Pro​www.windows10.pro

cmd 檢視檔案權限_Win10右鍵菜單添加“擷取檔案管理者權限”選項

在Win10右鍵菜單添加“擷取管理者權限/恢複原始權限”選項 - Windows10.Pro​www.windows10.pro

cmd 檢視檔案權限_Win10右鍵菜單添加“擷取檔案管理者權限”選項