Windows系統(tǒng)是美國(guó)微軟公司以圖形用戶界面為基礎(chǔ)研發(fā)的操作系統(tǒng),主要運(yùn)用于計(jì)算機(jī)、智能手機(jī)等設(shè)備。有WindowsXP、windows7、windows8、windows10、windows11等系列,是全球應(yīng)用最廣泛的操作系統(tǒng)之一。 原標(biāo)題:"Win10系統(tǒng)右鍵菜單添加管理員權(quán)限 admin取得所有權(quán)"相關(guān)電腦問題教程分享。 - 來源:本站。
使用Win10系統(tǒng)的時(shí)候經(jīng)常會(huì)遇到?jīng)]有管理員權(quán)限的問題,那么如何在右鍵菜單中添加取得管理員權(quán)限呢?本文將介紹如何在Win10的右鍵菜單中添加取得管理員權(quán)限。
右鍵添加取得管理員權(quán)限的操作方法:
1、打開記事本,或在桌面先新建一個(gè)文本文檔打開,然后復(fù)制以下注冊(cè)表代碼到記事本中;
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\runas]
[HKEY_CLASSES_ROOT\*\shell\runas]@=“獲取超級(jí)管理員權(quán)限”“Icon”=“C:\\Windows\\System32\\imageres.dll,-78”“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]@=“獲取超級(jí)管理員權(quán)限”“Icon”=“C:\\Windows\\System32\\imageres.dll,-78”“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”
[-HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\runas]@=“獲取超級(jí)管理員權(quán)限”“HasLUAShield”=“”“NoWorkingDirectory”=“”
[HKEY_CLASSES_ROOT\dllfile\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\Drive\shell\runas]
[HKEY_CLASSES_ROOT\Drive\shell\runas]@=“獲取超級(jí)管理員權(quán)限”“Icon”=“C:\\Windows\\System32\\imageres.dll,-78”“NoWorkingDirectory”=“”
[HKEY_CLASSES_ROOT\Drive\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”
2、然后右鍵另存為“管理員取得所有權(quán).reg”,保存類型選擇“所有文件”;


3、雙擊創(chuàng)建好的reg文件,彈出提示信息選擇“是”,導(dǎo)入之后需要用戶重啟一下桌面,即可在右鍵中顯示管理員取得所有權(quán)。

|