Win10 update breaks DHCP

I've seen this on Windows 7, my solution was to change the advanced windows power settings.
All the basics covered,
Our default standard for setup is the high performance, always on, never sleep, never hibernate, blah blah.
Happens while person is using it.
Did the check on properties for the NIC and make sure it wasn't set to let windows manage power for the NIC for sleep....yeah all the basics covered.
 
I've had several calls about this. Fix I've used:
command as admin:

netsh int ip reset resetlog.txt
netsh winsock reset

reboot.
fixed it 12/12 calls.
 
My personal machine (Asus laptop) is choking on this update every night. I'm glad it's not a client's machine 'cause so far I can't get it to go.

Ran full Windows Update Diagnostics download
Ran full DISM repair on the image.
Keep getting "Error 0x80073701" on the update.

Still no go. Hmmm......

For the record - My favorite Win7 Updates reset batch file worked in Win10.

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

...and I don't even know if Win10 runs msiserver as a service......
 
Back
Top