How to Change Proxy Settings automatically Using Script Save The File In .VBS Set WshShell = CreateObject("WScript.Shell") WshShell.Run "cmd /c inetcpl.cpl" WScript.Sleep 500 WshShell.SendKeys"^{Tab}^{Tab}^{Tab}^{Tab}{L}" WScript.Sleep 500 WshShell.SendKeys "{s}{Tab}{enter}" WScript.Sleep 500 WshShell.SendKeys"{a}(%{F4})" Thanks
that was a easy one
ReplyDeletethanks
Deletebefore seeing this video i didn't know that there was a backup option in windows i use third party tool
ReplyDelete