> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 복구 (wdRecovery.exe)

> 복구 (wdRecovery.exe)

XBOX 네트워크, 로컬 업데이트 파일 또는 액세스 가능한 원격 공유에서 호스팅되는 파일에서 새 시스템 복구를 설치합니다.

| 명령                                       | 설명                                                                                   |
| ---------------------------------------- | ------------------------------------------------------------------------------------ |
| [install](#wdrecovery_install)           | 콘솔 복구를 설치합니다                                                                         |
| [live]()                                 | 클라우드에서 콘솔 복구를 설치합니다                                                                  |
| [getversionid](#wdrecovery_getversionid) | 현재 설치된 복구 또는 특정 업데이트 그룹('LatestProduction' 또는 'LatestPreview')에 할당된 복구의 버전 ID를 가져옵니다 |

<a id="wdrecovery_install" />

## wdRecovery install

액세스 가능한 네트워크 공유에서 데이터를 다운로드하거나 로컬 파일을 사용하여 시스템 업데이트를 설치합니다. 이 콘솔이 이 업데이트를 설치하려면 XBOX Live의 승인이 필요합니다.

`wdRecovery install <updatePath> [/factoryreset] [/xblsandbox <sandboxId>] [/skipifequal]`

| 옵션             | 설명                                                                 |
| -------------- | ------------------------------------------------------------------ |
| `updatePath`   | 복구 파일이 포함된 네트워크 공유의 경로입니다.                                         |
| `factoryreset` | 모든 설정 및 내부 저장소의 재설정을 강제합니다.                                        |
| `xblsandbox`   | 기본 LIVE 샌드박스를 재정의합니다.                                              |
| `skipifequal`  | 콘솔이 이미 이 버전의 복구인 경우 이 업데이트를 건너뛰고 0x8C11111D(이 복구가 필요하지 않음)를 반환합니다. |

<a id="wdRecovery_live" />

## wdrecovery live

버전 ID 또는 특정 업데이트 그룹(LatestProduction 또는 LatestPreview)에 할당된 복구를 설치하도록 지정하여 클라우드에서 데이터를 다운로드하여 시스템 업데이트를 설치합니다. 이 콘솔이 이 업데이트를 설치하려면 XBOX Live의 승인이 필요합니다.

`wdRecovery live <versionId> | LatestProduction | LatestPreview [/factoryreset] [/xblsandbox <sandboxId>] [/skipifequal] [/cdnoverride <URI>]`

| 옵션             | 설명                                                                                                                                                                                                                                                                                                           |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `versionId`    | 설치할 정확한 버전 ID(x.x.xxxx.x.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 형식)입니다. [https://aka.ms/XboxRecoveryArchive](https://aka.ms/XboxRecoveryArchive)에서 복구 목록을 볼 수 있습니다                                                                                                                                             |
| `factoryreset` | 모든 설정 및 내부 저장소의 재설정을 강제합니다.                                                                                                                                                                                                                                                                                  |
| `xblsandbox`   | 기본 LIVE 샌드박스를 재정의합니다.                                                                                                                                                                                                                                                                                        |
| `skipifequal`  | 콘솔이 이미 이 버전의 복구인 경우 이 업데이트를 건너뛰고 0x8C11111D(이 복구가 필요하지 않음)를 반환합니다.                                                                                                                                                                                                                                           |
| `cdnoverride`  | XBOX Live에서 반환된 CDN 값을 사용자 지정 CDN 엔드포인트로 재정의합니다. 이 옵션을 사용할 때 버전 ID 매개 변수를 제공하는 것이 권장됩니다. 모든 업데이트 파일의 전체 경로는 다음과 같아야 합니다: *\<CDN override value>*.\<*Version ID of the build*>/\<*Flat directory of update files*> 예: `http://example.com/xboxupdates/10.0.19041.6288.afaf9289-dc86-45ab-9515-02554081a1e8/*` |

<a id="wdrecovery_getversionid" />

## wdrecovery getversionid

현재 실행 중인 시스템 소프트웨어의 버전 ID 또는 특정 업데이트 그룹(LatestProduction 또는 LatestPreview)에 할당된 복구의 versionId를 가져옵니다. 이 출력은 'wdrecovery.exe live' 업데이트 명령의 버전 ID로 사용할 수 있습니다.

`wdRecovery getversionid [LatestProduction | LatestPreview]`

## 참고 항목

[콘솔 명령줄 도구](/tools/tools-console/console_commandlinetools/consolecommandlinetools)

[XTF 전송 오류](/tools/tools-console/commandlinetools/xtf-transport-errors)


## Related topics

- [콘솔 기반 명령줄 도구](/ko/tools/tools-console/console_commandlinetools/consolecommandlinetools.md)
- [XBOX용 콘솔 기반 명령줄 도구](/ko/tools/tools-console/console_commandlinetools/index.md)
- [원격 복구 URI](/ko/reference/deviceportal/remote/atoc-rest-remote.md)
- [PFAccountManagementSendAccountRecoveryEmailRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendaccountrecoveryemailrequest.md)
- [OS update 페이지](/ko/tools/tools-console/wdp/windows-device-portal-on-xbox-os-update.md)
