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 & [...]
Right a little background to begin with, I use FOG in a few schools to image my machines and i have been thinking about adding some more functionality to the PXE Menu, namely a live distro so that i can quickly rule out driver problems etc… on machines by leaving windows, it also allows for [...]
My new wireless card for the Wind turned up today. I was surprised how easy it was to open up, after the eee put up a quite a fight. Once i got the screws out the back simply lifted off and revealed all the slots i needed. First off the RAM clipped in nice and [...]
Ive written a script for my wind that sets my proxy for me on login. This script doenst set any proxy options other than the on/off setting, i only use proxy or no proxy so all the other settings remain the same. Its written in ruby (no surprise there).
This is the script:
#!/usr/bin/env ruby
#First job get [...]