How to activate the official version of win10 TH2?

  

Recently, Microsoft released the first major update of TH2 since the release of Win10, which has greatly improved the stability and speed of Win10. It is rumored that after upgrading to TH2, the system response speed has increased by 30% compared with Win7. However, many careful friends may have discovered that after the upgrade, the system that was previously activated by various methods has changed back to the inactive state, which really makes people have to sigh. So, how can I activate Windows 10 TH2?

1. First, open a folder in Win10, and then check the “file extension” under the menu. If it is checked, this step can be omitted.

2. Right click on the desktop and create a new text document.

3. Paste the content shown in the above figure in the document (this article provides txt download, pay attention to the difference between the lowercase letter l and the number 1 in the address).

txt download: Click to download

txt content copy:
copy content to clipboard@echo off&setlocal EnableDelayedExpansion&color 3e

  • title KMS_Activation for Windows 10 - (hnfeng)

  • echo :::::::::::::::::::::::::::::::::: :::::::::::::
    echo :: Automatically check the version of Win10 and import the corresponding KMS key::
  • echo :::
    echo : : Then connect to the specified KMS server to activate Win10 ::
  • echo :: ::
    echo :: 2015-7, hnfeng ::
  • echo :::::::: ::::::::::::::::::::::::::::::
    echo.&echo.

  • set KMS_Sev = kms.landiannews.com

  • call: verchk
  • call: adminchk

  • set Core = TX9XD -98N7V-6WMQ6-BX7FG-H8Q99
    set CoreCountrySpecific=PVMJN-6DFY6-9CCP6-7BKTT- D3WVR
  • set CoreN=3KHY7-WNT83-DGQKR-F7HPR-844BM
    set CoreSingleLanguage=7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
  • set Professional=W269N-WFGWX-YVC9B-4J6C9 -T83GX
    set ProfessionalN=MH37W-N47XK-V7XM9-C7227-GCQG9
  • set Enterprise=NPPR9-FWDCX-D2C8J-H872K-2YT43
    set EnterpriseN=DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
  • set Education=NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
    set EducationN=2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
  • set EnterpriseS=WNMTR-4C88C-JK8YV-HQ7T2- 76DF9
    set EnterpriseSN=2F77B-TNFGY-69QQF-B8YKP-D69TJ

  • for /f "tokens=3 delims= " %%i in ('reg QUERY "HKLM\\SOFTWARE \\Microsoft\\Windows NT\\CurrentVersion" /v "EditionID"') do set EditionID=%%i

  • if defined %EditionID% (
  • cscript //Nologo %windir %\\system32\\slmgr.vbs /ipk !%EditionID%!
    cscript //Nologo %windir%\\system32\\slmgr.vbs /skms %KMS_Sev%
  • cscript //Nologo %windir%\\system32\\slmgr.vbs /ato
    ) else (
  • echo.&echo Not found DEFINED Key: "%EditionID%" ..
    echo
  • )
    pause
  • exit

  • : verchk
    ver |  Find "10.0." >nul 2>nul && (goto :EOF)
  • echo.&echo The current OS is NOT Windows 10.
    echo.&pause
  • exit

  • : adminchk
    reg query " HKU \\ S-1-5-19 " & gt; nul 2 & gt; nul | |  (
  • cls&echo.&echo Run as ADMINISTRATOR, Pls.
    echo.&echo Press any key to exit.
  • echo.&pause>nul
    Exit)
  • goto :EOF

    4. After saving, change the extension of the document to .bat. If the prompt box pops up when the name is changed, click “yes" (if the file is downloaded from the previous network disk, the extension has been changed).


    5. Right click on the file and run as administrator.

    6. After running, Windows 10 TH2 has been successfully activated.

    Related recommendation:

    Newbie tutorial Win10 TH2 official version of the ISO image installation method Daquan

    Upgrade win10 preview version 10586 computer screen flashing non-stop what to do?

    Win10 TH2 official version upgrade encountered error 0xC1900101 temporary solution

    Win10 TH2 official version 10586 official ESD image how to convert to ISO image?

    Double system how to install Win10 TH2 official version? Win7, Win8.1 dual system graphic installation tutorial

    Win10 TH2 official version 10586 image download Microsoft official ESD image download Daquan (Chinese simplified /traditional /English)

  • Copyright © Windows knowledge All Rights Reserved