I know I experienced a similar issue over a year ago, but I can't remember what caused it or what I did to fix it, however I do remember it was a simple fix. After some research, I came across some information that may or may not help. This is going to
be trial and error, so please be patient while you're trying each possible fix.
Just an FYI... from everything I'm seeing online, the cause appears to be the Windows Firewall service is not running (should be set to automatic, and it should always be running as it controls numerous networking functions even if you use a third party firewall and don't use Windows Firewall); however other information I came across talks about a fix for the spooler issue. I was unable to find anything about your specific error messages, but if you've verified the Windows Firewall service is indeed running, then try the steps below (each increases in invasiveness).
Possible Fixes
1. Go to Control Panel\All Control Panel Items\Troubleshooting\Hardware and Sound
Select Printers, click Advanced, and
Run as Administrator.
Run through the tool and see if that fixes your issue first
- Run Command Prompt as Administrator
net stop spooler
del /F /Q C:\Windows\System32\Spool\Printers\*
(You may also have to delete the drivers within the Drivers folder, but only do this on the second
time around if deleting files within the Printer folder didn't work)
del /F /Q C:\Windows\System32\Spool\Drivers\*
net start spooler
net start MpsSvc(Windows Firewall service to make sure it's running)
(If unable to delete any files, restart computer and try again)
- Follow instructions listed here