윈도우 기능 켜기/끄기
> Internet Information Service
> Web Management Tools
> IIS Management Console
체크하고 확인 누를 시 0x80073701 에러와 함께 제어판이 강제 종료됩니다.
보안으로 인해 인터넷 연결이 불가능한 상황이라
dism /online /cleanup-image /startcomponentcleanup
dism /online /cleanup-image /restorehealth
dism /online /cleanup-image /scanhealth
sfc /scannow
해당 코드 적용해도 해결되지 않았습니다.
net stop wuauserv
net stop cryptsvc
net stop bits
ren c:\windows\softwaredistribution softwaredistribution.old
ren c:\windows\system32\catroot2 catroot2.old
net start wuauserv
net start cryptsvc
net start bits
exit
위 코드도 net stop bits에서 오류 발생하여 적용 불가합니다.
2023-07-10 11:19:30, Info CBS Failed to pin deployment while resolving Update: Microsoft-Hyper-V-Management-Clients-Package~31bf3856ad364e35~amd64~zh-TW~10.0.14393.0.Microsoft-Hyper-V-Management-Clients-Package from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2023-07-10 11:19:30, Info CBS Failed to bulk stage deployment manifest and pin deployment for package:Microsoft-Hyper-V-Package-base-servercommon-Package~31bf3856ad364e35~amd64~zh-TW~10.0.14393.0 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2023-07-10 11:19:30, Info CBS Failed to resolve execution chain. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2023-07-10 11:19:30, Error CBS Failed to process single phase execution. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2023-07-10 11:19:30, Info CBS WER: Generating failure report for package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.14393.0, status: 0x80073701, failure source: Resolve, start state: Installed, target state: Installed, client id: Windows Optional Component Manager
2023-07-10 11:19:31, Info CBS Exec: Processing complete. Session: 31044308_2624276494, Package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.14393.0 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2023-07-10 11:19:31, Error CBS Failed to perform operation. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
CBS로그 중 일부입니다. 비슷한 로그끼리 추렸습니다.
해외 웹에서는 에러 관련 윈도우 업데이트(KB~~)를 DISM으로 설치하면 된다고 하는데, 관련 내용이 보이지 않네요.