Author

Rich

Just another IT guy.

RealVNC Viewer for Google Chrome

March 26, 2013

This is exciting to me. I may actually start using Google Chrome just for the added functionality/productivity by having RealVNC viewer for Google Chrome. I use VNC literally…

Determine a MySQL Database Creation Date

March 26, 2013

Here’s a simple way to determine the date/time a database was created in MySQL: SELECT create_time FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = 'DB_NAME' mysql> select create_time from information_schema.tables where…

Windows 7 Saved Theme Location

March 25, 2013

When you customize your Windows 7 theme and save it, you can access the saved theme by navigating to: %LOCALAPPDATA%microsoftwindowsthemes In my case, this is: C:UsersrkreiderAppDataLocalMicrosoftWindowsThemes

Scheduled Tasks Error 0x8004130f

March 25, 2013

I received the 0x8004130F error on a 2003 Server SP2 recently after uninstalling non-needed software for the Tasks in Task Manager. Reviewing the logfile, I see the error:…

Free eBook: Introducing Windows Server 2012

March 25, 2013

Another free eBook from Microsoft Press:  Introducing Windows Server 2012.  Note that this is the RTM edition. You can download the eBook directly here (PDF):  http://go.microsoft.com/FWLink/?Linkid=251464 A key…

Force client computer to report to WSUS

March 22, 2013

You can force your computer to report its status to the WSUS server by issuing the following command: wuauclt /reportnow More information is available on the TechNET page: …

Windows timeout Command

March 22, 2013

As noted in my last post, I came across two commands I had no idea natively existed in Windows. The previous one is waitfor. This command is timeout.…

Windows Waitfor Command

March 22, 2013

I recently discovered a command I didn't know about (actually 2 commands). I never knew about waitfor command! Man, this would have been useful in some of my…

Disable Address Bar in IE8

March 21, 2013

Working on some thinstations with XP/IE8 today and needed to implement removal of Address/NavBar and could not find it in the GPO.  Came across someone who created the…

Office Configuration Analyzer Tool

March 21, 2013

In March, Microsoft released OffCAT which is the Office Configuration Analyzer Tool. With OffCAT, you can take the following actions to help you detect possible problems with your…