Skip to content

Commit

Permalink
fix deploy_office slmgr.vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Endeade committed Jan 27, 2023
1 parent d76767f commit 29fe340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_office.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 29fe340

Please sign in to comment.