Category: Microsoft

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

SSD Not Available During Windows 7 Setup

Intel X25-V SSD - Still Not Getting The Daily TRIM

Intel X25 SSD: Sometimes not showing up to the party

There’s a lot of people who have had issues with their SSD not showing up in the list of available hard drives when installing Windows 7, and today I got to be one of them. I wanted to do a fresh install of Windows 7 on an Intel X25-V SSD (40GB), but the disk just wouldn’t show up.

This particular disk was used as a swap disk in a different system, so I figured it might have some problems related to formatting. Changing from IDE mode to ACHI mode did not do anything. (For Intel SSDs, IDE mode is required for the Intel software to work).

After looking around for a solution on the interwebs, I found two possible solutions, listed by “ease of use”. The second one worked for me, as I happened to have a bootable USB with GParted on hand, but the first one should work too.

Continue reading

Dell Venue Pro Windows Phone 7 with QWERTY

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.

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.