<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gcalvert</id>
	<title>UMIACS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gcalvert"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Gcalvert"/>
	<updated>2026-05-09T18:05:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=9302</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=9302"/>
		<updated>2020-06-23T18:07:51Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: /* Command Line Activation Method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.jpg]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_2.jpg]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2016 64-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_3.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_4.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 1 license, being the standard Office installation.&lt;br /&gt;
#:[[Image:Activating_Office_Update_5.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=9301</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=9301"/>
		<updated>2020-06-23T18:05:44Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: /* Command Line Activation Method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.jpg]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_2.jpg]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2016 64-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_3.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_4.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 1 license, being the standard Office installation.&lt;br /&gt;
#:[[Image:Activating_Office_Update_5.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9112</id>
		<title>File:Duo offline1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9112"/>
		<updated>2020-04-22T22:03:32Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Gcalvert uploaded a new version of File:Duo offline1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Showing where to tap to get duo offline code&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9110</id>
		<title>File:Duo offline1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9110"/>
		<updated>2020-04-22T21:48:15Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Gcalvert uploaded a new version of File:Duo offline1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Showing where to tap to get duo offline code&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9109</id>
		<title>File:Duo offline1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9109"/>
		<updated>2020-04-22T21:43:09Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Gcalvert uploaded a new version of File:Duo offline1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Showing where to tap to get duo offline code&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline2.png&amp;diff=9108</id>
		<title>File:Duo offline2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline2.png&amp;diff=9108"/>
		<updated>2020-04-22T21:42:34Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Gcalvert uploaded a new version of File:Duo offline2.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Where to enter duo offline code&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline2.png&amp;diff=9107</id>
		<title>File:Duo offline2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline2.png&amp;diff=9107"/>
		<updated>2020-04-22T21:40:45Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Where to enter duo offline code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Where to enter duo offline code&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9105</id>
		<title>File:Duo offline1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=9105"/>
		<updated>2020-04-22T21:39:40Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Showing where to tap to get duo offline code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Showing where to tap to get duo offline code&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline.png&amp;diff=9094</id>
		<title>File:Duo offline.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline.png&amp;diff=9094"/>
		<updated>2020-04-22T15:11:41Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Duo offline code example, IOS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Duo offline code example, IOS&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8995</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8995"/>
		<updated>2020-03-25T14:34:46Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.jpg]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_2.jpg]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2010 32-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_3.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_4.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 1 license, being the standard Office installation.&lt;br /&gt;
#:[[Image:Activating_Office_Update_5.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8994</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8994"/>
		<updated>2020-03-25T14:33:22Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.jpg]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_2.jpg]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2010 32-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_3.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_4.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 3 licenses because Visio and Project Pro are installed along side of the standard Office installation.&lt;br /&gt;
#:[[Image:Activating_Office_Update_5.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8993</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8993"/>
		<updated>2020-03-25T14:32:41Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.jpg]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_2.jpg]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2010 32-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Update_3.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Update_4.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 3 licenses because Visio and Project Pro are installed along side of the standard Office installation.&lt;br /&gt;
#:[[Image:Activate_Office_Update_5.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_5.jpg&amp;diff=8992</id>
		<title>File:Activating Office Update 5.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_5.jpg&amp;diff=8992"/>
		<updated>2020-03-25T14:31:59Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: To update an existing activating office wiki page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
To update an existing activating office wiki page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_4.jpg&amp;diff=8991</id>
		<title>File:Activating Office Update 4.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_4.jpg&amp;diff=8991"/>
		<updated>2020-03-25T14:30:49Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: To update an existing activating office wiki page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
To update an existing activating office wiki page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_3.jpg&amp;diff=8990</id>
		<title>File:Activating Office Update 3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_3.jpg&amp;diff=8990"/>
		<updated>2020-03-25T14:30:41Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: To update an existing activating office wiki page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
To update an existing activating office wiki page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_2.jpg&amp;diff=8989</id>
		<title>File:Activating Office Update 2.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_2.jpg&amp;diff=8989"/>
		<updated>2020-03-25T14:30:31Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: To update an existing activating office wiki page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
To update an existing activating office wiki page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8988</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8988"/>
		<updated>2020-03-25T14:27:14Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.jpg]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_2.png|200px]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2010 32-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Screen_2.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Screen_3.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 3 licenses because Visio and Project Pro are installed along side of the standard Office installation.&lt;br /&gt;
#:[[Image:Activate_Office_Screen_4.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_1.jpg&amp;diff=8987</id>
		<title>File:Activating Office Update 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_1.jpg&amp;diff=8987"/>
		<updated>2020-03-25T14:26:03Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: Gcalvert uploaded a new version of File:Activating Office Update 1.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
To update an existing activating office wiki page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_1.jpg&amp;diff=8986</id>
		<title>File:Activating Office Update 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_1.jpg&amp;diff=8986"/>
		<updated>2020-03-25T14:23:14Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: To update an existing activating office wiki page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
To update an existing activating office wiki page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8985</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8985"/>
		<updated>2020-03-25T14:18:02Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.png|200px]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Activating_Office_Update_2.png|200px]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2010 32-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Screen_2.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Screen_3.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 3 licenses because Visio and Project Pro are installed along side of the standard Office installation.&lt;br /&gt;
#:[[Image:Activate_Office_Screen_4.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8984</id>
		<title>Microsoft Office Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Microsoft_Office_Activation&amp;diff=8984"/>
		<updated>2020-03-25T14:15:18Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is about how to manually force Microsoft Office to activate and obtain a license from the university KMS server.&lt;br /&gt;
&lt;br /&gt;
===When do I need to do this?===&lt;br /&gt;
Most users will not need to do this in order to use Microsoft Office. The only time this will need to be done is if Office is installed on a host that goes an extended length of time (180 days or more) without connecting to the campus network (either physically or through a VPN) and needs to be activated in a hurry.&lt;br /&gt;
&lt;br /&gt;
===How to Activate Office===&lt;br /&gt;
In order to activate Office you need to connect to the UMD campus network. You can do this either by physically connecting your machine to the network while on campus, or by using the [https://it.umd.edu/spotlight/connections/what-vpn UMD VPN] or [[VPN|UMIACS VPN]].&lt;br /&gt;
&lt;br /&gt;
Once you are on the campus network follow these instructions:&lt;br /&gt;
&lt;br /&gt;
====Simple Activation Method====&lt;br /&gt;
Open any Office product (Word, PowerPoint, etc.). &#039;&#039;&#039;This should automatically activate Office&#039;&#039;&#039;. If it fails to activate, follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
====Command Line Activation Method====&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Open the Command Prompt as Administrator by opening the start menu and navigating to &amp;quot;All Programs-&amp;gt;Accessories&amp;quot;, right clicking on Command Prompt and clicking &amp;quot;Run as administrator&amp;quot;.&lt;br /&gt;
#:[[Image:Activating_Office_Update_1.png|200px|thumb|left|alt text]]&lt;br /&gt;
#Run the following command to determine the bitness of your operating system. This will help you determine which commands you need to run as you continue:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;wmic os get osarchitecture&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:[[Image:Windows_Get_Architecture.jpg]]&lt;br /&gt;
#The path entered for the rest of the commands will differ slightly depending on the bitness of your operating system and your version and bitness of Office. See [https://support.office.com/en-us/article/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19 here] for how to check Office version and bitness. &#039;&#039;&#039;The remaining instructions assume Office 2010 32-bit on Windows 64-bit.&#039;&#039;&#039;&lt;br /&gt;
#*Office 2010&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office14\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2013&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Office 2016&lt;br /&gt;
#**64-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 64-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#**32-bit Office, 32-bit Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Set the correct KMS server: &amp;lt;code&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /sethst:kms.umd.edu&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Screen_2.jpg]]&lt;br /&gt;
#Force an activation against the KMS server: &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /act&amp;lt;/code&amp;gt;&lt;br /&gt;
#:[[Image:Activate_Office_Screen_3.jpg]]&lt;br /&gt;
#Check the licensing status. &amp;lt;code&amp;gt;cscript &amp;quot;C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS&amp;quot; /dstatus&amp;lt;/code&amp;gt;&lt;br /&gt;
#* This example shows 3 licenses because Visio and Project Pro are installed along side of the standard Office installation.&lt;br /&gt;
#:[[Image:Activate_Office_Screen_4.jpg]]&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_5.png&amp;diff=8983</id>
		<title>File:Activating Office Update 5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_5.png&amp;diff=8983"/>
		<updated>2020-03-25T14:14:17Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: For updating activating office page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
For updating activating office page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_4.png&amp;diff=8982</id>
		<title>File:Activating Office Update 4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_4.png&amp;diff=8982"/>
		<updated>2020-03-25T14:14:09Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: For updating activating office page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
For updating activating office page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_3.png&amp;diff=8981</id>
		<title>File:Activating Office Update 3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_3.png&amp;diff=8981"/>
		<updated>2020-03-25T14:13:59Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: For updating activating office page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
For updating activating office page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_2.png&amp;diff=8980</id>
		<title>File:Activating Office Update 2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_2.png&amp;diff=8980"/>
		<updated>2020-03-25T14:13:50Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: For updating activating office page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
For updating activating office page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_1.png&amp;diff=8979</id>
		<title>File:Activating Office Update 1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Activating_Office_Update_1.png&amp;diff=8979"/>
		<updated>2020-03-25T14:13:10Z</updated>

		<summary type="html">&lt;p&gt;Gcalvert: For updating activating office page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
For updating activating office page.&lt;/div&gt;</summary>
		<author><name>Gcalvert</name></author>
	</entry>
</feed>