cls
echo.
echo "Fixing registry value."
echo.
REG ADD HKEY_LOCAL_MACHINE|System|CurrentControlSet|Control|Print| /f /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0
echo.
echo "Restarting Print Spooler Service"
pause
echo.
net stop spooler
net start spooler
pause
Save the file under the name fix.cmd and then run it with Adminsitrator rights!
Above I have guided you all the ways to Fix the error of not printing when printing over the network "error code Operation failed with error 0x0000011b". Hope this information is useful to you. Good luck.