DisplayName (Standard 8 Module Reference)

7/8/2014

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

This setting is a string that specifies the name to display for a local account or the default online printing company.

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

Setting Description

Shell-Setup

Products/Embedded Core/Shell-Setup/UserAccounts/LocalAccounts/LocalAccount/DisplayName

Specifies the name for a LocalAccount, 256 characters maximum, to be created during installation. This name is displayed instead of the logon name.

shwebsvc

Products/Embedded Core/shwebsvc/DisplayName

Specifies the name of the online printing company, 40 characters maximum, to display in the Online Printing Wizard.

XML Example

The following XML examples show how to configure DisplayName.

Local Account Name

The following XML example shows how to set UserAccounts.

<UserAccounts>
      <LocalAccounts>
         <LocalAccount wcm:action="add">
            <Password>
               <Value>cAB3AFAAYQBzAHMAdwBvAHIAZAA</Value>
            </Password>
            <Description>Test account</Description>
            <DisplayName>Admin/Power User Account</DisplayName>
            <Group>Administrators;Power Users</Group>
            <Name>Test1</Name>
         </LocalAccount>
      </LocalAccounts>
</UserAccounts>

Printing Company Name

The following XML example shows how to set the default online printing company display name.

<DisplayName>Lucerne Publishing</DisplayName>

See Also

Reference

Thin Client Template

Concepts

Embedded Core Settings
Feature Module Settings