VBS自动配置脚本 2014/11/26 15444 Dim Shell Set Shell = CreateObject("WScript.Shell") Shell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\AutoConfigURL", "C:\test.pac" Set Shell=Nothing