Kills On Site wrote:FragaGeddon wrote:And you shouldn't have to backup anything if you do things right this time.
What do you mean exactly?
Install the OS on C.
Install all programs and what ever else on D.
I just made a folder on the D drive called Program Files, that way I only have to change the C to a D.
Some programs that you install, might not even need to be re-installed again.
Like if you installed outlook, you can put the .pst folder on the d drive.
I also put My Documents, Desktop, Send To and Favorites onto the D drive in a folder called User Data or whatever you want.
This way you can copy just that folder to a thumb drive.
I usually put any documents that I have created inside the My Documents folder.
But to each his own I guess.
There's a few ways to move the folders like my documents to the d drive, but I just use a reg hack.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Desktop"="D:\\User Data\\Desktop"
"Favorites"="D:\\User Data\\Favorites"
"Personal"="D:\\User Data\\My Documents"
"SendTo"="D:\\User Data\\SendTo"
"My Pictures"="D:\\User Data\\My Documents\\My Pictures"
"My Music"="D:\\User Data\\My Documents\\My Music"