Windows 10 のプリンター スプーラーが起動時に実行されない

Windows 10 のプリンター スプーラーが起動時に実行されない

コンピュータの電源を入れるたびに、プリンタのトラブルシューティングを実行して、印刷スプーラをオンにする必要があります。まったく実行されません。起動時に実行されるサービスを確認するにはどうすればよいでしょうか? (起動時に APP を確認する方法は知っていますが、印刷スプーラなどのサービスを確認する方法は知りません。

答え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

これを行う :

  • 走るスタート > サービス
  • 「印刷スプーラー」を見つける
  • 「スタートアップの種類」が自動で実行されていることを確認します。
  • 「スタートアップの種類」が自動でない場合:
    • ダブルクリックしてプロパティに入ります
    • 「スタートアップの種類」を自動に設定する
    • OKをクリック
    • 再起動して実行されているか確認します

関連情報