Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the application or executable to use as the default custom shell.
Values
| Value | Description | 
|---|---|
ExecutableFile  | 
Specifies the name and path, if required, of the executable to use as the default custom shell. The default value is cmd.exe.  | 
Parent Hierarchy
Microsoft-Windows-Embedded-ShellLauncher | Shell
Valid Configuration Passes
oobeSystem
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-ShellLauncher.
XML example
<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">
        <Shell>testshell.exe</Shell>
        <DefaultReturnCodeAction>1</DefaultReturnCodeAction>
    </component>
</settings>