Windows Updates come out every second Tuesday of every month (Patch Tuesday or Update Tuesday). 6PM UK time is 9am for Microsoft in the USA though, so the UK won’t get the updates until Tuesday evening – so depending on your work shift, you may get the updates through on the 2nd Wednesday of every month.
Advice beforehand
Set System Restore to enabled and create a point before installing them
Start, type “cmd” and right-click the Command Prompt result, then click Run as administrator
Enter the commands:
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Manual reset of Windows Update
Start - Run - services.msc
Stop the services ‘Background Intelligent Transfer Service’, ‘Windows Update’ and 'Update Orchestrator Service'. If you can't stop them, set them to Disabled, and reboot, so they don't start on boot
Go to C:\Windows\SoftwareDistribution, and delete everything in the folder (but not the folder itself) (make sure you have 'Show hidden items' and 'Show operating system files' enabled so you can see and delete all files)
netsh winhttp set proxy http://proxy.myproxy.com:80 (to turn it off afterwards, run: netsh winhttp reset proxy)
There is also a WinINET proxy for Internet Explorer - see more details here HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ REG_SZ ProxyServer = “proxy.myproxy.com:80” REG_SZ ProxyOverride = “localhost” REG_DWORD ProxyEnable = 1