Domain (microsoft-windows-embedded-shelllauncher-usersettings-user-domain)

指定帐户名称的域。

说明

UserOrGroupDomain

指定将使用此自定义 shell 的用户或用户组的域。

父层次结构

Microsoft-Windows-Embedded-ShellLauncher | UserSettings | User | Domain

有效配置阶段

oobeSystem

应用于

有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Embedded-ShellLauncher

XML 示例

<settings pass="oobeSystem">
    <component name="Microsoft-Windows-Embedded-ShellLauncher" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <UserSettings>
            <User wcm:action="add">
                <AccountName>Tester1</AccountName>
                <DefaultReturnCodeAction>0</DefaultReturnCodeAction>
                <Domain>TestDomain</Domain>
                <Key>1</Key>
                <Shell>cmd.exe</Shell>
            </User>
    </component>
</settings>