Lijit Search
Lijit SearchArchives
Twitter: JeffHarbert
- Now that's a thought. RT @ClubZgreensboro: @jeffharbert Or, is there a street address for the NSA? about 1 hour ago from TweetDeck ReplyRetweetFavorite
- A very short rant - Do Not Reply To This Email http://t.co/wadOqFMG #custserv about 1 hour ago from TweetDeck ReplyRetweetFavorite
- 419 scam email sender wants my address and phone number. Tempted to reply with info for the White House. about 2 hours ago from TweetDeck ReplyRetweetFavorite
- Fortunately, the link I needed was easy to Google: Emailing Into Evernote Just Got Better http://t.co/b6RItnYI via @evernote about 2 hours ago from TweetDeck ReplyRetweetFavorite
- Hate it when I thought I'd saved something to @Pinboard but it's not there. about 2 hours ago from TweetDeck ReplyRetweetFavorite
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
Posted in Computers, How I Do IT, Security, Software, Windows 7
Leave a comment
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
Posted in ASCII, How I Do IT, Unicode, VBScript
3 Comments
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
Posted in How I Do IT
Leave a comment
A VBScript ‘Wake on LAN’ Project
Note: WordPress does weird things to punctuation, so don’t copy and paste the scripts in this post. For your convenience I’ve packaged the three scripts as plain text VBS files in a ZIP file, which you can download here: VBScript … Continue reading
Posted in How I Do IT, VBScript
8 Comments