Link to home
Start Free TrialLog in
Avatar of adml_shake
adml_shake

asked on

Remove a user account from WIM

When making a image of one of our new desktops getting win7 x64, to put on our WDS server one of the admin accounts didn't get removed.  Is there a way I can mount this image and remove the account with out having to re-sysprep the whole thing?
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

from a command prompt
DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1    /MountDir:C:\test\offline
c:\test must exist
goto the directory and to the users folder and remove what you want
dism.exe /commit-wim
dism.exe /unmount-wim
ASKER CERTIFIED SOLUTION
Avatar of graye
graye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be deleted for the following reason:

This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.
Avatar of adml_shake
adml_shake

ASKER

The comment by the second poster worked out to be the best solution for me.  Need to award the points