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 today is windows 7 release day, so i woke up this morning logged into my student email (used the £30 student deal on pro upgrade) to get my download link and product key.
After using works internet to download it i realised that it was a .exe installer so i would need a copy of [...]
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 [...]