Category Archives: How I Do IT
Turning off User Account Control, or You’re Damned Right I’m an Expert
My biggest gripe about Windows 7 is the impact User Account Control has on the command line. Unless you turn UAC completely off, every time you run something on the command line that Microsoft has deemed requiring your password – … Continue reading
Convert Unicode Files to ASCII
I had a situation at work recently where I needed to mine some Unicode-formatted HL7 files for data. For my purposes, I really needed the files in plain text format. Here’s the VBScript I used to convert the HL7 files … Continue reading
Using Taskkill to End Remote Processes
You can kill processes on a remote computer by using the taskkill command. Run ‘taskkill /?’ on a command line to see all the options. We use SpySweeper on all our workstations at work. It occasionally hangs during a scan, … Continue reading
A VBScript ‘Wake on LAN’ Project
I was working at home one weekend recently, performing some scheduled server maintenance. We have mostly HP servers where I work, and they have this nice feature built into them called Remote Insight. It’s a card that’s plugged into the … Continue reading