I use UUP dump as the source of Windows 11 installation files and always set SkipWinRE=1, which makes install.wim a bit smaller and the whole UUP dump process a bit faster. Here is an example of my ConvertConfig.ini:
Can such a slightly trimmed version of Windows 11 installation source be used with NTLite or is better to stick with the default SkipWinRE=0?
For those not familiar with this setting, when SkipWinRE=1, after Windows 11 installation Windows Recovery Environment has fewer options than the standard version and looks as follows (it can be accessed with Ctrl+Shift+(Power/Restart):
https://imagizer.imageshack.com/img922/9648/GVCKdO.jpg
https://imagizer.imageshack.com/img924/2160/v7c22K.jpg
https://imagizer.imageshack.com/img922/1582/wPzUAq.jpg
https://imagizer.imageshack.com/img922/8954/SAtd0U.jpg
Code:
[convert-UUP]
AutoStart =1
AddUpdates =1
Cleanup =0
ResetBase =0
NetFx3 =0
StartVirtual =0
wim2esd =0
SkipISO =1
SkipWinRE =1
ForceDism =0
RefESD =0
[create_virtual_editions]
vAutoStart =1
vDeleteSource=0
vPreserve =0
vwim2esd =0
vSkipISO =0
vAutoEditions=Enterprise
Can such a slightly trimmed version of Windows 11 installation source be used with NTLite or is better to stick with the default SkipWinRE=0?
For those not familiar with this setting, when SkipWinRE=1, after Windows 11 installation Windows Recovery Environment has fewer options than the standard version and looks as follows (it can be accessed with Ctrl+Shift+(Power/Restart):
https://imagizer.imageshack.com/img922/9648/GVCKdO.jpg
https://imagizer.imageshack.com/img924/2160/v7c22K.jpg
https://imagizer.imageshack.com/img922/1582/wPzUAq.jpg
https://imagizer.imageshack.com/img922/8954/SAtd0U.jpg