Log in

Tag Archives: VBS

24
November

Proxy Setting Script for Windows 7

Written by Arcath. 1 comment Posted in: Uncategorized
Tagged with , ,

This is something i wrote for my netbook, it uses the functionality in Windows 7 to bind tasks to events in the system log. You First need to copy this script and set a couple of values:

WScript.Sleep 20000

strComputer = “.”
strProxyURL=”"
strProxyPort=”"

Set objShell = CreateObject(“WScript.Shell”)

Set objWMIService = GetObject(“winmgmts:” _

& “{impersonationLevel=impersonate}!\\” & strComputer & [...]

Well this is a special post:

Its the first post involving something i did for work
Its the first post where the code is written in VBS
Its the first Windows based post

This is a printer script i wrote to replace a script some else had written for one of the schools i work in, his script was [...]