无忧启动论坛

标题: {已解决 谢谢窄口牛大大}请教诸位大大,如何桌面右键菜单用Cent Browser打开网址! [打印本页]

作者: 879792799    时间: 2020-6-12 11:23
标题: {已解决 谢谢窄口牛大大}请教诸位大大,如何桌面右键菜单用Cent Browser打开网址!
本帖最后由 879792799 于 2020-6-24 08:12 编辑

请教诸位大大,如何在右键菜单用Cent Browser打开网址!!谢谢

具体效果---就是添加网址{多个}到桌面右键菜单 我在电脑桌面点击右键然后在右键菜单中选泽某个网址 自动用Cent Browser打开网址---------(貌似自带ie是可以的)

谢谢指点!!!


补充一       已成功  谢谢窄口牛大大!!!   依照窄口牛大大指导 , 19# 20#有个解决方案 可以参考修改一下!
              在桌面或者资源管理器 任何空白地方点击随时调出自定义右键 一键高铁直达 真给力啊  真是爽歪歪!!!!
     


作者: 窄口牛    时间: 2020-6-12 12:14
哪的右键?
作者: qxsjljm    时间: 2020-6-12 16:04
把Cent Browser设为默认浏览器,直接打开就行!
作者: qxsjljm    时间: 2020-6-12 16:04
把Cent Browser设为默认浏览器。
作者: nttwqz    时间: 2020-6-12 16:50
智商太低,不知楼主什么意思。
作者: 879792799    时间: 2020-6-13 08:47
窄口牛 发表于 2020-6-12 12:14
哪的右键?

不好意思忘记说了  在桌面空白处
作者: 879792799    时间: 2020-6-13 08:49
qxsjljm 发表于 2020-6-12 16:04
把Cent Browser设为默认浏览器,直接打开就行!

貌似不行   我这里看来右键貌似只能调动IE   不知道大大怎么具体操作的!!!求指教具体流程
作者: 879792799    时间: 2020-6-13 08:52
qxsjljm 发表于 2020-6-12 16:04
把Cent Browser设为默认浏览器。

求指教实际操作细节
作者: 窄口牛    时间: 2020-6-13 09:58
vbs可以的。不同的菜单去启动不同的地址
作者: 窄口牛    时间: 2020-6-14 13:25
批处理的话,路径\浏览器名空格网址,应该就行
作者: 879792799    时间: 2020-6-16 08:58
qinyirq 发表于 2020-6-15 10:52
谢谢楼主的分享!这个绝对要顶!!!

你搞定了 没有啊!分享一下
作者: 879792799    时间: 2020-6-16 09:02
依照窄口牛大大指导  批处理搞定了   如何集成到桌面右键菜单???!!!!大大指点一下

@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

作者: 879792799    时间: 2020-6-16 09:11
本帖最后由 879792799 于 2020-6-16 10:14 编辑

在新建选项下  添加新建批处理选项
@echo off

reg add "HKEY_CLASSES_ROOT\.bat\ShellNew" /v nullfile /t reg_sz /d "" /f

reg add "HKEY_CLASSES_ROOT\.bat\ShellNew" /v FileName /t reg_expand_sz /d "" /f

pause>Nul

=========================

这个REG有点问题   先记录下

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\AddPrefix]
"SubCommands"="Add.Trial;Add.Void"
"MUIVerb"="添加前缀"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Add.Trial]
@="试用"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Add.Trial\command]
@="D:\\Test.bat \"Trial\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Add.Void]
@="作废"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Add.Void\command]
@="C:\\2.bat \"Void\" \"%1\""


作者: 窄口牛    时间: 2020-6-16 09:19
论坛有个右键分级菜单帖子,下载下来自己改改。
作者: 879792799    时间: 2020-6-16 10:16
本帖最后由 879792799 于 2020-6-17 09:03 编辑

窄口牛大大在17#说的应该是这个软件 http://bbs.wuyou.net/forum.php?mod=viewthread&tid=419623
作者: 879792799    时间: 2020-6-16 20:35
本帖最后由 879792799 于 2020-6-17 09:00 编辑
窄口牛 发表于 2020-6-16 09:19
论坛有个右键分级菜单帖子,下载下来自己改改。

谢谢窄口牛大大指导   成功搞定!!!!哈哈

下载好大大推荐软件   修改定制一下注册表  这是我个人修改仅供参考  红字自己修改自己的

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"
=======================================









欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3