UIVerbosityLevel (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the UIVerbosityLevel setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a hexadecimal value that specifies whether Windows status messages are enabled during device startup, logon, and shut down.

Set to 0x1 to disable Windows logon status messages on a device; otherwise, set to 0x40 to enable Windows logon status messages. The default value is 0x1.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Custom Logon

Features/Branding/Custom Logon/UIVerbosityLevel

XML Example

The following XML example shows how to disable all Windows status messages during device startup, logon, and shut down.

<UIVerbosityLevel>0x1</UIVerbosityLevel>

See Also

Concepts

Feature Module Settings