Hello,
I have a script that runs after recomposing, which is supposed to activate the VM, but it does not. The script is written to activate both Windows and MS Office 2010, however only MS Office gets activated, Windows does not. If I run the script interactively by double-clicking it both items activate without a problem. What am I doing wrong in the process?
Here is the script, a single file ending with a ".bat" extension:
start /wait cscript c:\"program files (x86)\microsoft office"\office14\ospp.vbs /act
start /wait cscript c:\Windows\System32\slmgr.vbs /ato
Thanks in advance