ShowStatusBar specifies whether the Internet Explorer Status bar appears.

The Status bar provides information such as the security mode and zoom level.

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.

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

Values

true

Specifies that the Internet Explorer Status bar appears.

false

Specifies that the Internet Explorer Status 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 Status bar.

  Copy Code
<ShowStatusBar>false</ShowStatusBar>

See Also