DefaultReturnCodeAction (microsoft-windows-embedded-shelllauncher-defaultreturncodeaction)
반환 코드에 따라 수행할 작업을 지정합니다.
사용자 지정 셸이 종료되면 셸 시작 관리자는 반환 코드에 따라 네 가지 작업 중 하나를 수행할 수 있습니다.
값
값 | Description |
---|---|
0 |
셸을 다시 시작합니다. 기본값입니다. |
1 |
디바이스를 다시 시작합니다. |
2 |
디바이스를 종료합니다. |
3 |
아무 작업도 하지 않습니다. |
부모 계층
Microsoft-Windows-Embedded-ShellLauncher | DefaultReturnCodeAction
유효한 구성 패스
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">
<Shell>testshell.exe</Shell>
<DefaultReturnCodeAction>1</DefaultReturnCodeAction>
</component>
</settings>