找回密码
 注册
搜索
[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
查看: 21127|回复: 3

[系统相关] 求批处理如何在火狐浏览器快捷方式后面加上网址和修改IE主页

[复制链接]
发表于 2020-7-13 01:36:57 | 显示全部楼层 |阅读模式
求如何在火狐浏览器快捷方式后面加上网址和修改IE主页的批处理。谢谢
发表于 2020-7-14 13:17:37 | 显示全部楼层
可以这样建立一个快捷链接效果相同 如果是主页建议手动设置
(echo [InternetShortcut]
echo URL="http://www.baidu.com"
echo IconFile=%SystemRoot%\System32\SHELL32.dll
echo IconIndex=14)>c:\Users\Public\desktop\火狐浏览器.url
发表于 2020-7-14 13:51:12 | 显示全部楼层
回复 1# bskiqpl


修改IE主页.bat
  1. reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d "http://bbs.bathome.net/" /f
复制代码
发表于 2020-7-14 14:10:47 | 显示全部楼层
  1. reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/p/?LinkId=255141"
  2. reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main" /f /v "Default_Search_URL" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
  3. reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
  4. reg add "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
  5. reg add "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "https://www.baidu.com"
  6. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Default_Search_URL" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
  7. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
  8. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Default_Search_URL" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
  9. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
  10. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Default_Page_URL" /t REG_SZ /d "http://go.microsoft.com/fwlink/p/?LinkId=255141"
  11. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/p/?LinkId=255141"
  12. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/p/?LinkId=255141"
  13. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Default_Page_URL" /t REG_SZ /d "http://go.microsoft.com/fwlink/p/?LinkId=255141"
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|批处理之家 ( 渝ICP备10000708号 )

GMT+8, 2026-3-20 02:45 , Processed in 0.026391 second(s), 8 queries , File On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表