Windows Activation Prompt Issue
Wanted to see if anyone else has come across this and if they found a solution. I have a build that is a system image that has been syspreped. When the build gets to the post install task the windows activation screen comes up. After a couple of minutes it closes and then starts the post install task. The very first post install task is to add the key and the build finishes fine. I'd like to not see the activation screen as it slows the build done. Any help would be great.
Thanks
4 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
cd "c:\program files (x86)\Microsoft Office\Office14"
cscript ospp.vbs /inpkey:Typeinyourofficekeyhere
cscript ospp.vbs /act
cscript C:\Windows\System32\slmgr.vbs /ato - mikesharp1 10 years ago