shockley.net
Automotive

Computing

personal

aboutthissite






"Reboot, clean out your temp files, and run ScanDisk"
-- the help desk

Dumb apps I've written, with source in VB7. Executables require the Microsoft .Net Framework. I guess the source will too, once you compile it.

ClearType Enabler In Windows XP, you can turn on ClearType (and you should, on an LCD screen) but you can't tune the contrast.  Well, now you can.

DownloadExecutable

Temp File Deletion This utility deletes files that were created more than a certain number of days ago. Easily configurable, easily scriptable. DownloadSource

DownloadExecutable

VBScript Decoder Microsoft has a "script encoder" to encode (not encrypt) VBScript/JScript files. I needed to take a look under the hood of an encoded VBScript file, so I threw this front end together for scrdec. Decoding code used with permission.

Update: Now includes the actual DLL you need to run it. Sorry.

DownloadSource

DownloadExecutable

makeDLsForDBs App for MS Exchange to make a distribution list for each database in each storage group. Useful if you want to send an email to everyone on a database to tell them the server is down. DownloadSource