Tag: Windows 7

How to Fix RDP not Saving Password / Credentials (Windows Remote Desktop Connection)

After upgrading to Windows 10, I have had some issues with a couple of RDP connections that wouldn’t store the username and password (credentials). Despite ticking the box to save the credentials, it would always prompt me to enter the password.

Here’s how to fix the issue with RDP not saving the login information, which should work not just on Windows 10, but also other versions of Windows if you have the same problem Continue reading

How to Resolve the “Setup was unable to create a new system partition” Issue During Windows 7 Setup

Just the other day, I stumbled upon a couple of challenges when trying to install Windows 7 on a RAID array of two SSDs on my computer.

1st Issue: The missing RAID drivers

Since they didn’t exist when Windows 7 SP1 was put together, I had to load them manually inside of Windows 7 Setup.

This was simple enough, though:

  • I got on my laptop and downloaded the Intel RAID drivers from the ASUS support page for my Sabertooth X79 motherboard, then extracted the files to a USB drive.
  • I unplugged the USB disk from my laptop and loaded the driver from within Windows 7 Setup by connecting the USB drive to my main computer while in the “Where do you want to install Windows?” screen. I clicked “Load Driver” and browsed to the “Driver\Disk\64bit” folder. The next screen let me choose which driver to install (only gave me one choice).
  • The driver loaded in a couple of minutes and the disk showed up, just like a good student to school.

2nd Issue: “Setup was unable to create a new system partition”

This issue was a little trickier. To my disappointment, Windows 7 wouldn’t let me install on the RAID disk array I had chosen, giving the following error message:

“Setup was unable to create a new system partition or locate an existing system partition. See the Setup log files for more information”. Continue reading

Lifetime PC User Buys a Mac

For all my life I’ve been loyal to PC. It’s been a pretty good relationship, certainly with its ups and downs like in any relationship. It started back in 1992 with my dad’s i486-based computer, and after that there was no stopping us. Fast forward to today, and I’ve been through more than a dozen machines and numerous rebuilds. I’ve even built a couple of water cooled rigs just for the hell of it.

I’ve been a steadfast supporter of the PC platform and what it stands for. I’ve regularly argued against Apple whenever they’ve done bad things, such as locking down pretty much everything they make to suit their business models, or enforcing unfair censorship of publishers’ content – all the while pointing fingers at other. So, I hope my point is made clear: understand that it would take a lot to make me buy an Apple product.

Just a few days ago in July of 2011, however, I decided to do just that. 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

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.