Jump to content

WDS and WI files


Recommended Posts

We're using Windows Deployment Services (the successor to RIS) on our network. When I originally created the images of the PC's I built-in the username and password using SysPrep. The need arose recently to change the password.

So, without re-creating all the images (we have about 7), is there away to extract the file that contains the password entries from the .WIM file, change it and put back into the .WIM file?

Thanks/...

Link to comment
Share on other sites

  • 2 weeks later...

Yes,

you can mount the images so you can edit the sysprep.inf file.

Install WAIK if not done already.

Open dos box via the Windows PE Tools Command Prompt shortcut.

Then in the box:

1) Prepare:

copype.cmd x86 c:\tempIMG

2) mount:

imagex /mountrw %1 1 c:\tempIMG

where %1 is the path to the image you want to change

3) edit the sysprep.inf in c:\tempIMG\sysprep

4) unmount :

imagex /unmount /commit c:\tempIMG

Link to comment
Share on other sites

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...