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

09
November

Touchscreen for the Wind

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

The next improvement to my MSI Wind U100 has arrived! A touch screen that requires no solder to fit and sits in nicely. I ordered it from FidoHub, the screens product page is http://www.fidohub.com/product.php?prod_id=46&sort3=
FidoHub gave me a FedEx tracking number so I was able to track the screen from Taipei City right till it arrived [...]

03
November

Slax from FOG (PXE Grub Menu)

Written by Arcath. 4 comments Posted in: Linux
Tagged with , , , , ,

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