Log in

Tag Archives: Windows

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 & [...]

22
October

Windows 7 on my PC

Written by Arcath. No comments Posted in: General
Tagged with

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 [...]