Microsoft-Windows-HelpAndSupport

Important

In Windows 10, the HelpAndSupport settings are deprecated because the Help component that they impact is being retired. Existing information about the HelpAndSupport settings are provided for reference only. Windows 10 offers a new user support system, the Get Help app. For more information, see Customize the Get Help app.

In Windows 10, the OS disables the help components that shipped in Windows 8 and Windows 8.1 including the Help and Support Windows desktop application (HelpPane.exe). HelpPane.exe will continue to exist in the box, but calls to its interfaces will result in one of two outcomes:

  • If the user is offline, the OS launches the Getting Started app.
  • If the user is online, the OS opens a browser instance and redirects the browser to an online topic.

For more information on how OEMs can include their customer support contact information in the Contact Support App or Support Web page, see OEMInformation.

Child Elements

HelpAndSupport

Contains settings to specify OEM information for a customized Help and Support page.

Valid Configuration Passes

oobeSystem

specialize

Applies To

To determine whether a component applies to the image you’re building, load your image into Windows SIM and search for the component or setting name. For information on how to view components and settings, see Configure Components and Settings in an Answer File.

XML Example

The following example shows how to set a customized Help and Support page. The home page is branded with the Fabrikam logo. When the user clicks the logo, the default browser starts and the URL bar is prepopulated with https://www.fabrikam.com.

<HelpAndSupport>
  <Logo>C:\Fabrikam\Logos\Logo.png</Logo>
  <LogoURL>https://www.fabrikam.com/support</LogoURL>
  <Manufacturer>Fabrikam</Manufacturer>
  <SupportSearchURL>https://www.fabrikam.com/support/search/?term={Query}</SupportSearchURL>
  <TileColor>65280</TileColor>
</HelpAndSupport>

Components

OEMInformation