How can I permanently instruct windows7 to default my user data like libraries to other than boot disk?

2

I like to use my SSD bootdisk for programs only and have all data on another drive. That's easier for backup too.

UniqueHorn

Posted 2012-05-15T07:53:52.723

Reputation: 21

This question has been answered in many forms already. – None – 2012-05-15T07:57:13.493

Answers

1

The best way to do this would be to make an unattended Windows Setup answer file using System Image Manager from the Microsoft Deployment Toolkit, where you can specify many different things for a customised Windows installation.

However, the whole process is quite involved for people unfamiliar with it, and there are a lot of options to wade through.

System Image Manager


Of course, you can always remove the default Library locations instead, and make the default save locations on your secondary hard drive, which would be a lot easier.

Just right-click the Library in the left-hand panel and select Properties. Select the default locations and press Remove, and then add your location(s) from your secondary drive, using the 'Include a folder' button. If you add more than one location, you need to select one of them as the default save location.

paradroid

Posted 2012-05-15T07:53:52.723

Reputation: 20 970

"Of course, you can ......." I thought I noticed that the libraries kept initiating the old locations. Can you give some more specific steps for your recommended move to another drive? Thanks – UniqueHorn – 2012-05-15T13:20:00.987

@UniqueHorn: I added some instructions on doing that. – paradroid – 2012-05-15T14:10:08.557

1

If by data you mean you "Users" profile, then there is this

http://www.addictivetips.com/windows-tips/change-windows-default-user-profile-directory/

Usual caveats apply:

Create backup of the data !

Restore Point(s)

And Preferably image the Drive prior to relocating the data

Charley Rouse

Posted 2012-05-15T07:53:52.723

Reputation: 36