Category Archive: Windows Server 2008

May
24

Efficient File Copying With Microsoft Richcopy

Download Richcopy Now

Many are already familiar with the Robocopy command line utility from Microsoft, bundled with all recent versions of Windows. Robocopy basically provides a good level of granular control over folder copy operations. Since Windows 7 and Server 2008, Robocopy even supports multithreaded copying.

Robocopy has its limitations, however, and I would most times prefer to use a tool with a user interface. This has actually existed since 2006, when Microsoft engineer Derk Benisch created “Robocopy GUI”, but there is an even better alternative around these days…

Continue reading “Efficient File Copying With Microsoft Richcopy” »

Aug
11

Multithreaded File Copies with Robocopy in Windows 7

Robocopy is included in Windows 7 and features a new multi-threaded copy option. To perform a multi-threaded copy, you use the new /MT[:n] switch, where n indicates the number of threads to be used. By default, n is 8 when you use the /MT option, and can be any value from 1 to 128.
Note that the multi-threaded option is not compatible with the /IPG and /EFSRAW options.

Apr
15

System Crash: Microsoft-Windows-Kernel-Power

“The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.”

This error can be triggered by many different things, but in general they’re all related to something to do with power management.

I just went through three motherboards, different VGA cards and harddisks, basically changing out everything except for the CPU, only to eventually find that the computer crashes were triggered by Windows 7 trying to manage the power state on my Intel Core i5 750 CPU. As soon as I disabled all C-States, it stopped crashing.

I found out about this workaround from the Technet forum threads “Periodic server core BSOD/Reboot, need help with bugcheck report” and “Iam having Microsoft-Windows-Kernel-Power crashes“.

The problem with this workaround, is that the new CPUs are supposed to save you energy by enabling the latest operating systems such as Windows 7 and Server 2008 R2 to manage them more effeciently. By disabling all of the C-States, you’re basically forcing the CPU to run at full steam. This is most severe if you’ve invested in the latest Xeon processors mainly because of these features, as mentioned somewhere further down in the first forum thread I linked to.

If this is a fault with the new Windows core, I really hope Microsoft comes out with a hotfix soon. It cost me a lot of time and frustration to find the source of – and workaround to – the problem.

Mar
20

Useful DNS commands for Windows

Changing the name of a server inside of a domain? Finding computers whose names don’t match with their IPs? You may need to do some DNS “magic”.

Continue reading “Useful DNS commands for Windows” »

Jul
03

How To: Remove Windows 7 Watermark

If you’re like me, living on the bleeding edge with Windows 7 RC, you might have noticed the watermark in the right-hand corner of your desktop. Such things annoy me a bit, so I went to work (Googled) how to remove it, and found a great solution.

To remove your watermark(s), download this nifty little watermark removal application, right-click the appropriate file for your system (32-bit or 64-bit) and run it as an administrator. Follow the on-screen instructions and you’re set!

This removes watermarks for all Windows versions and all languages by searching for some standard watermarking strings and modifying the user32.dll.mui file instead of replacing it with a pre-patched file like others do.

Ignore any weird question marks that might be displayed in the CMD window – it still works perfectly.

windows-7-beta-1-watermark-on-desktop

This is a watermark. Watermarks are baaad!