Author

Rich

Just another IT guy.

XP Windows Task Scheduler Advanced Menu

December 23, 2011

Windows XP's Tasks folder view has an Advanced menu (which I've never paid attention to) that allows you to choose additional functions for the task scheduler. I *never*…

Ncurses Motha F##ka

December 22, 2011

I love when I read through code as I'm hacking it up and I actually laugh out loud.  This one got me today when I was hacking up…

UPHCleanup, Handle, ProcExp vs. NTUSER.DAT

December 22, 2011

The infamous: Windows cannot load the user's profile but has logged you on with the default profile for the system. This was received on Windows Server 2003 Terminal…

Cleaning Things Up

December 22, 2011

Excuse all the dust and debris!  I’m in the middle of cleaning things up.

Graph Ping Time with Microsoft LogParser

December 22, 2011

Found this cool little piece while searching for log parsers for a project. ping -n 15 www.yahoo.com | logparser SELECT TO_INT(REPLACE_STR(EXTRACT_VALUE(Text,'time',' '),'ms','')) AS Response INTO Ping.gif FROM stdin…

Windows XP SP3 installed, or is it?

December 21, 2011

Here's today's riddle: I got this interesting problem after installing SP3 on a Windows XP Home system via the Network Install Service Pack 3 download. Action Plan Uninstall…

Error number: 0x80070424

December 21, 2011

Windows Update error 0x80070424 Quick fix: %SYSTEMROOT%SYSTEM32REGSVR32.EXE %SYSTEMROOT%SYSTEM32WUAUENG.DLL

Error 0135: Fan Failure

December 21, 2011

WARNING: There has been a recall on certain M90z and M70z all-in-one Lenovo systems due to a fire hazard. Please visit CPSC for more information. Glad this was documented on Lenovo's…

Microsoft SQL Database-level Roles

December 6, 2011

Database-level role names from http://msdn.microsoft.com/en-us/library/ms189121(SQL.100).aspx db_accessadmin Members of the db_accessadmin fixed database role can add or remove access to the database for Windows logins, Windows groups, and SQL Server…

Open Windows Registry at Specific Key

December 2, 2011

Ever needed to jump to a specific registry key? Regedit doesn't allow you to do this natively; when launched, regedit uses the last open location to go to.…

Acrobat 9 Runtime Error with Roaming Profiles

December 1, 2011

http://kb2.adobe.com/cps/404/kb404597.html Microsoft Visual C++ Debug Library Runtime Error! Program: C:Program FilesAdobeAcrobat 9.0AcrobatAcrobat.exe The application has requested the Runtime to terminate it in an unusual way. Please contact the…

Use hdparm to Benchmark Disk in Linux

December 1, 2011

I use this often in the vm-land to test VMFS stores/LUN performance of new VMs I setup and I also use a few other benchmark tools to monitor…

Install VMware Tools on Linux Guest

December 1, 2011

The instructions are outlined by VMware here. These are my notes. To install VMware Tools in a Linux guest operating system using Compiler: Ensure that your Linux virtual…