질문과 답변

윈 도 우 sysprep 일반화시 에러 발생 (로그 첨부)

2018.12.26 11:50

도라란 조회:551

appx 에서 몇가지를 dism++를 이용해서 삭제한게 문제인걸로 추정되는데 정확히는 모르겠습니다.

해결하려면 어떻게 해야 할까요?

 

일단 기본앱은 아래 명령어를 이용해서 재설치 했습니다.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

로그 첨부합니다.

 

2018-12-26 11:57:26, Info                  SYSPRP ========================================================
2018-12-26 11:57:26, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
2018-12-26 11:57:26, Info                  SYSPRP ========================================================
2018-12-26 11:57:26, Info       [0x0f004d] SYSPRP The time is now 2018-12-26 11:57:26
2018-12-26 11:57:26, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\Sysprep\Panther
2018-12-26 11:57:26, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2018-12-26 11:57:26, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2018-12-26 11:57:26, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
2018-12-26 11:57:30, Info       [0x0f00d7] SYSPRP WinMain:Pre-validing 'cleanup' internal providers.
2018-12-26 11:57:30, Info                  SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-12-26 11:57:30, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2018-12-26 11:57:30, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll without error
2018-12-26 11:57:30, Info       [0x0f00d7] SYSPRP WinMain:Pre-validing 'generalize' internal providers.
2018-12-26 11:57:30, Info                  SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 1
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-12-26 11:57:30, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-12-26 11:57:30, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
2018-12-26 11:57:30, Info                  SYSPRP Entering SysprepGeneralizeValidate (Appx) - validating whether all apps are also provisioned.

2018-12-26 11:57:30, Error                 SYSPRP Package microsoft.windowscommunicationsapps_16005.11029.20108.0_x64__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.

2018-12-26 11:57:30, Error                 SYSPRP Failed to remove apps for the current user: 0x80073cf2.

2018-12-26 11:57:30, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.

2018-12-26 11:57:30, Error                 SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2018-12-26 11:57:30, Error                 SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2018-12-26 11:57:30, Error                 SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2018-12-26 11:57:30, Error      [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2018-12-26 11:57:30, Error      [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2
2018-12-26 11:57:31, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
2018-12-26 11:57:31, Info       [0x0f004d] SYSPRP The time is now 2018-12-26 11:57:31
 

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
23140 윈 도 우| 파일 복사 후 사용량 차이 [7] 모리모리 454 12-24
23139 소프트웨어| 오피스2013 볼륨버전? [6] 사나이 928 12-24
23138 기 타| 컴퓨터 부품 해외구매 많이 하시나요? [7] 뷰티블마인 535 12-25
23137 윈 도 우| 윈도우10 봉인툴 요즘은 뭘 주로 사용하나요? [6] 도라란 777 12-25
23136 기 타| 바이오스 진입불가 질문글이 사라졌네요. 연두소리 303 12-25
23135 윈 도 우| c, d 파티션 합병이 안됩니다 [6] obs 715 12-25
23134 윈 도 우| RS5 엣지에서 애드가드가 아프리카tv 광고차단을 못하는데? [2] SUbSigNal 486 12-25
23133 윈 도 우| AMD 2200+ASUS A320 사용 중 화면 멈춤 현상... [4] coulsh 370 12-25
23132 윈 도 우| Z390 보드에 윈도우7 설치 [4] 엉클퍼커 1071 12-25
23131 윈 도 우| VHD 마운트후 WIM으로 변환시 access denied 발생 [3] 도라란 197 12-25
23130 윈 도 우| vmware에서 매핑한 드라이브가 다른 프로그램에서 안보이네요 [4] 도라란 164 12-25
23129 윈 도 우| PE에서 7-ZIP을 등록하고싶습니다..파일연결문제 [5] 보로꾸 470 12-25
23128 윈 도 우| 메모리 관련 질문 [4] 술잔3 349 12-25
23127 하드웨어| cpu 표면 쿨러 자국이 남았을때 지우는 방법은 [11] 커피레이크 725 12-25
23126 윈 도 우| 윈도우 볼룸조절할때 가속되는거 끄는방법 없나요? [3] 제발좀알려 318 12-25
23125 윈 도 우| PE 어디서 구할 수 있을 까요? [4] 거냥이2019 598 12-26
23124 윈 도 우| 간간히 부팅 에러 발생 [2] asklee 385 12-26
23123 소프트웨어| 망했어요. [15] 하늘은높고 821 12-26
» 윈 도 우| sysprep 일반화시 에러 발생 (로그 첨부) [2] 도라란 551 12-26
23121 윈 도 우| USB GRUB 관련하여 질문 드립니다. [1] 갱이지롱 203 12-26
XE1.11.6 Layout1.4.8