命令介面Shell
指定要做為預設的自訂殼層的應用程式或可執行檔。Specifies the application or executable to use as the default custom shell.
值Values
值Value | 描述Description |
---|---|
ExecutableFileExecutableFile |
指定的名稱和路徑,如有需要,將作為預設的自訂殼層的可執行檔。Specifies the name and path, if required, of the executable to use as the default custom shell. 預設值是 cmd.exe。The default value is cmd.exe. |
父階層Parent Hierarchy
Microsoft-Windows-Embedded-ShellLauncher | ShellMicrosoft-Windows-Embedded-ShellLauncher | Shell
有效的設定階段Valid Configuration Passes
oobeSystemoobeSystem
套用至Applies To
如需此元件支援的架構與 Windows 版本的清單,請參閱Microsoft-Windows-內嵌-ShellLauncher。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-ShellLauncher.
XML 範例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>