Please Tell Me A Way To Fix My 0x00000aa Error?

Asked By 20 points N/A Posted on -
qa-featured

Hey! I came across this 0x00000aa error message while starting my computer. Can anyone tell me what could have caused it and how to fix it?

SHARE
Answered By 0 points N/A #337201

Please Tell Me A Way To Fix My 0x00000aa Error?

qa-featured

This 0x00000aa error occurs when an attempt made to configure a printer port while a print job currently assigned to that port. It may be enough to clear the print queue to repair this issue.

To clear the print queue:

  • Open the Command Prompt as administrator.
  • Type each command on a different line by pressing the Enter key after each line.

net stop spooler
del /Q “%windir%\system32\spool\PRINTERS\*.*”
net start spooler
exit

Related Questions