Jump to content

Recommended Posts

Posted

when installing a new windows7 system ,how to change the default installation path like:

\boot

\Documents and Settings

\Program files

\ProgramData

\PerfLogs

\Users

\Windows

and some files like :

bootmgr

BOOTSECT.BAK

auotexec.bat

config.sys

hiberfil.sys

pagefile.sys


Posted

I know XP can be changed with nlite

but I cant find the feature in the win7 customize software

Posted

Using FolderLocation in unattend.xml you can the users and programdata folder. In general this is not recommended because it may break future updates or servicing of the image.

<FolderLocations>

<ProfilesDirectory>D:\Users</ProfilesDirectory>

<ProgramData>D:\ProgramData</ProgramData>

</FolderLocations>

/ Johan

Posted

thank you

and what's the difference between unattend.xml and autounattend.xml ,and how to use ?

Posted (edited)

thank you

and what's the difference between unattend.xml and autounattend.xml ,and how to use ?

rna023, either name is OK. The WAIK contains unattend.chm, which explains how to construct the .xml file. I think the MS Download Center has a smaller file with just the information without the whole WAIK, but if you have WAIK installed, then there is a Documentation short cut in the Start Menu. Enjoy, John.

EDIT: BTW, there is a folder with the name Documents and Settings, but it only yields Access Denied and is not in the %UserProfile% path.

Edited by johnhc

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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