locked
Windows 7 activation for deploment RRS feed

  • Question

  • I have 1000+ workstation I am creating an image for, have a batch script for a silent windows 7 activation, but continues to show a success message with user interaction having to select ok, is there a way to make it fully unattended?

    REM Activating Windows 7

    slmgr -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /passive /quite
    • Moved by Riquel_Dong Wednesday, March 3, 2010 4:00 AM this is not a WCF issue (From:Windows Communication Foundation)
    Monday, March 1, 2010 10:55 PM

Answers

  • FYI figured it out, i ended up using a VB using:

    REM Activating Windows 7 >>Please wait<<

    cscript C:\Windows\System32\Slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    exit
    Monday, March 1, 2010 11:53 PM