
Cada vez que enciendo mi computadora, tengo que ejecutar el solucionador de problemas de la impresora para activar la cola de impresión. Simplemente no funciona en absoluto. ¿Cómo verifico qué servicios se ejecutan al inicio? (Sé cómo comprobar las aplicaciones al inicio, pero no servicios como la cola de impresión.
Respuesta1
Mire las posibilidades en este artículo.
Solución #1Ejecute el solucionador de problemas de la impresora
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.
Solución #2:Asegúrese de que el servicio de cola de impresión esté configurado en Automático. Este método también se denomina "Comprobar si los servicios de llamada a procedimiento remoto se están ejecutando".
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.
Solución #3:Eliminar archivos de cola de impresión
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.
Solución alternativa (pero útil):
Ejecute 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.
Respuesta2
Hacer esto :
- CorrerInicio > Servicios
- Busque "Cola de impresión"
- Verifique que su "Tipo de inicio" sea Automático y esté ejecutándose
- Si el "Tipo de inicio" no es Automático:
- Haga doble clic para ingresar a Propiedades
- Establezca "Tipo de inicio" en Automático
- Haga clic en Aceptar
- Reinicie y verifique si se está ejecutando ahora