Windows 8.1에 적합한 제품 키를 설치하기로 결정했습니다.
PC 설정 애플릿을 시도했지만 키 승인을 거부했습니다.
을 사용해 보았지만 slmgr /ipk ....
오류 WBEM_E_TRANSPORT_FAILURE 0x80041015가 발생했습니다.
slmgr.vbs
스크립트를 디버깅하고 기본 WMI를 사용하려고했습니다.
wmic:root\cli>PATH SoftwareLicensingService where Version="6.3.9600.16497" call InstallProductKey ProductKey="..."
Execute (\\PC\root\cimv2:SoftwareLicensingService.Version="6.3.9600.16497")->InstallProductKey() (Y/N/?)? y
ERROR:
Description = Transport failure
이 문제를 해결하고 제품 키를 설치하는 방법은 무엇입니까?