-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
ImagePath
inHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
to usewusvc.exe
- Restart Windows Update Service, e.g.
sc stop wuauserv
thensc 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