[Scenario]
An user tries to install "RSAT: Server Manager" but it keeps blocking the installation with error code "0x8024402C"
Need to triage the root cause and install the RSAT(Remote Server Administration Tools) on the user PC.
[Objectives]
Find the root cause of installation failure then install the RSAT
[Remediation]
The issue caused by Windows update policy.
Remediation steps are as below.
1. Open registry editor, Windows key + r then input "regedit"
2. Go to \HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU and change the value of "UseWUServer" from 1 to 0
3. Open Services, Windows key + r then input "services.msc"
4. Restart Windows Update
5. Now you can install RSAT
반응형
'ICT' 카테고리의 다른 글
[PowerShell] PSCustomObject for Saving Log (0) | 2023.07.14 |
---|---|
[PowerShell] Adding Values in Group Policy via PowerShell (0) | 2023.07.04 |
[VBA] Extracting Data from SQL with a Button in Excel (0) | 2023.06.27 |
[Python] Saving Outlook Email Attachment to Image File (0) | 2023.06.21 |
[Python] Editing PDF Fillable Form (0) | 2023.06.15 |
댓글