Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - bootnet

#2
Este es mi primer aporte, espero ayudarte...

Código (dos) [Seleccionar]
@echo off
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
erase /S C:\Windows\SoftwareDistribution.old
erase /S C:\Windows\System32\catroot2.old
reg add HKCU\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v AUOptions /t REG_DWORD /d 2 /f
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

pause


Aqui puedes consultar la documentacion para el Windows update desde el registro.
https://msdn.microsoft.com/en-us/library/dd939844(v=ws.10).aspx

Mod: Usar etiquetas GeSHi.