- 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"
- 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"
- reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
- reg add "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
- reg add "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "https://www.baidu.com"
- reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Default_Search_URL" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
- reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
- reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Default_Search_URL" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
- reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Search Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/?LinkId=54896"
- 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"
- reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/p/?LinkId=255141"
- reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "http://go.microsoft.com/fwlink/p/?LinkId=255141"
- 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"
复制代码
|