-
-
Notifications
You must be signed in to change notification settings - Fork 583
Closed
Labels
Description
I was wondering if you were aware of the following solution to the firewall being unable to identify the windows update service:
- Create a copy (or hardlink) of
svchost.exe, called e.g.wusvc.exe - Change
ImagePathinHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauservto usewusvc.exe - Restart Windows Update Service, e.g.
sc stop wuauservthensc start wuauserv
Now you can whitelist wusvc.exe. This seems like it might be a better solution than having to maintain a list of IP ranges, and could be implemented in code easily.
Just wanted to make sure you knew about this.
duttyend, aggsol, nero-0, cpkio, mesvam and 3 more