Host Refresh does not work?

Boot.wim second partition must be kept since 1709 or so.
Will adapt if manual setup is kept to protect it.
Thx.
 
Interesting. But can we use unattended.xml? That would be nice.

setup.exe /unattend:unattend.xml

This makes the setup.exe open and close. For example adding a clean command with SynchronousCommand/AsynchronousCommand.
 
Last edited:
setup.exe /unattend:unattend.xml

This makes the setup.exe open and close. For example adding a clean command with SynchronousCommand/AsynchronousCommand.

Do you named the unattended file or NTLite?
If NTLite, the file name is autounattend.xml and called by typing setup.exe /unattend:autounattend.xml?
 
Interesting. Will try. Does it work for you?
I never tried that command but as i can see, there is a typo in your command calling the unattended file as it is autounattend.xml, so, calling it by typing unattend.xml never will do something.
 
What about fix flag for boot.wim? You can do it using imagex. Maybe this can solve problem with Host Refresh

Code:
imagex.exe /info C:\Win10_1709_Czech_x32\sources\boot.wim 1 "Name" "Desc" /flags "9"
 
Back
Top