WSUS Client Repair (wusclientrepair) is an HTA file which lets you fix Windows Update service issues on remote computers. Rename from .txt to .HTA.
Author: Alan
RDP History
RDPHistory.vbs creates a text file with a list of systems you ever connected to using RDP. Rename from .txt to .vbs
Farewell, PC Magazine
Been a long time since I posted, and I will try to get back to it. I got the last PC Magazine in the mail last week. They advised that it was their last issue in print, and that I would automatically be switched to the digital format unless I asked for a refund. I…
Sanboxie – Trust No Program
Where do we get infected? From web browsing and from email. Sandboxie runs these programs in a protected space so any problems do not make it to your own computer. Recommended! http://www.sandboxie.com/
drop and drag to commandline
I am a command prompt guy. One of the things (many) things I really hate about MS Vista is that you cannot drag a file into a command prompt and get the path in the box. M$ will tell you that this is a security restriction, but no one has ever articulated how getting a…
Three lines to find the PDC Emulator
Set oSI = CreateObject(“ADSystemInfo”) tArray = split(oSI.PDCRoleOwner,”,CN=”) strPDC = tArray(1) WScript.Echo strPDC
Files on Desktop
I am working on some materials for an upcoming class, and found this script that we run in one of our site’s logon scripts. It warns the user to remove files from their desktop using the Microsoft Agent and IE for file display. ‘ NAME: FilesOnDesktop.vbs ‘ ‘ AUTHOR: Alan Kaplan , alan dot akaplan…
The Nav740 GPS
PC Magazine says that the Nav740 GPS was their editor’s choice for a reasonably priced GPS. They should stick to reviewing computers. I had a Lowrance i350. Big, heavy, clunky. It took a long time to lock onto satellites. It did not have the ablilty click on a button to avoid part of a route. It…
Check for Broken Sids
Apparently I have not posted the lastest of this one elsewhere on the web. Alan ======== ‘Check4BrokenSids.VBS ver 1.5 ‘4-6-03 Alan Kaplan for VA VISN6 alan at akaplan dot com ‘This script searchs for unresolved SIDS on a level of folders iterated below ‘a specified starting point. It was written to identify home directories where ‘the…
Windows Easy Transfer Companion (Beta) Part II
Windows Easy Transfer Companion works, but I had some trouble with PC to PC over the wire transfer, with it crashing before completion. I found the best results are to disable anti-virus, disable firewall and create the file on a network share. For free it is a bargain. This has been in beta for nearly a year. I…