Thanks to Andrew for showing this to me.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: | sc config bits start= demand sc config cryptsvc start= auto sc config wuauserv start= auto sc stop wuauserv sc stop BITS sc stop cryptsvc regsvr32 /s wuweb.dll regsvr32 /s wups2.dll regsvr32 /s wups.dll regsvr32 /s wucltui.dll regsvr32 /s wuaueng1.dll regsvr32 /s wuaueng.dll regsvr32 /s wuapi.dll regsvr32 /s softpub.dll regsvr32 /s wintrust.dll regsvr32 /s initpki.dll regsvr32 /s dssenh.dll regsvr32 /s rsaenh.dll regsvr32 /s gpkcsp.dll regsvr32 /s sccbase.dll regsvr32 /s slbcsp.dll regsvr32 /s mssip32.dll regsvr32 /s cryptdlg.dll sc start wuauserv sc start BITS sc start cryptsvc |
