Board logo

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

作者: bskiqpl    时间: 2020-7-13 01:36     标题: 求批处理如何在火狐浏览器快捷方式后面加上网址和修改IE主页

求如何在火狐浏览器快捷方式后面加上网址和修改IE主页的批处理。谢谢
作者: smss    时间: 2020-7-14 13:17

可以这样建立一个快捷链接效果相同 如果是主页建议手动设置
(echo [InternetShortcut]
echo URL="http://www.baidu.com"
echo IconFile=%SystemRoot%\System32\SHELL32.dll
echo IconIndex=14)>c:\Users\Public\desktop\火狐浏览器.url
作者: Batcher    时间: 2020-7-14 13:51

回复 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
复制代码

作者: smss    时间: 2020-7-14 14:10

  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"
复制代码





欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2