VBS自动配置脚本

Dim Shell
Set Shell = CreateObject("WScript.Shell")
Shell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\AutoConfigURL", "C:\test.pac"
Set Shell=Nothing

编程技巧