elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET


  Mostrar Mensajes
Páginas: [1]
1  Sistemas Operativos / Windows / Re: DoSvc BITS Wuauserv ¿Como evitar que devoren el ancho de banda W10? en: 26 Julio 2019, 15:45 pm
ejecuta por comando esto
sc stop DoSvc
sc config DoSvc start= disabled

o hacete un acrhivo .bat yo em arme este para optimizar mi pc con win10

:checkPrivileges
NET FILE 1>NUL 2>NUL
if '%errorlevel%' == '0' ( goto gotPrivileges ) else ( goto getPrivileges )
:getPrivileges
if '%1'=='ELEV' (echo ELEV & shift /1 & goto gotPrivileges)

setlocal DisableDelayedExpansion
set "batchPath=%~0"
setlocal EnableDelayedExpansion
ECHO Set UAC = CreateObject^("Shell.Application"^) > "%temp%\OEgetPrivileges.vbs"
ECHO args = "ELEV " >> "%temp%\OEgetPrivileges.vbs"
ECHO For Each strArg in WScript.Arguments >> "%temp%\OEgetPrivileges.vbs"
ECHO args = args ^& strArg ^& " "  >> "%temp%\OEgetPrivileges.vbs"
ECHO Next >> "%temp%\OEgetPrivileges.vbs"
ECHO UAC.ShellExecute "!batchPath!", args, "", "runas", 1 >> "%temp%\OEgetPrivileges.vbs"
"%SystemRoot%\System32\WScript.exe" "%temp%\OEgetPrivileges.vbs" %*
exit /B

:gotPrivileges
if '%1'=='ELEV' shift /1
setlocal & pushd .
cd /d %~dp0

:Start
sc stop DiagTrack
sc config DiagTrack start= disabled
sc stop dmwappushservice
sc config dmwappushservice start= disabled
sc stop Fax
sc config Fax start= disabled
sc stop wuauserv
sc config wuauserv start= disabled
sc stop WSearch
sc config WSearch start= disabled
sc stop BITS
sc config BITS start= disabled
sc stop MapsBroker
sc config MapsBroker start= disabled
sc stop TabletInputService
sc config TabletInputService start= disabled
sc stop WbioSrvc
sc config WbioSrvc start= disabled
sc stop NaturalAuthentication
sc config NaturalAuthentication start= disabled
sc stop SysMain
sc config SysMain start= disabled
sc stop TapiSrv
sc config TapiSrv start= disabled
sc stop SCardSvr
sc config SCardSvr start= disabled
sc stop DPS
sc config DPS start= disabled
sc stop TrkWks
sc config TrkWks start= disabled
sc stop iphlpsvc
sc config iphlpsvc start= disabled
sc stop RemoteRegistry
sc config RemoteRegistry start= disabled
sc stop stisvc
sc config stisvc start= disabled
sc stop DoSvc
sc config DoSvc start= disabled
reg add HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener\ /v Start /t REG_DWORD /d 0 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection\ /v AllowTelemetry /t REG_DWORD /d 0 /f
reg add HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility\ /v DiagnosticErrorText /t REG_DWORD /d 0 /f
reg add HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Strings\ /v DiagnosticErrorText /t REG_SZ /d "" /f
reg add HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Strings\ /v DiagnosticLinkText /t REG_SZ /d "" /f
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines