After the installation of a Microsoft software product, the software has to be activated. In the past, the software activation had to be done directly by Microsoft by entering a so called “Multiple Activation Key” (MAK). This activation can also be done by the GWDG's KMS server for every computer of the University of Göttingen within the GÖNET. So it is no longer necessary to enter a license key to activate a Microsoft software product.
These Microsoft software products can be activated by our KMS server:
* Microsoft Office LTSC 2024 for Windows * Microsoft Office LTSC 2021 for Windows
To make a KMS activation work you have to use an installation medium form Microsoft's Campus or Microsoft Select program. KMS is the default activation process for these installation media. If you do not have such an installation medium, you can download them as an iso image from the network share
\\wfs-msiso.top.gwdg.de\iso$
.
You need a GWDG Account to log in.
without having to enter a license key, a KMS software product automatically looks for a local KMS server during the installation. The software activates itself for 180 days if a KMS server has been found. Every week the software contacts the KMS server to reset this timespan back to 180 days. When the KMS server can not be reached for 180 days you get a grace period of 30 days. Within this 30 days you get a warning message and you have to reconnect to our KMS server (e.g. by VPN if you are outside the GÖNET). Otherwise the software reduces its features to a minimum until you reconnect to our KMS server.
The KMS server is found automatically in many cases. Then nothing more needs to be done, especially if a computer is part of an Active Directory Domain. If this does not work, you still can activate your software manually with our KMS server (see below).
After the installation you should complete the steps described below within 30 days if automatic activation does not work. If you already have entered a MAK key please follow the instructions in the chapter “Changing MAK to KMS activation”.
Manually:
cmd.exe
slmgr /skms ug-kms.uni-goettingen.de
This tells your computer the name of our KMS server.slmgr /ato
Manually:
cmd.exe
cd \Program Files\Microsoft Office\Office16
cd \Program Files (x86)\Microsoft Office\Office16
cscript ospp.vbs /sethst:ug-kms.uni-goettingen.de
to connect to our KMS servercscript ospp.vbs /act
to complete the activation process.If you have already entered a MAK key and want to change to KMS activation, you have to replace the MAK key by a KMS key. This is the default key for every Microsoft software product that has been purchased via a Microsoft volume licensing contract (e.g. MS Campus or MS select).
To find the correct key for your Microsoft operating system, check the list at
cmd.exe
slmgr /ipk <KMS-Key from Microsoft>
slmgr /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
Now you can activate you Windows installation using our KMs server. If this does not work automatically, please see Manual KMS activation
If you have activated your Office installation using an MAK key, you can still change to KMS.
For Office 2016, 2019, 2021 and 2024 see KMS key for Office 2016, 2019, 2021 and 2024
cmd.exe
cd \Program Files\Microsoft Office\Office16
If you are running a 32bit Office on a 64bit Windows, enter: cd \Program Files (x86)\Microsoft Office\Office16
cscript ospp.vbs /inpkey:<KMS-Key from Microsoft>
cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
Afterwards Office can be activated with our KMS server. See Manual KMS activation if this does not work automatically.
For manual activation, you must run the Command-Line Interface (cmd.exe) as administrator. The option Run as administrator is available e.g. on right mouse click.
Error 0xC004F074 (“The Key Management Service (KMS) is unavailable”): In most cases it refers to incorrectly set time or the time zone.
Error 0xC004F035 and 0xC004F059: Especially for computers that were originally acquired with an OEM operating system, in this case the KMS activation is prevented by computer's BIOS. Such BIOS version contains an invalid ACPI_SLIC table. The KMS activation expect here a so-called “Windows marker” and fails if it is corrupted or not found. This error can usually be resolved by a BIOS update.
When the 30 day grace-period has expired, Windows is running in “Reduced Functionality Mode“, only the Internet Explorer can be called. In this case, to perform the KMS activation, enter the path into Internet Explorer:
C:\Windows\System32\cmd.exe
This will start a command-line interface prompt without administrative rights. To run cmd.exe as administrator, enter the following command:
runas /user:administrator cmd.exe
At the command prompt with administrative rights, you can continue with manual KMS activation.