A client machine running Windows 7 Ultimate wants to add a small SSD drive to speed up some programs and booting. Can I move the \Windows folder to the SSD drive and then set some configuration file to point to the Windows directory without changing the boot drive or any of the other directories?
feedback
|
|
You could try something with bcdedit, and set %systemroot% to point to the new location, but I'd imagine there would be several situations where applications would be broken with this setup. If you're trying this to increase speed by using a SSD drive, is there any reason you can't install Windows to the SSD and then store applications and data on the other drive? Is it just to avoid a re-install? | |||||
feedback
|
|
We've done this using the method that Paul describes, but it only works well for Windows programs. Many other programs incorrectly look for the Windows folder on the primary drive. Unless you only want to speed up Windows programs (i.e. notepad, minesweeper), why not move critical files to the SSD? Database files, swap files, etc can all be moved to SSD to boost performance. Moving your windows folder probably wouldn't do too much unless you have a blisteringly fast SSD (such as the Intel X25). | |||
feedback
|