Jump to content

Recommended Posts

Posted

Hi guys;

I don't wanna create fully unattended Vista DVD.

I just want to change my default "Users" folder while installing Vista Home Premium x86.

I do not want "C:\Users\Blabla Username"

Instead i just want "D:\Users\Blabla Username"

Mostly in other forms they advice tweaking some registry after OS installation.

But i want this "folder change" is to be a part of my Vista installation.

I hope you can help me;


Posted (edited)

You will have to create a 'Autounattend.xml' and put it in the root of your disk.

You can set it in your 'Autounattend.xml'

in: <settings pass="oobeSystem">

put:

<FolderLocations>

<ProfilesDirectory>D:\UserData</ProfilesDirectory>

</FolderLocations>

So all userprofiles will be created in D partition in this example.

Hope this helps you, DJPro

Edited by DJPro
Posted
You will have to create a 'Autounattend.xml' and put it in the root of your disk.

You can set it in your 'Autounattend.xml'

in: <settings pass="oobeSystem">

put:

<FolderLocations>

<ProfilesDirectory>D:\UserData</ProfilesDirectory>

</FolderLocations>

So all userprofiles will be created in D partition in this example.

Hope this helps you, DJPro

Thank you so much for your reply DJPro but i don't wanna download and use WAIK or anyother program like this.

As i said at the begining i really dont wanna struggle with lots of codes etc.. I am just a beginner in this unattended installation stuff and i just want my Vista Installation create "Users" folders in "D:\Users" thats all.

Where should i put this code in my Vista Installation DVD, which files i have to create etc etc....??

Can you tell me what i have to do step by step? :wacko:

Posted
You will have to create a 'Autounattend.xml' and put it in the root of your disk.

You can set it in your 'Autounattend.xml'

in: <settings pass="oobeSystem">

put:

<FolderLocations>

<ProfilesDirectory>D:\UserData</ProfilesDirectory>

</FolderLocations>

So all userprofiles will be created in D partition in this example.

Hope this helps you, DJPro

Thank you so much for your reply DJPro but i don't wanna download and use WAIK or anyother program like this.

As i said at the begining i really dont wanna struggle with lots of codes etc.. I am just a beginner in this unattended installation stuff and i just want my Vista Installation create "Users" folders in "D:\Users" thats all.

Where should i put this code in my Vista Installation DVD, which files i have to create etc etc....??

Can you tell me what i have to do step by step? :wacko:

Looks to me like he did!

Posted
You will have to create a 'Autounattend.xml' and put it in the root of your disk.

You can set it in your 'Autounattend.xml'

in: <settings pass="oobeSystem">

put:

<FolderLocations>

<ProfilesDirectory>D:\UserData</ProfilesDirectory>

</FolderLocations>

So all userprofiles will be created in D partition in this example.

Hope this helps you, DJPro

Thank you so much for your reply DJPro but i don't wanna download and use WAIK or anyother program like this.

As i said at the begining i really dont wanna struggle with lots of codes etc.. I am just a beginner in this unattended installation stuff and i just want my Vista Installation create "Users" folders in "D:\Users" thats all.

Where should i put this code in my Vista Installation DVD, which files i have to create etc etc....??

Can you tell me what i have to do step by step? :wacko:

Looks to me like he did!

So u say;

1- Create a blnak .xml file called "Autoattended.xml".

2- Put this code exactly into blank "Autoattended.xml"

in: <settings pass="oobeSystem">
put:
<FolderLocations>
<ProfilesDirectory>D:\UserData</ProfilesDirectory>
</FolderLocations>

3- Save it and put "Autoattended.xml" to my Vista DVD.

i think there is something i am doing wrong at some step.

:blink:

If you can describe it step by step like telling it to an id*** it could be good for me :thumbup

Posted (edited)

did you call the file Autoattended.xml or Autounattend.xml, the latter being the corect file name?

[edit]

typo

[/edit]

Edited by Atheros
Posted
did you call the file Autoattended.xml or Autounattend.xml, the latter being the corect file name?

[edit]

typo

[/edit]

Sorry Atheros. They all must be "Autounattend.xml"

I dont know anything about how to create an unattanded vista dvd.

All i want is to make my vista dvd installation create "Users" folder in "D:\Users" not in "C:\Users"

Posted

Not to be rude, but you should read up on unattended installations of vista. Your question has been answered already but what you're looking for is someone else to do your work, someone to give you a file, chuck it in your dvd and say done, things aren't that easy :)

Posted

Thanks @ macgyvr (Looks to me like he did!)

and @ Grake...

Indeed, there are enough examples of basic "Autounattend.xml" files on this forum.

If you open the xml in notepad for example you will see:

<settings pass="oobeSystem">

Just take a look at the layout and then add:

<FolderLocations>

<ProfilesDirectory>D:\UserData</ProfilesDirectory>

</FolderLocations>

It's not that hard as it looks, just do a few tests on a virtual machine to see if it works.

I know many of us people did a lot of installations before everything went fine... included me.

DJPro

  • 3 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...