다음을 통해 공유


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

기본 사용자 지정 셸로 사용할 애플리케이션 또는 실행 파일을 지정합니다.

설명

ExecutableFileName

필요한 경우 이 사용자의 사용자 지정 셸로 사용할 실행 파일의 이름과 경로를 지정합니다.

부모 계층

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

유효한 구성 패스

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>