Win8系統管理員權限怎么打開?
win8系統跟win7一樣,默認是沒有開啟內置系統管理員權限的,這就導致很多用戶在使用或者訪問應用程序的時候會提示“需要管理員權限才能夠進行訪問。”那么系統管理員權限要怎么打開呢?
Win8系統管理員權限怎么打開?
1、首先建立記事本,復制以下代碼到記事本中,另存為.reg格式,雙擊注冊表即可獲得管理員權限。
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT*shellrunas]
[HKEY_CLASSES_ROOT*shellrunas]
@=“獲取超級管理員權限”
“Icon”=“C:WindowsSystem32imageres.dll,-78”
“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_ROOTDirectoryshellrunas]
[HKEY_CLASSES_ROOTDirectoryshellrunas]
@=“獲取超級管理員權限”
“Icon”=“C:WindowsSystem32imageres.dll,-78”
“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”
[-HKEY_CLASSES_ROOTdllfileshell]
[HKEY_CLASSES_ROOTdllfileshellrunas]
@=“獲取超級管理員權限”
“HasLUAShield”=“”
“NoWorkingDirectory”=“”
[HKEY_CLASSES_ROOTdllfileshellrunascommand]
@=“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_ROOTDriveshellrunas]
[HKEY_CLASSES_ROOTDriveshellrunas]
@=“獲取超級管理員權限”
“Icon”=“C:WindowsSystem32imageres.dll,-78”
“NoWorkingDirectory”=“”
[HKEY_CLASSES_ROOTDriveshellrunascommand]
@=“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”
2、 刪除管理員權限。復制代碼根據上面的步驟新建記事本粘貼到記事本中,另存為.reg格式,雙擊即可刪除管理員權限。
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“ %*”
相關文章:
1. issch.exe是什么進程?issch.exe是不是病毒?2. 世界上最流行的操作系統不是Linux或者Windows,而是MINIX3. Firefox.exe是什么進程 Firefox.exe相關內容詳細介紹4. 微軟宣布將在1月10日結束對Win7/8/8.1版Edge瀏覽器的支持5. mac鼠標主按鈕怎么更改? Mac設置鼠標主按鈕的技巧6. ntoskrnl.exe是什么進程?Win8系統ntoskrnl.exe進程介紹7. AIX上克隆rootvg的操作方法 8. FreeBSD為powerd設置cpu最小工作頻率9. 統信UOS系統怎么設置鼠標樣式? UOS更改鼠標形狀的技巧10. Thinkpad e580筆記本怎么繞過TPM2.0安裝Win11系統?
