Activate Windows 7 during Task Sequence
In the Apply Windows Settings task sequence step, it allows you to put in your MAK, but it doesn’t give you any choices for activation. If you create a new task sequence command line step (General > Run Command Line), you can enter this in at the end. I make it the last thing the task sequence does for good measure.
Run in: C:\Windows\System32
Command line: cscript.exe c:\windows\system32\slmgr.vbs /ato
Advertisement
Categories: Uncategorized
activation, code, operating system deployment, OSD, slmgr, task sequence, Windows 7