윈 도 우 sysprep 일반화시 에러 발생 (로그 첨부)
2018.12.26 11:50
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
댓글 [2]
-
도라란 2018.12.26 12:03
-
우리엄마아빠 2018.12.26 13:36 해결되어 축하합니다.!
번호 | 제목 | 글쓴이 | 조회 | 등록일 |
---|---|---|---|---|
[공지] | 질문과 답변 게시판 이용간 유의사항 | gooddew | - | - |
77259 | 윈 도 우| USB GRUB 관련하여 질문 드립니다. [1] | 갱이지롱 | 224 | 12-26 |
» | 윈 도 우| sysprep 일반화시 에러 발생 (로그 첨부) [2] | 도라란 | 601 | 12-26 |
77257 | 소프트웨어| 망했어요. [13] | 하늘은높고 | 839 | 12-26 |
77256 | 윈 도 우| 간간히 부팅 에러 발생 [2] | asklee | 399 | 12-26 |
77255 | 윈 도 우| PE 어디서 구할 수 있을 까요? [4] | 거냥이2019 | 614 | 12-26 |
77254 | 윈 도 우| 윈도우 볼룸조절할때 가속되는거 끄는방법 없나요? [3] | 제발좀알려 | 340 | 12-25 |
77253 | 하드웨어| cpu 표면 쿨러 자국이 남았을때 지우는 방법은 [10] | 커피레이크 | 745 | 12-25 |
77252 | 윈 도 우| 메모리 관련 질문 [4] | 술잔3 | 364 | 12-25 |
77251 | 윈 도 우| PE에서 7-ZIP을 등록하고싶습니다..파일연결문제 [5] | 보로꾸 | 543 | 12-25 |
77250 | 윈 도 우| vmware에서 매핑한 드라이브가 다른 프로그램에서 안보이네요 [4] | 도라란 | 193 | 12-25 |
77249 | 윈 도 우| VHD 마운트후 WIM으로 변환시 access denied 발생 [3] | 도라란 | 219 | 12-25 |
77248 | 윈 도 우| Z390 보드에 윈도우7 설치 [4] | 엉클퍼커 | 1096 | 12-25 |
77247 | 윈 도 우| AMD 2200+ASUS A320 사용 중 화면 멈춤 현상... [4] | coulsh | 394 | 12-25 |
77246 | 윈 도 우| RS5 엣지에서 애드가드가 아프리카tv 광고차단을 못하는데? [2] | SUbSigNal | 514 | 12-25 |
77245 | 윈 도 우| c, d 파티션 합병이 안됩니다 [6] | obs | 741 | 12-25 |
77244 | 기 타| 바이오스 진입불가 질문글이 사라졌네요. | 연두소리 | 322 | 12-25 |
77243 | 윈 도 우| 윈도우10 봉인툴 요즘은 뭘 주로 사용하나요? [6] | 도라란 | 811 | 12-25 |
77242 | 기 타| 컴퓨터 부품 해외구매 많이 하시나요? [7] | 뷰티블마인 | 552 | 12-25 |
77241 | 소프트웨어| 오피스2013 볼륨버전? [6] | 사나이 | 949 | 12-24 |
77240 | 윈 도 우| 파일 복사 후 사용량 차이 [5] | 모리모리 | 487 | 12-24 |
자체해결: Get-AppxPackage|Remove-AppxPackage 요걸로 해결봤네요