Shell (microsoft-windows-embedded-shelllauncher-usersettings-user-shell)

指定要作為預設自訂殼層使用的應用程式或可執行檔。

描述

ExecutableFileName

視需要指定要作為此使用者自訂殼層使用的可執行檔名稱和路徑。

父階層

Microsoft-Windows-Embedded-ShellLauncher | UserSettings | 使用者 |

有效的組態傳遞

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>