Under the OOBE section I always have a single line:
And the preset I load always has:
And before I click Apply I also save that single line into the file "C:\WinReducerEX100_x64\WORK\INTEGRATE\SOFTWARE\WinReducerEX100PI.cmd" because as soon as I click Apply, "C:\WinReducerEX100_x64\WORK\INTEGRATE\SOFTWARE\WinReducerEX100PI.cmd" is replaced with an empty file and I need to quickly change it to include my one line command before the WIM completes, otherwise I get an empty WinReducerEX100PI.cmd file in the reduced C:
Code:
@"C:\install.lnk"
And the preset I load always has:
Code:
<Element Category="System" Name="OOBE Configuration" Selected="true" Value="C:\WinReducerEX100_x64\WORK\INTEGRATE\SOFTWARE\WinReducerEX100PI.cmd" />
And before I click Apply I also save that single line into the file "C:\WinReducerEX100_x64\WORK\INTEGRATE\SOFTWARE\WinReducerEX100PI.cmd" because as soon as I click Apply, "C:\WinReducerEX100_x64\WORK\INTEGRATE\SOFTWARE\WinReducerEX100PI.cmd" is replaced with an empty file and I need to quickly change it to include my one line command before the WIM completes, otherwise I get an empty WinReducerEX100PI.cmd file in the reduced C: