Windows 10 印表機後台處理程序在啟動時未執行

Windows 10 印表機後台處理程序在啟動時未執行

每當我打開電腦時,我都必須執行印表機疑難排解來開啟後台列印程式。它根本就沒有運作。如何檢查啟動時運行哪些服務? (我知道如何在啟動時檢查應用程序,但不知道如何檢查後台列印程式等服務。

答案1

看看這篇文章中的可能性。

啟動背景列印程序

解決方案#1運行印表機疑難排解

To run the troubleshooter:
Press the Windows key+ X and select Settings.
Type Troubleshoot on the search box and click on Troubleshooting Settings.
Locate and click on the Printer troubleshooter and follow the prompts.

解決方案#2:確保列印後台處理程序服務設定為自動 此方法也稱為「檢查遠端程序呼叫服務是否正在執行」。

Many users have reported that Remote Procedure Call (RPC) services can also cause problems with the Print Spooler. You need to ensure that these services are running properly. If the print spooler RPC service isn’t set to automatic, it won’t turn on when Windows starts. Your printer won’t work until you manually start the service.

解決方案#3:刪除後台列印程式文件

Sometimes Print Spooler service can keep stopping because of Print Spooler files - too many, pending, or corrupt files. Deleting your print spooler files can clear pending print jobs, or the too many files or solve the corrupt files to resolve the problem.

Open cmd.exe with Run as Administrator
Type net stop spooler then press “Enter“.
Type del %systemroot%\System32\spool\printers\* /Q then press “Enter“.
Type net start spooler then press “Enter“.
The print queue on your Windows should now be cleared.

替代(但有用的解決方案):

運行 DISM/SFC

(1) Open cmd.exe with Run as Administrator.
(2) DISM.exe /Online /Cleanup-image /StartComponentCleanup
(3) DISM.exe /Online /Cleanup-Image /Restorehealth
(4) SFC /SCANNOW
(5) Restart when all the above is complete and test.

答案2

做這個 :

  • 跑步開始 > 服務
  • 找到“後台列印程式”
  • 驗證其「啟動類型」是否為自動且正在執行
  • 如果「啟動類型」不是自動:
    • 雙擊進入屬性
    • 將“啟動類型”設定為自動
    • 按一下“確定”
    • 重新啟動並檢查它現在是否正在運行

相關內容