:: --- SERVICIOS DE RED Y COMPARTICIÓN (Opcional) --- echo Deshabilitando servicios de red innecesarios... :: Deshabilitar si no usas Xbox sc config XblAuthManager start= disabled sc stop XblAuthManager sc config XblGameSave start= disabled sc stop XblGameSave sc config XboxNetApiSvc start= disabled sc stop XboxNetApiSvc
@echo off :: Deshabilitar servicios de telemetría y recolección de datos sc config "DiagTrack" start= disabled sc config "dmwappushservice" start= disabled deshabilitar servicios innecesarios windows 10 bat
:: Deshabilitar servicios de Xbox (si no se usa para jugar) sc config "XblAuthManager" start= disabled sc config "XblGameSave" start= disabled sc config "XboxNetApiSvc" start= disabled sc config "XboxGipSvc" start= disabled :: --- SERVICIOS DE RED Y COMPARTICIÓN (Opcional)
Un archivo .bat es simplemente un documento de texto que contiene una serie de comandos que Windows ejecuta en orden. La ventaja es clara: Deshabilitas 10 o 20 servicios en un segundo. deshabilitar servicios innecesarios windows 10 bat