jueves, 30 de abril de 2020

Deshabilitar servicios de Windows 10 con comandos desde consola o shell



https://www.barrahome.org/2016/11/02/deshabilitar-actualizaciones-forzadas-en-windows-10/


Deshabilitamos el servicio Update Orchestrator Service for Windows Update
sc config "UsoSvc" start=disabled
sc stop UsoSvc

Deshabilitamos el servicio Background Intelligent Transfer Service
sc config "BITS" start=disabled
sc stop BITS

Deshabilitamos Windows Update
sc config "wuauserv" start=disabled
sc stop wuauserv


https://winaero.com/blog/disable-service-windows-10/

Disable a service in Windows 10 using Command Prompt


sc stop "OneSyncSvc_2cddcd"
sc config "OneSyncSvc_2cddcd" start= disabled

sc stop "cbdhsvc_2cddcd"
sc config "cbdhsvc_2cddcd" start= disabled

No hay comentarios:

Publicar un comentario