Windows Server 2008 Core License Activiation by Script

15 10 2007

Windows 2008 Core server does not support GUI and right clicking your computer and use the control panel options to activate the server is not available anymore.  Copy the script below and supply your own license key code. Open notepad from command prompt. Eg notepad license.cmd; paste the the code below with your own key; save the file and run the cmd script.

  1. @echo off
  2.  
  3. REM Created: Ivan1980@networknet.nl
  4. REM Windows Server 2008 Core License Script
  5.  
  6. cscript C:\Windows\System32\slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
  7.  
  8.  cscript C:\Windows\System32\slmgr.vbs -ato
  9.  
  10.  cscript C:\Windows\System32\slmgr.vbs -xpf

Windows2008Activate


Actions

Informations

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>