Table of Contents
Microsoft regularly releases new feature updates for the Windows 10 operating system; these feature updates are very comprehensive and install the latest version of Windows 10 on your computer. These updates are very important and bring many new features, fixes and improvements to Windows 10. So be sure to update your operating system with these new features, if necessary.
If you are trying to install feature updates on Windows 10 devices that point to an intranet location, and the update is not successful, this article should help you. In this article, we will identify the potential cause(s) of this problem and suggest the appropriate solution(s) that you can use to try to resolve the issue.
This solution requires that you use the System Center Configuration Manager (SCCM) to configure the operating system deployment (OSD) to resolve the issue of feature updates that are not installed on Windows 10 devices that point to intranet locations.
The ConfigMgr OSD provides an option in the order of tasks to override group policy settings and point devices to Windows Update during installation.
Follow the procedure below to enable this feature:
Microsoft actually delivers Windows 10 with a Windows Update troubleshooting tool. I think the easiest way to get it is to simply type “troubleshooting” in the search box.
As I’m working on an older revision of Windows 10, the screen above is displayed. If your Windows 10 is from a more recent update, you will see the following screen, which you can also access through Settings > Update and Security > Troubleshooting.
The full troubleshooting panel will be displayed. You must select “Fix problems with Windows Update”. You will then see Windows Update troubleshooting. I didn’t feel the need to use the advanced options, so I just pressed “Next”. However, Ed recommends that you take the extra minute and use the advanced options. He explains: “This way, the troubleshooter works like an administrator and can solve more problems.
After a relatively short period of time, Windows reported that it found the problem and solved it.
To do this, follow these steps:
#Set machine to go to WU/MU
if (test-path HKLM:\software\policies\microsoft\windows\windowsupdate)
{
Create-LogEntry “Found Windows Update Policy. Removing it.”
Try
{
Remove-item HKLM:\software\policies\microsoft\windows\windowsupdate -Force -Recurse
Stop-service -name wuauserv
Start-Sleep 30
Start-Service -name wuauserv
}
Catch {}
}
Grand Theft Auto IV (GTA 4) remains a fan favorite among gamers for its immersive…
Missing an Amazon delivery can be a common concern, especially with busy schedules. If you’re…
The SeeStar S50 is a versatile imaging device celebrated for its precision and high-quality…
Gradescope has become an essential platform for students and instructors to manage and streamline assignments,…
In the world of digital document creation, presentation is just as crucial as content. Picture…
PlayStation Network (PSN) is a crucial platform for millions of gamers worldwide, facilitating online multiplayer…