Archives for October 2008

Who’s a Local Adminstrator?

Here’s VBScript code you can use in a login script or from SMS to find out who has administrator rights on a PC: ‘ Variables Dim objFileSystem, objOutputFile Dim strOutputFile ‘ Init objects Set Shell = CreateObject(“WScript.Shell”) Set oNet= WScript.CreateObject(“WScript.Network”) Set filesys = CreateObject(“Scripting.FileSystemObject”) ‘ Grab computername computername = Shell.ExpandEnvironmentStrings(“%computername%”) ‘ See if we can [...]

Utility Review: Alcohol 52%

It sometimes is hard finding software that will work on Windows Vista. Case in point: finding software that will load ISO images as a drive letter. On Windows XP, I use to use CloneVirtualDrive by SlySoft. Unfortunately, this software does not work on Vista. The challenge is to find something free, reliable and of course, [...]