M HYPE SPLASH
// updates

Windows Update Executable Path

By Michael Henderson

I am setting up application whitelisting using Windows Firewall and part of that process is allowing Windows Update, but I cannot seem to find where the executable is located. This is for both Windows 8.1 and Windows 10.

2

1 Answer

Actually, Windows Update is an system service, not an application. When checking the service properties, you can see:

enter image description here

Windows Update services runs with the system process: svchost.exe and it is using ports: 80, 443.

By default, Windows Firewall will not block the Windows Update. If you want to control it, please allow the svchost.exe and ports: 80, 443.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy