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

 

 


Tema destacado: (TUTORIAL) Aprende a emular Sentinel Dongle By Yapis


  Mostrar Mensajes
Páginas: [1]
1  Sistemas Operativos / Windows / Re: Microsoft instala actualizaciones sin mi permiso y me toca los huevos en: 4 Enero 2017, 19:48 pm
si amigo...
2  Sistemas Operativos / Windows / Re: Microsoft instala actualizaciones sin mi permiso y me toca los huevos en: 4 Enero 2017, 19:31 pm
Este es mi primer aporte, espero ayudarte...

Código
  1. @echo off
  2. net stop wuauserv
  3. net stop cryptSvc
  4. net stop bits
  5. net stop msiserver
  6. ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  7. ren C:\Windows\System32\catroot2 catroot2.old
  8. erase /S C:\Windows\SoftwareDistribution.old
  9. erase /S C:\Windows\System32\catroot2.old
  10. reg add HKCU\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v AUOptions /t REG_DWORD /d 2 /f
  11. net start wuauserv
  12. net start cryptSvc
  13. net start bits
  14. net start msiserver
  15.  

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.
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines