Windows Activation: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


== Activation ==
== Activation ==
'''Please note that you need to be connected to either ''campus WiFi'', the ''[https://terpware.umd.edu/Windows/Title/1840 campus VPN]'', or the ''[[Network/VPN | UMIACS VPN]]'' to activate. The below steps will assume you have already established a network connection. Please also note that your time must be correct (i.e. set via the Internet) and set to the US Eastern timezone for this to work. You can try running <code>w32tm /resync</code> on the command line below in step 4 before running the other commands listed in that step to resync your time.'''
'''Please note that you need to be connected to either ''campus WiFi'', the ''[https://terpware.umd.edu/Windows/Title/1840 campus VPN]'', or the ''[[Network/VPN | UMIACS VPN]]'' to activate.''' The below steps will assume you have already established a network connection. Please also note that your time must be correct (i.e. set via the Internet) and set to the US Eastern timezone for this to work. You can try running <code>w32tm /resync</code> on the command line below in step 4 before running the other commands listed in that step to resync your time if the commands fail at first.


# Click the Windows button and type "cmd" in the run bar.
# Click the Windows button and type "cmd" in the run bar.

Revision as of 17:54, 15 July 2020

Windows Licensing

Windows uses an activation model for each UMD-licensed install. The installs will have to verify activation every 180 days. Activation and renewal is performed via the campus Key Management Server KMS, which is not available from off campus. For onsite desktops, this is not a problem. However, for laptops or home machines it poses a complication. As long as the laptop or home machine is periodically on the campus wireless or connects to the UMIACS or campus VPN, renewal activation will be performed automatically.

Please follow the below steps if you are receiving a message that your license is going to expire soon or that Windows is not activated.

Activation

Please note that you need to be connected to either campus WiFi, the campus VPN, or the UMIACS VPN to activate. The below steps will assume you have already established a network connection. Please also note that your time must be correct (i.e. set via the Internet) and set to the US Eastern timezone for this to work. You can try running w32tm /resync on the command line below in step 4 before running the other commands listed in that step to resync your time if the commands fail at first.

  1. Click the Windows button and type "cmd" in the run bar.
    Windows bar.png
  2. Right-Click on the cmd button, and select "Run as Administrator" - THIS IS VERY IMPORTANT!
    Example.jpg
  3. Select "Yes" when it asks if you want to allow the following program to make changes.
    Uac.jpg
  4. From the Command Prompt, run these commands in order, replacing the key in line 2 with the appropriate key:
    cscript c:\windows\system32\slmgr.vbs -skms kms.umd.edu:1688
    cscript c:\windows\system32\slmgr.vbs -ipk <insert key here>
    cscript c:\windows\system32\slmgr.vbs -ato
    • Windows 8.1 Enterprise - MHF9N-XY6XB-WVXMC-BTDCT-MKKG7
    • Windows 10 Enterprise - NPPR9-FWDCX-D2C8J-H872K-2YT43
    CMDScreenShot.png
  5. After these commands have run, the Key Management Server should have activated your Windows computer.

If you are unable to activate, please see the message at the top of this section and contact UMIACS staff with information about your problem.