ShowCommandBar specifies whether the Internet Explorer Command bar appears.

Note
This setting has been deprecated in Windows® 8. The information about this deprecated setting is provided for reference only. Users can still make this menu appear in Internet Explorer for the desktop.

The Command bar includes buttons such as Home, Print, Page, Safety, and Tools.

If the Command bar is hidden, the end user can still make it appear.

Values

true

Specifies that the Internet Explorer Command bar appears.

false

Specifies that the Internet Explorer Command bar does not appear.

This is the default value.

Valid Configuration Passes

specialize

Parent Hierarchy

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML output shows how to hide the Command bar.

  Copy Code
<ShowCommandBar>false</ShowCommandBar>

See Also