Move \Users folder once for all
Guest
Posts: n/a
Posts: n/a
|
|
| Peter Meinl |
> How can we move the \Users folder to a different location (e.g. from
> c:\users to d:\users?
>
> I know that one can manually change the location of the subfolders of a
> specific user (e.g. c:\users\<myname>\Documents) using
> Properties|Location.
> I am looking for a solution to move the \Users folder location so that the
> folders for new users automatically go there.
> I read this is possible at setup using the Vista Automated Installation
> Kit to create an Autounattend.xml file, so I assume there is a registry
> setting.
>
> What about Outlook and Windows Mail? Do they store the Emails under
> \Users\...\Documents or do we still have to move them manually.
>
> The background of my question is that I am using a Matrix Raid with my
> swap and system partition striped and my data partition mirrored and want
> the user data on the mirror:
> Stripe:
> Swap: no backup
> System: image backup after significant changes
> Mirror:
> Data: daily backups
| Peter Meinl |
> The following Autounattend.xml file using the setup /unattend switch
> worked for me.
> setup.exe /unattend:a:\Autounattend.xml
>
> <?xml version="1.0" encoding="utf-8"?>
> <unattend xmlns="urn:schemas-microsoft-com:unattend">
> <settings pass="oobeSystem">
> <component name="Microsoft-Windows-Shell-Setup"
> publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
> processorArchitecture="x86">
> <FolderLocations>
> <ProfilesDirectory>D:\Users</ProfilesDirectory>
> </FolderLocations>
> </component>
> </settings>
> </unattend>
>
> It only worked for x86 and using the setup switch.
> Could not get it working for x64. Tried different settings for
> processorArchitecture "*", "ia64". The valid values seem not to be
> documented in AIK.
> Could not get it working with booting from DVD and Autounattend.xml on
> Floppy.
>
>
>
> "Peter Meinl" <pit@petermeinl.de> wrote in message
> news:OerW7hNAHHA.4024@TK2MSFTNGP04.phx.gbl...>> How can we move the \Users folder to a different location (e.g. from>
>> c:\users to d:\users?
>>
>> I know that one can manually change the location of the subfolders of a
>> specific user (e.g. c:\users\<myname>\Documents) using
>> Properties|Location.
>> I am looking for a solution to move the \Users folder location so that
>> the folders for new users automatically go there.
>> I read this is possible at setup using the Vista Automated Installation
>> Kit to create an Autounattend.xml file, so I assume there is a registry
>> setting.
>>
>> What about Outlook and Windows Mail? Do they store the Emails under
>> \Users\...\Documents or do we still have to move them manually.
>>
>> The background of my question is that I am using a Matrix Raid with my
>> swap and system partition striped and my data partition mirrored and want
>> the user data on the mirror:
>> Stripe:
>> Swap: no backup
>> System: image backup after significant changes
>> Mirror:
>> Data: daily backups
| Peter Meinl |
| gary.lane |
| mrgcav |
|
|
LinkBack | Thread Tools | Display Modes |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I move the users dir? | Mort | Windows Vista Administration | 10 | 05-22-2008 04:13 AM |
| How to move or recreate the "All users" virtual folder ? | Pierre | Windows Vista Administration | 1 | 10-22-2007 09:01 PM |
| Move Users' folders from C: to D: | Pascal Flo | Windows Vista Administration | 3 | 04-14-2007 07:06 PM |
| Move Users\Public etc | LIZ_S | Windows Vista Administration | 4 | 04-11-2007 02:22 AM |
| Can I move Users folder to another partition | Robert | Windows Vista Administration | 1 | 11-22-2006 06:10 AM |
| LinkBack |
LinkBack URL |
About LinkBacks |


Hybrid Mode


Posts: n/a