Windows 10 LTSB HWID Activation

Discussion in 'Windows 10' started by Hoppyah, Jan 31, 2021.

  1. Hoppyah

    Hoppyah MDL Senior Member

    Aug 12, 2009
    291
    13
    10
    Any reasons not to activate with this method?
     
  2. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    352
    313
    10
    #2 MMIKEE, Jan 31, 2021
    Last edited: Jan 31, 2021
    MAS-1.4 and HW*Dgen 62.01 will easily perform this method of activation... I have done this many times without issue...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    HwID based activations can be easily tracked by MS, they are unique and verify their activation state regularly. If you don't have an issue with that, go for it.
     
  4. ssjkakaroto

    ssjkakaroto MDL Novice

    Mar 3, 2011
    34
    6
    0
    What about KMS38? Any disadvantage in that?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,624
    450
    Afaik, it's a mix of kms and hwid, the activation is valid till 2038.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. microtechton

    microtechton MDL Junior Member

    Sep 11, 2018
    73
    345
    0
    KMS38 is a completely offline based activation procedure which is valid till 2038 and just like every other activation technique, there is no disadvantage features wise.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,624
    450
    #8 Enthousiast, Feb 1, 2021
    Last edited: Feb 1, 2021
    Not really, KMS38 is not the same as or related to kms_vl_all.

    KMS38 is developed by whatever/mspaintmsi along the way of the hwid activation, first it was hwid generation based on kms activated OS, then they came across the 19 year activation later called KMS38 (originated in 2019, iirc, and worked till 2038) and they decided to keep it aside of the hwid activation.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. erpsterm35

    erpsterm35 MDL Expert

    May 27, 2013
    1,153
    761
    60
    if OP is using LTSB 2016 (v1607), it can be activated with either HWID or KMS38
    newer LTSCs like LTSC 2019 (v1809) can be activated with KMS38 only (not HWID)
    oldest LTSB version like LTSB 2015 (v1507) can be activated with HWID only (not KMS38)
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,624
    450
    #10 Enthousiast, Feb 1, 2021
    Last edited: Feb 1, 2021
    HWID is available for all consumer, business and LTSB/C (LTSC non N only) sku's except server.

    Code:
    ====================================================================================================
       Supported Products:
    ====================================================================================================
    
       Windows 10:
    
       Core
       CoreCountrySpecific
       CoreN
       CoreSingleLanguage
       Education
       EducationN
       Enterprise
       EnterpriseG
       EnterpriseGN
       EnterpriseN
       EnterpriseS       [LTSB 2016 & LTSC 2019]
       EnterpriseSN      [LTSB 2016 & LTSC 2019]
       Professional
       ProfessionalEducation
       ProfessionalEducationN
       ProfessionalN
       ProfessionalWorkstation
       ProfessionalWorkstationN
       ServerRdsh
    
       ------------------------
    
       Windows Server:
    
       ServerCloudStorage     [Server 2016]
       ServerDatacenter       [Server 2016 & 2019]
       ServerDatacenterCor    [Server 2016 & 2019]
       ServerSolution         [Server 2016 & 2019]
       ServerSolutionCor      [Server 2016 & 2019]
       ServerStandard         [Server 2016 & 2019]
       ServerStandardCor      [Server 2016 & 2019]
       ServerAzureCor         [Server 2016 & 2019]
       ServerDatacenterACor   [All versions]
       ServerStandardACor     [All versions]
    
    
       Note - X86-X64 and ARM64 architecture systems are supported.
            - Any Evaluation version of Windows and Server (i.e. 'EVAL' LTSB/C) cannot be activated.
            - KMS38 only supports Windows/server version 14393 (1607) and newer versions.
    Code:
    ====================================================================================================
       Supported Products:
    ====================================================================================================
    
       Windows 10 Versions that can be activated:
    
       Core
       CoreCountrySpecific
       CoreN
       CoreSingleLanguage
       Education
       EducationN
       Enterprise
       EnterpriseN
       EnterpriseS    [LTSB 2015/2016 & LTSC 2019]
       EnterpriseSN   [LTSB 2015/2016]
       Professional
       ProfessionalEducation
       ProfessionalEducationN
       ProfessionalN
       ProfessionalWorkstation
       ProfessionalWorkstationN
       ServerRdsh
       IoTEnterprise
    
    
       Note - X86-X64 and ARM64 architecture systems are supported.
            - Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) cannot be activated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    KMS and KMS38 is completely offline activation, provided you disable the online Genuine ticket feature.
     
  11. Windows_Addict

    Windows_Addict MDL Addicted

    Jul 19, 2018
    909
    2,009
    30
    That is true for KMS but not for KMS38. :) 'KMS Client Online AVS Validation' is only triggered when the system gets a successful activation event, and in KMS client, that is only possible if it gets a successful response from the KMS server. Since in KMS38, it doesn't connect to the working KMS server, it never triggers a successful activation event (errorlevel is not zero in slmgr /ato), and the system doesn't send the data to MSFT because of that.