用 Administrator登入也刪不掉的檔案 - Windows

Table of Contents


匯入這個 reg之後就可以用滑鼠右鍵取得權限了

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"Extended"=""
"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\Directory\shell\runas]
@="Take Ownership"
"Extended"=""
"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"

來源

http://www.howtogeek.com/howto/
windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/

--
三角輸入法 for WIN10 (32及64) http://is.gd/BOk4FU
將下載的TableTextServiceTriangle.txt 同時放到
c:\Program Files\Windows NT\TableTextService\
c:\Program Files (x86)\Windows NT\TableTextService\
執行 Rundll32 TableTextService.dll RegisterProfile TableTextServiceTriangle.txt

--

All Comments