One of the things I learned long ago was to always have more than 1 drive or have my single drive partitioned.
You keep your programs and operating system on the C drive.
On your D drive goes all your data, downloads and anything that you don’t want to vanish on you suddenly.
A couple of advantages of this are:
- This keeps the C drive quite lean if you want to make an image of it. It contains the operating system files and installed software and nothing else.
- The D drive contains everything in one spot that you can easily set up for a backup procedure
- If something catastrophic happens to your operating system, you can (mostly) be comfortable with formatting and installing over the C drive without blowing away all your precious music, photos and docs.
- You can store your favourite software installers and drivers on your D drive which you can reach easily if doing a reinstall – rather than having to download them all again if starting from scratch.
If you don’t partition or have more than one hdd, an operating system failure could mean the hassle of removing your hard drive and backing data up off it on another running machine.
Things can be difficult though with the way Windows likes to store the user profile data on the C drive by default like your application data and My Documents.
Here are some instructions for changing Windows 7 so that all your user data is stored on your D drive (or wherever you like).
This is starting from a clean install of Windows 7 but you could do it from an existing install; just that trying to change the location of an existing user profile is extremely difficult and not recommended (hence the Dummy account):
- When prompted to enter a user name in the Windows 7 installer, use a throw-away username rather than your desired username e.g. Dummy
- Once installed you should be logged in as Dummy
- Open up C:\Users and copy the Public and Default folders to the new location e.g. D:\Users
- Open up regedit and go to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList key
- Change the Default, ProfilesDirectory and Public values to the new location (e.g. replace %SystemDrive% with D:)
- You should also consider moving the ProgramData location too
- Restart then log on again as Dummy (not sure if this is necessary but just being safe!)
- Create a new user. This will be your preferred account. Name it what you want and add it to the Administrators group.
- Log off Dummy and log on as the new user
- Click the Start Menu and click on your folder name just below the profile grapic and above “Documents”. Right click on the folders and go Properties to verify they are stored in D:\Users
Now, if your Windows 7 install becomes unrecoverable, you can safely format and install on the C drive and your user profile will remain intact on D.