Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows Server 2012 R2 / Windows 8.1 and Windows Server 2012 R2 KMS-activation

January 31, 2014 Windows Server 2012 R2

Windows 8.1 and Windows Server 2012 R2 KMS-activation

Almost 4 months have passed since the official release of Windows 8.1 and Windows Server 2012 R2, so its time for system administrators to update their IT infrastructure for full support of those OS. In this article we will discuss KMS (Key Management Service) activation issues for Windows 8.1 and Windows Server 2012 R2 on KMS server, roll out for the older Windows version.

[accordion]
[tab title=”Contents of this article”]

Contents:
  • The order of KB2885698 installation and KMS server activation
  • KMS keys for Windows 8.1 and Windows Server 2012 R2

[/tab]
[/accordion]

In case when KMS server has been roll out already in attempting to activate the new OS (Win 8.1/ Win 2012 r2) on it such error will appear:

0xc004f015: The Software Licensing Service reported that the license is not installed.
SL_E_PRODUCT_SKU_NOT_INSTALLED

This error is absolutely normal because the legacy KMS server version knows nothing about new OS versions from Microsoft and doesn’t recognize the new KMS client keys.
Microsoft company release special KB2885698 update for full support of Windows 8.1 and Windows 2012 R2  on KMS servers which are working under control of previous Windows versions. It is available at this service http://support.microsoft.com/kb/2885698.
KB 2885698 update is designed for the following OS with installed KMS activation server:

  • Windows Vista SP 2
  • Windows Server 2008 SP 2
  • Windows 7 SP 1
  • Windows Server 2008 R2 SP 1
  • Windows 8
  • Windows Server 2012

The order of KB2885698 installation and KMS server activation

  1. Using the link above download and install KB2885698 update on KMS server and restart server.Install update KB2885698 for kms support windows 2012 r2 and win 8.1
    Note. It is necessary to download update taking into account version and bitness of Windows which is used on KMS server.
  2. To get information about current license type use the following command:
    slmgr.vbs /dlv

    KMS support of Windows 2012 r2 and Windows 8.1

    As can be seen in example above KMS key for Windows Server 2012 (VOLUME_KMS_2012_C channel) is used.

  3. Let’s delete the key with a help of the following command:
    slmgr.vbs /upk

    slmgr- uninstall old kms key

  4. With a help of the following command install KMS host key on KMS server (it is assumed that you have KMS key for Windows Server 2012 R2 which you got from VLSC – Microsoft Volume Licensing Service Center Web URL).
    cscript %windir%\system32\slmgr.vbs /ipk <VOLUME_KMS_KEY-for-2012-R2>

    slmgr - install windows 2012 r2 kms product key

  5. Activate Key on server:
    cscript %windir%\system32\slmgr.vbs /ato

    activate kms server for 2012 r2

    Note. If during KMS host activation an error with 0x8004FE92 code appeared, this most likely means is unable to connect with Microsoft Internet Activation Server . Check if this server/user has Internet access.
  6. On Windows Vista and Windows Server 2008 Software Licensing Service should be reset.
    net stop slsvc && net start slsvc
  7. Let`s check KMS key version that we use:
    slmgr.vbs /dlv

    Now it’s VOLUME_KMS_2012-R2 channel

    kms support volume kms 2012 r2 channel

After the update and the new key installation your KMS server will support client KMS activation for all Windows versions from Vista up to Win 8.1/ 2012 R2.

KMS keys for Windows 8.1 and Windows Server 2012 R2

The list of KMS keys which should be used for Window Server 2012 R2 and Windows 8 on KMS server.

OS Edition KMS key
Windows 8.1 Professional GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
Windows 8.1 Professional N HMCNV-VVBFX-7HMBH-CTY9B-B4FXY
Windows 8.1 Enterprise MHF9N-XY6XB-WVXMC-BTDCT-MKKG7
Windows 8.1 Enterprise N TT4HM-HN7YT-62K67-RGRQJ-JFFXW
Windows Server 2012 R2 Server Standard D2N9P-3P6X9-2R39C-7RTCD-MDVJX
Windows Server 2012 R2 Datacenter W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9
Windows Server 2012 R2 Essentials KNC87-3J2TX-XB4WP-VCPJV-M4FWM

Using these keys you can activate Windows as usual by these commands:

slmgr /ipk xxxxx- xxxxx– xxxxx– xxxxx– xxxxx

slmgr /skms kms-server.woshub.com:1688

slmgr /ato

where xxxxx- xxxxx– xxxxx– xxxxx– xxxxx is KMS key from chosen OS edition

kms-server.woshub.com – KMS corporate address

7 comments
0
Facebook Twitter Google + Pinterest
next post
How to create a UEFI bootable USB flash drive for install Windows 8 / Server 2012

Related Reading

Fix: Remote Desktop Services Is Currently Busy

March 15, 2023

How to Install .NET Framework 3.5 on Windows...

December 12, 2022

Migrating RDS Roles (Connection Broker, Web Access) to...

September 9, 2022

PowerShell Install-Module Error: Unable to Download from URI

April 21, 2022

Configuring Always-On High Availability Groups on SQL Server

December 2, 2021

7 comments

James August 27, 2014 - 10:24 am

I can’t use your list a KMS key active 2012 R2, can you help ???

Reply
Max August 27, 2014 - 11:14 am

Describe what and in what order did you do…
Do you already have an activated KMS server?
Specify the error codes that appear when you try to activate Windows

Reply
AGBAMA December 27, 2014 - 6:08 pm

PLEASE I HAVE A PROBLEM CONVERTING MY WINDOWS SERVER DATACENTER EVALUATION VERSION TO A REAL RETAIL LIECENSE

Reply
Tsaukpeatra February 27, 2015 - 4:23 am

You can’t activate EVALUATION versions of Windows. They’re for evaluation only. You will need to install a different edition (such as the ones listed on this page) in order to be able to activate it.

Reply
David May 26, 2015 - 8:15 pm

Did Microsoft remove the Channel C or B info for 2012 R2 ?
I installed the Windows 2012 R2 Datacenter key and it shows as “Volume_KMS_2012-R2 Channel”.  Datacenter KMS key is essentially a Channel C ?

Reply
Kagiso Mahlobogoane May 17, 2017 - 6:49 am

kms-server.woshub.com is not accessible.It does not even ping. Is it still online or has the address changed?

Reply
admin May 19, 2017 - 9:55 am

This is just an example hostname 😉

Reply

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • How to Run Program without Admin Privileges and Bypass UAC Prompt?

    March 24, 2023
  • Configure Network Settings on Windows with PowerShell: IP Address, DNS, Default Gateway, Static Routes

    March 24, 2023
  • Exchange Offline Address Book Not Updating in Outlook

    March 21, 2023
  • Attaching Host USB Devices to WSL or Hyper-V VM

    March 20, 2023
  • Sending an E-mail to a Microsoft Teams Channel

    March 17, 2023
  • How to Restore Deleted Users in Azure AD (Microsoft 365)?

    March 16, 2023
  • Fix: Remote Desktop Services Is Currently Busy

    March 15, 2023
  • Send-MailMessage: Sending E-mails with PowerShell

    March 14, 2023
  • Clear Cache and Temp Files in User Profiles on Windows (RDS) with PowerShell and GPO

    March 13, 2023
  • Prevent Users from Creating New Groups in Microsoft 365 (Teams/Outlook)

    March 6, 2023

Follow us

woshub.com
  • Facebook
  • Twitter
  • RSS
Popular Posts
  • Printer Pooling: How to Configure a Printer Pool in Windows Server 2012 R2
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top