ShowWindowsMail

Applies To: Windows 8.1, Windows Server 2008, Windows Server 2012 R2, Windows Vista

ShowWindowsMail specifies whether to show entry points for Windows® Mail.

Important

This setting is deprecated and should not be used.
Windows Mail is not available in Windows® 7.

Values

true

Specifies that entry points for Windows Mail are displayed. This is the default value.

false

Specifies that entry points for Windows Mail are not displayed.

Valid Configuration Passes

auditSystem

auditUser

oobeSystem

specialize

Parent Hierarchy

Microsoft-Windows-Shell-Setup | WindowsFeatures | ShowWindowsMail

Applies To

For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML output shows how to specify that the entry points for these Windows features not be displayed.

<WindowsFeatures>
   <ShowInternetExplorer>false</ShowInternetExplorer>
   <ShowMediaCenter>false</ShowMediaCenter>
   <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
   <ShowWindowsMail>false</ShowWindowsMail>
</WindowsFeatures>

See Also

Concepts

WindowsFeatures