修改IE首頁的Script

Dim WshShell, bKey
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell. RegWrite"HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", "http://www.race.com.tw/", "REG_SZ"
WshShell. RegWrite"HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage", 1, "REG_DWORD"
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell. RegWrite"HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", "http://www.race.com.tw/", "REG_SZ"
WshShell. RegWrite"HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage", 1, "REG_DWORD"