You may need to use this method to activate your Microsoft Office products if you work offsite or have other activation issues.
Step-by-step guide
- Make sure you are connected to the HuskyOnNet VPN
- Open PowerShell on your computer as an administrator
- To change the default directory to the one which contains the MS Office support, in the Command Prompt window, type (and end with a “return) each of these steps in the order shown (do not type any other commands in that window):
- To move to the “root” directory of the volume which contains Office: (First Command)
- cd C:\
- To move to the directory containing programs: (Second Command)
- cd “Program Files”
- To move to the directory containing Office 2016 support: (Third Command)
- cd "'.\Microsoft Office\Office16'
- To define the KMS location manually: (Fourth Command)
- cscript ospp.vbs /sethst:mskms.cac.washington.edu
- To perform the Activation (Fifth Command)
- cscript ospp.vbs /act
- To move to the “root” directory of the volume which contains Office: (First Command)
#First Command cd / #Second Command cd "Program Files" #Third Command cd '.\Microsoft Office\Office16' #Fourth Command cscript ospp.vbs /sethst:mskms.cac.washington.edu #Fifth Command cscript ospp.vbs /act
Related articles