方法一:製作一個管理員授權的檔案,把這個檔案加入登錄檔
步驟:
開始 - 執行(輸入notepad)- 確定或者回車,開啟記事本(出可以從:開始-所有程式-附件-記事本);
在開啟的記事本中複製下列檔案:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="管理員授權"
"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\exefile\shell\runas2]
[HKEY_CLASSES_ROOT\exefile\shell\runas2\command]
[HKEY_CLASSES_ROOT\Directory\shell\runas]
[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"
點記事本左上角的“檔案” - 另存為 ,在另存為視窗下面的:檔名(N)中輸入:管理員授權.reg ,再點:儲存;
這時桌面上會有一個:管理員授權.reg的登錄檔檔案,
我們左鍵雙擊:管理員授權.reg檔案,在彈出的:登錄檔編輯器視窗點:是(Y);
在點是以後彈出的視窗中點:確定,我們右鍵單擊一個資料夾,會看到右鍵選單中有:管理員授權的選單。
方法二、修改資料夾安全屬性
在彈出的選擇使用者或組的視窗,我們輸入:Administrators,點確定,回到原視窗也點:確定;
在彈出的“Windows安全”視窗中,我們點“是”,回到原來的視窗,都點確定。
方法一:製作一個管理員授權的檔案,把這個檔案加入登錄檔
步驟:
開始 - 執行(輸入notepad)- 確定或者回車,開啟記事本(出可以從:開始-所有程式-附件-記事本);
在開啟的記事本中複製下列檔案:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="管理員授權"
"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\exefile\shell\runas2]
@="管理員授權"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\exefile\shell\runas2\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]
@="管理員授權"
"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"
點記事本左上角的“檔案” - 另存為 ,在另存為視窗下面的:檔名(N)中輸入:管理員授權.reg ,再點:儲存;
這時桌面上會有一個:管理員授權.reg的登錄檔檔案,
我們左鍵雙擊:管理員授權.reg檔案,在彈出的:登錄檔編輯器視窗點:是(Y);
在點是以後彈出的視窗中點:確定,我們右鍵單擊一個資料夾,會看到右鍵選單中有:管理員授權的選單。
方法二、修改資料夾安全屬性
在彈出的選擇使用者或組的視窗,我們輸入:Administrators,點確定,回到原視窗也點:確定;
在彈出的“Windows安全”視窗中,我們點“是”,回到原來的視窗,都點確定。