[Request] Add SkipRearm to autounattend.xml when using Audit mode

tharri

Member
Please provide an option to add SkipRearm to autounattend.xml when using Audit mode:

Code:
<settings pass="generalize">
    <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <SkipRearm>1</SkipRearm>
    </component>
</settings>
 
Back
Top