|
本帖最后由 879792799 于 2020-6-17 09:00 编辑
谢谢窄口牛大大指导 成功搞定!!!!哈哈
下载好大大推荐软件 修改定制一下注册表 这是我个人修改仅供参考 红字自己修改自己的
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\Directory\Background\shell\RuanMeiMenu]
"SubCommands"="ToolsBox;QQ;TEL;SYSBAK;TEAM;Restart Explorer;Restart;Shutdown"
"MUIVerb"="菜单"
"icon"="display.dll,1"
[HKEY_CLASSES_ROOT\Directory\Background\shell\ToolsBox]
@="打开百度"
"icon"="winver.exe"
"Position"="top"
[HKEY_CLASSES_ROOT\Directory\Background\shell\ToolsBox\command]
@="C:\\ToolsBox\\常用小工具\\1.bat"
===========C:\ToolsBox\常用小工具\1.bat=请自己对照修改====================
@echo off
start /max "" "F:\centbrowser3.9.2.45x64\centbrowser3.9.2.45x64\centbrowser3.9.2.45x64\chrome.exe" www.baidu.com
@echo off
start /max "" "C:\program files\internet explorer\iexplore.exe" www.baidu.com
====================第二种方案==========================
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\Directory\Background\shell\RuanMeiMenu]
"SubCommands"="ToolsBox;QQ;TEL;SYSBAK;TEAM;Restart Explorer;Restart;Shutdown"
"MUIVerb"="我的菜单"
"icon"="display.dll,1"
"Position"="top"
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ToolsBox]
@="实用工具箱"
"icon"="winver.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\ToolsBox]
@="我的菜单52"
"Position"="top"
"icon"=""display.dll,1""
[HKEY_CLASSES_ROOT\Directory\Background\shell\ToolsBox\command]
@="C:\\ToolsBox\\常用小工具\\1.bat"
[HKEY_CLASSES_ROOT\Directory\Background\shell\ToolsBox1]
@="我的菜单wuyou"
"Position"="top"
"icon"=""display.dll,1""
[HKEY_CLASSES_ROOT\Directory\Background\shell\ToolsBox1\command]
@="C:\\ToolsBox\\常用小工具\\2.bat"
=======================================
|
|