diff --git a/deploy_office.bat b/deploy_office.bat index 9562b5c..751c2ab 100644 --- a/deploy_office.bat +++ b/deploy_office.bat @@ -12,7 +12,7 @@ echo Copying setup.exe and the XML to your Desktop... copy setup.exe %userprofile%\Desktop /y copy Config.xml %userprofile%\Desktop /y echo Setting the KMS server to automatically activate... -slmgr /skms kms8.msguides.com +slmgr.vbs /skms kms8.msguides.com echo Checking if you already ran this script on this computer (copying Office deployment tools to Desktop)... move %temp%\officedep\*.* %userprofile%\Desktop\ /y echo Check to make sure you have setup.exe and Config.xml on your Desktop, then press any key.