導航:首頁 > 知識產權 > 增加右鍵使用權

增加右鍵使用權

發布時間:2021-06-20 10:12:55

Ⅰ 添加管理員取得所有權右鍵菜單.cmd去哪找

右鍵空白處,新建 文本文檔 打開並添加如下圖所示文本後,保存。取消管理員取得所有權右鍵菜單具體代碼為: Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\*\shell\runas] [-HKEY_CLASSES_ROOT\Directory\shell\runas] [-HKEY_CLASSES_ROOT\*\shell\runas\command] [-HKEY_CLASSES_ROOT\exefile\shell\runas2] [-HKEY_CLASSES_ROOT\exefile\shell\runas2\command] [-HKEY_CLASSES_ROOT\Directory\shell\runas\command] 更改擴展名為 .reg 雙擊 運行,確定 選是,繼續 6 右鍵菜單先後對比如下。 關於如何添加,請參看我的經驗:沒有許可權如何添加管理員取得所有權右鍵菜單.reg

Ⅱ 怎麼給右鍵增加管理員取得所有權

  1. 打開記事本把下面代碼復制到記事本

  2. 代碼:

    Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT*shell unas]@="管理員取得所有權""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT*shell unascommand]@="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_ROOTexefileshell unas2]@="管理員取得所有權""NoWorkingDirectory"=""[HKEY_CLASSES_ROOTexefileshell unas2command]@="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F""IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F"

  3. 另存為system.reg文件

  4. 之後雙機點擊確認


Ⅲ [添加右鍵]【管理員取得所有權】添加到右鍵菜單,獲得最高許可權{Vista/2008/Win7}

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"
復制代碼到記事本,保持類型選所有文件,保存為.reg格式文件。雙擊導入。
刪除管理員取得所有權
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\runas]
[-HKEY_CLASSES_ROOT\exefile\shell\runas2]
[-HKEY_CLASSES_ROOT\Directory\shell\runas]

Ⅳ 怎樣添加管理員取得所有許可權到右鍵菜單

用win7優化大師或魔方

Ⅳ Win10右鍵菜單怎麼添加管理員取得所有權選項

Win10右鍵菜單怎麼添加管理員取得所有權選項
http://jingyan..com/article/1612d500a7d18fe20f1eee10.html

Ⅵ win10,對於文件,右鍵「管理員取得所有權」怎麼操作

為Windows10的右鍵菜單添加取得所有權的菜單:具體實現的方法不難,將以下內容另存為文本文件,然後修改該文件的擴展名為.reg ,雙擊導入注冊表即可。
友情提醒:如果導入注冊表不起效果,那麼請刪除下面欄位每一行前面的空格。
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"

Ⅶ Win10右鍵怎麼添加管理員取得所有權

1、打開記事本,或在桌面先新建一個文本文檔打開,然後復制以下注冊表代碼到記事本中;

Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\runas]
[HKEY_CLASSES_ROOT\*\shell\runas]
@="獲取超級管理員許可權"
"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]
;www.xitonghe.com
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="獲取超級管理員許可權"
"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]
@="獲取超級管理員許可權"
"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]
@="獲取超級管理員許可權"
"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、然後右鍵另存為「管理員取得所有權.reg」,保存類型選擇「所有文件」;

3、雙擊創建好的reg文件,導入就可以了。

需要注意的是,使用該方法需要你已經開啟了Administrator帳戶的提前下使用。

Ⅷ 怎麼給給windows 7系統右鍵菜單添加獲取管理員許可權

1、首先在桌面空白地方滑鼠右擊選擇「新建-文本文檔」選項;
2、將下面代碼復制粘貼進入,
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*shellrunas]
@=「管理員取得所有權」
「NoWorkingDirectory」=「」
@=「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_ROOTexefileshellrunas2]
@=「管理員取得所有權」
「NoWorkingDirectory」=「」
@=「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]
@=「管理員取得所有權」
「NoWorkingDirectory」=「」
@=「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」 ;
3、然後保存為.reg格式,雙擊運行導入注冊表即可,然後右擊就會發現右鍵菜單中有「管理員許可權所有權」選項了哦。

閱讀全文

與增加右鍵使用權相關的資料

熱點內容
武漢疫情投訴 瀏覽:149
知識產權合作開發協議doc 瀏覽:932
廣州加里知識產權代理有限公司 瀏覽:65
企業知識產權部門管理辦法 瀏覽:455
消費315投訴 瀏覽:981
馬鞍山鋼城醫院 瀏覽:793
馮超知識產權 瀏覽:384
介紹小發明英語作文 瀏覽:442
版權使用權協議 瀏覽:1000
2018年基本公共衛生服務考核表 瀏覽:884
馬鞍山候車亭 瀏覽:329
學校矛盾糾紛排查領導小組 瀏覽:709
張江管委會知識產權合作協議 瀏覽:635
關於開展公共衛生服務項目相關項目督導的函 瀏覽:941
閨蜜證書高清 瀏覽:11
轉讓房轉讓合同協議 瀏覽:329
矛盾糾紛排查調處工作協調交賬會議紀要 瀏覽:877
雲南基金從業資格證書查詢 瀏覽:313
新知識的搖籃創造力 瀏覽:187
股轉轉讓協議 瀏覽:676