Summary
Adding a Windows Feature or Language (including the additional items such as typing) results in a failure, sometimes with error code 0x800F0954 and sometimes as simply a failure to download. Temporarily disabling the use of the Xavier internal Windows Update server will allow the installation.
Body
Issue
Adding a Windows Feature, such as .NET 3.5 or an additional language pack, fails. The download does not occur and thus the installation gives an error that it cannot download (error code 0x800F0954 for example).
Cause
Xavier-issued Windows machines are configured to use an update server internal to Xavier. We do not host the optional features and languages. The error is expected when encountering this situation. It can be corrected through following steps.
Prerequisite
The operator will need administrator level access to accomplish this task.
Resolution
To resolve this issue:
- Download the 2 REG files (XU_Disabled.reg and XU_Enabled.reg) linked to this KB to a local folder on the affected Xavier-issued PC
- Open File Explorer to the location of the REG files
- Double-click the file XU_Disabled.reg
- You will be prompted twice - once for permission to run this file and once to allow a registry change. Please agree to both.
- Leave File Explorer open (you will be returning to this)
- Open a command prompt as administrator
- Change directory to the location of your download files
- Issue this command
- net stop "windows update"
- You should see the following:
- Leave this command prompt open (you will be returning to this)
- Install your Feature or Language as needed
- Return to File Explorer
- Double-click the file XU_Enabled.reg
- You will be prompted twice - once for permission to run this file and once to allow a registry change. Please agree to both.
- Delete both 2 REG files (XU_Disabled.reg and XU_Enabled.reg)
- Close File Explorer
- Return to the command prompt window
- Issue this command
- net start "windows update"
- You should see the following:
- Close the command prompt to complete this operation
Link to files: WSUS On-Off