我們在使用win7時,有時候會出現權限不足,無法對文件進行操作的情況。這時候我們需要管理員的最高權限,那么管理員的權限怎么獲得呢?下面就讓小編教大家win7獲得管理員所有權的辦法。
一、在桌面空白處右鍵,選擇新建文本文檔。
二、將以下內容復制到剛剛創建的文本文檔中。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*shellunas]
@="管理員取得所有權"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT*shellunascommand]
@="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_ROOTexefileshellunas2]
@="管理員取得所有權"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOTexefileshellunas2command]
@="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_ROOTDirectoryshellunas]
@="管理員取得所有權"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOTDirectoryshellunascommand]
@="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"
三、點擊另存為,保存擴展名為.reg的文件。
四、打開剛剛保存的reg文件,在彈出的窗口點擊“是”,即可獲得管理員所有權。
以上就是小編給大家帶來的win7獲得管理員所有權的辦法。使用以上方法,可以獲得管理員所有權,解決權限不足的問題。