Showing posts with label Core. Show all posts
Showing posts with label Core. Show all posts

Tuesday, April 7, 2009

Windows Update en Windows Server Core

Para habilitar windows update en Windows Server Core, tienes que hacerlo con los siguientes comandos:

  cscript c:\windows\system32\scregedit.wsf /au 4
  net stop wuauserv
  net start wuauserv

Esto habilitara windows update y verificara los parches por default a las 3am, pero si quieres forzarlo, tan solo ejecuta:

  wuauclt /detectnow

Saludos.
JC