Category

Windows

Micro$oft Windows

368 articles in this category

New Server Monitor Out of Sync

April 3, 2013 1 min read

I was asked how resolution could be changed by using JUST the keyboard and not being able to see the screen since server 2003 was installed and used…

Registry File Template

April 3, 2013 1 min read

This post is just to give me a quick access to registry file template. Another way to get a template is to just export a key and hack…

NoMerge Registry Key Location

April 3, 2013 1 min read

Quick and dirty method to disable session sharing in IE8 for some older systems I support that require multiple windows with seperate users logged in. HKCUSoftwareMicrosoftInternet ExplorerMain DWORD:…

RealVNC Viewer for Google Chrome

March 26, 2013 1 min read

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…

Windows 7 Saved Theme Location

March 25, 2013 1 min read

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 2 min read

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 1 min read

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…

Free eBook: Introducing Windows Server 2008 R2

March 25, 2013 1 min read

Microsoft Press release free eBooks often and this is a nice one to have if you are responsible for maintaining Windows Server 2008 R2 (or just curious!). Free…

Force client computer to report to WSUS

March 22, 2013 1 min read

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 1 min read

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.…