Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
WillShowUI specifies in what circumstances to display the user interface (UI) for dynamic updates.
Values
Always |
Specifies that the UI is always displayed. |
OnError |
Specifies that the UI is displayed only if an error occurs, even for catastrophic, non-recoverable errors. This is the default value. |
Never |
Specifies that the UI is never displayed.
|
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Configuration Passes
windowsPE
Parent Hierarchy
microsoft-windows-setup- | DynamicUpdate | WillShowUI
Applies To
For the list of the supported Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML Example
The following XML output shows the value for the WillShowUI setting.
<DynamicUpdate>
<Enable>true</Enable>
<WillShowUI>Never</WillShowUI>
</DynamicUpdate>