- set WshShell = Wscript.CreateObject("Wscript.Shell")
- folderProxy = "D:\Program Files\Chrome32\"
- WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\AutoConfigURL", "file://" & folderProxy & "Zhengshu\SwitchyPac.pac", "REG_SZ"
复制代码
|