Hwid активация windows 10 что это

Contribute to NEvana0003/HWIDGEN-SRC development by creating an account on GitHub.

HWIDGEN (unofficial) Documentation

Overview

HWIDGEN was originally written by s1ave77, who is a member of several popular forums such as MDL, NSane or AiOwares.

The tool (it’s basically a AutoHotKey script) and was build for all Microsoft Windows 10 versions in order to activate the operating system without the need to use stolen product keys.

Basically:

The activation process will only be performed once per each single machine, Windows 10 then gets activated/converted from a MSDN license (in case it was detected e.g. in case a product key was found — Retail/embedded BIOS) to a Digital License in order to activate the OS.

The program works via slshim and Windows 10 own GatherOsState.exe (which you can extract from the ISO). The activation keys are used from the products.ini, these keys are generic ones and a legal to post/share – in other words these are the keys you can temporarily use during setup (usually). If you format your PC you need to re-run HWIDGEN, a in-place upgrade survives the activation.

Files

  • GATHEROSSTATE.EXE: Taken from the official MS ISO.
  • GATHEROSSTATELTSB15.EXE Also taken from official LTSB image.
  • hwid.kms38.gen.mk6.exe the (latest) HWIDGEN version (closed source)
  • HWIDGEN-source.ahk: Basically the heart of HWIDGEN tool, it provides the entire source code.
  • LIC.SWITCHER.EXE: Basically the upper layer which checks the Windows version, installed key and allows you to manually switch the Windows license. Once the utility is manually started it will create (in the same dir as the executable is) a debug file called LIC_SWITCH.log.
  • PID8.VBS is a Visual Basic script which checks the OS HWID status and matches the key with a pre-configured key list.
  • PKCONFIG.TXT Stores all official Windows versions (except some homebrew SKUs).
  • SLSHIM SLSHIM32_AIO.DLL is a modified version which works on x86 & x64 versions. The original project compiles the .dll based on the OS, slshim32.dll for x86 and slshim64.dll for x64 ISOs.
  • WARNH.EXE & WARNK.EXE are basically the same, it outputs a «warning popup», which tells you that your Windows version is not genuine. The H version represents HWID and the K version is for KMS38 activation methods.

Is the tool «hwidgen» a legal activation method?

It’s a gray-zone. The tool itself is against Microsoft Windows 10 ToS, however the used methods are controversial and theoretically legal because they are not hacking, manipulating any official Windows files or altering official servers.

Anti-Virus Scanner

HWIDGEN is often (not by all) anti-virus scanner(s) detected as malware. This is a false/positive, unless you downloaded the tool from an unknown/untrusted source.

Most (if not all) AV products/scanner-websites (e.g. VirusTotal) detecting «illegal» activation methods as malware. This is normal and you can simply exclude the utility within your AV scanner.

To verify if the tool you downloaded is the original one, make sure you checked the checksums provided in the official forums/mirror threads.

Why slshim is required?

slshim was created by it’s author as a replacement of MS software protection platform which allows to use Windows without too much problems, but with changed Product Policy using altered registry entries. Gatherosstate uses the slc.dll library to determine the current activation status and licensing channel from the Windows product policy.

Basically slshim is an emulation of slc.dll that is read by gatherosstate, we can change what it will return to it. Slshim passes a few changed policies, and gatherosstate thinks that Windows was activated because of it. That’s it, gatherosstate creates GenuineTicket without any further verification.

Why 1803 gatherosstate.exe?

Gatherosstate in 1803/1903 (April Update) contains information about every single Windows Edition (SKU) that exists and due to this, it is able to create ticket on any edition. Older versions also work, but it can only create tickets on some specific editions.

So, overall the activation isn’t illegal it basically abuses an activation weakness (which is opened since several years in Windows) because Microsoft still allows you to ‘get Windows for free’. Changing the HWID does the rest in order to fool or bypass the integrated activation mechanism.

The program has two modes, one is an automatic mode which activates all MS Windows versions and the other method is the manual method which can be used in order to activate problematically SKU’s like S/N versions.

The program takes some time, so be patient. Another thing I can suggest is that you run it from a C: drive directly with administrative privileges (and use a folder/path without spaces). Once the tool is running it creates some kind of debug log near the executable.

Why we can still activate Windows using GenuineTicket?

Windows 10 internally uses the same activation system for legitimate Retail and OEM activations so users do not need to enter their key when reinstalling system. Systems activated using these keys are first activated using key, then HWID license is created.

Supported Windows systems

  • All Windows 10 except manipulated SKUs (G/GN/GNM) — or in other words homebrew versions.

Activation process

The activation method choosed by HWIDGEN varies depending on the edition of Windows 10 to be activated.

The original developer mentions which activation method is used under which SKU:

Core (Home) (N) (HWID/KMS38)
CoreSingleLanguage (N) (HWID/KMS38)
Professional (N) (HWID/KMS38)
Professional Education (N) (HWID/KMS38)
Professional Workstation (N) (HWID/KMS38)
Education (N) (HWID/KMS38)
Enterprise (N) (HWID/KMS38)
EnterpriseS  (N) 2015(HWID)
EnterpriseS (N) 2016 (HWID/KMS38)
EnterpriseS  (N) 2019 (KMS38)
Server Standard(Core) (N) (KMS38)
Server DatacenterCore) (N) (KMS38)
Server Solution(Core) (N) (KMS38)

Support ‘Modes’

HWIDGEN comes with an debug window in order to show the user what’s going on during the activation process, besides the visible stuff within that window, it also places a HWID.log into the same dir as the HWIDGEN tool is stored.

The tool offers several «Working Modes» in order to activate Windows 10.

  • LicenseSwitch: Acts like an in-place-upgrade, e.g. on Windows N versions. A reboot is required! This mode is the most dangerous one because it can’t be uninstalled without the need to re-install Windows.
  • SetOffline & SetOnline: Sets the network adapter to online or offline.
  • Rearm (trial reset): Resets the 180 days on a KMS activated OS, this method is only needed in case you have MS Office installed. A reboot is required.
  • Clean: Only needed by KMS activated systems, it can break MS Office license verification! In this case use the «Rearm» solution, this basically trial resets the activation status. A reboot is required.
  • Clean_ClipSBV: resets and cleans the current activation status (token). This is needed in case you want to use the same (pre) activated image across different systems.
  • gVLK: Installs a generic volume (GLVK), this is needed for e.g. KMS38 and the normal KMS activation method.
  • HWID_Key: Installs the default (generic) key, which is needed for all HWID Windows SKUs.
  • KMS38: Basically all OS including LTSC (2019) & Server.
  • HWID: All Windows != SKUs are supported, except LTSC (2019) and Server versions.
  • INFO (default): Pressing «START» will open a big popup with a small explanation how every mode works.

The «Manual method» (not recommend) isn’t visible via GUI, it’s a fallback. This is for advance users or people which work with a slipstream’ed Windows 10 version. It’s documented over here.

Resetting the status

reg add "HKLMSYSTEMTokens" /v "Channel" /t REG_SZ /d "Retail" /f
reg add "HKLMSYSTEMTokensKernel" /v "Kernel-ProductInfo" /t REG_DWORD /d XXX /f
reg add "HKLMSYSTEMTokensKernel" /v "Security-SPP-GenuineLocalStatus" /t REG_DWORD /d 1 /f
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMTokens]
"Channel"="Retail"

[HKEY_LOCAL_MACHINESYSTEMTokensKernel]
"Kernel-ProductInfo"=dword:0000XXX

[HKEY_LOCAL_MACHINESYSTEMTokensKernel]
"Security-SPP-GenuineLocalStatus"=dword:00000001

Already activated Windows 10 system

The program will also work — after manually selecting «Work Mode» — on already activated systems (e.g. MSToolKit). This is for users who like to «upgrade» their activation method since HWIDGEN provides some benefits over other methods.

Why does it HWIDGEN needs admin rights?

HWIDGEN requires higher rights because it might need to write/access e.g. your registry to install a default key (generic key), this can only be done if the program gets the necessary rights.

Are the integrated keys in hwidgen illegal?

No, they are generic keys and only added into your registry in case you don’t use the «default» key e.g. whenever you are on a machine with a Retail/embedded BIOS.

Why is the original hwidgen package password protected?

This is a counter measurement to avoid that the tool gets inspected (opened) by an indexer to scan it’s content. The reasons why this is done to ensure that the original download link not gets removed due to DMCA reasons.

Difference between HWID and KMS(38)

Manually backing up the activation status is possible with all three KMS solutions, there are also tools available. The official way to backup your license status is if you sign-in into your Microsoft account and «submit» your activation status to Microsoft — Microsoft can’t check if the status was «faked» after it got already validated, so don’t worry.

KMS

KMS stands for Key Management System, basically how the system works is, that it is renewing a license every few months (default 180 days on Enterprise/Education systems).

  • KMS was officially introduced with Windows XP.
  • KMS is a legitimate Microsoft service heavily used in enterprise or education environments.
  • «KMS piracy» is usually redirected to a fake KMS server which will always return a positive response.
  • You can create your own KMS server (the images are available) however running a server is against Windows TOS because it bypasses the original activation process which is only done by official Microsoft KMS server.

KMS(38)

KMS38 is for Windows 10 only machines, the activation is valid until 2038 however it has some fundamental differences to all KMS activators:

  • KMS38 is a completely offline process (it uses a grace period).
  • KMS38 does not require any license renewal or any interaction with Microsoft or third party servers. The firewall warning you see shows a local (fake) host to emulate the activation process. The «dummy KMS address» does not exists in the real world and exist to validate/assign a IP to the activation process.
  • KMS38 main benefit is that it is offline and more private (not depending on unknown third-party KMS servers).
  • KMS38 will cause Windows own Event Viewer to show several errors, mostly starting with License Activation (slui.exe) failed..., you can ignore those messages, they does not have any impact on your OS performance or stability.

HWID

HWID (Hardware ID) is a permanent digital license activation tied to your motherboard, which means if you change your motherboard or parts of your hardware the activation will be lost or you have to renew the license. HWID piracy or often only called «hwidgen» works by using parts of your system to generate a ticket which is then sent to Microsoft servers which return a key, which is then installed.

  • Upgrading from Windows 7 or above (legitimately activated or pirated) will generate a ticket on your PC for free. This is often called «upgrade-trick».
  • HWID activated machines, can survive a fresh installed windows or an upgrade (unless Microsoft changes something).
  • In case you sign into your official Microsoft account on a hardware ID based activated Windows installation, you’ll be able to keep / renew your license status even after you changed your motherboard because Microsoft stores your activation status the first time you log-in.

Popup screen during start

The tool performs several system checks and may need a moment to appear (depending on your system specs). This is normal and you don’t need to be worried, it checks your registry, your current activation status among other things.

Error screens

WARNK.EXE & WARNN.EXE are responsible for the error screens and are only visible as feedback in case something went wrong.

Microsoft account sign-in

You do not need to have an Microsoft Accounts added in your Windows settings, nor do you not need to be signed into an online Microsoft account on your PC for the process to work. Assigning an account is totally optional and meant to backup your license status.

Integrating HWIDGEN into a Windows 10 Image

It’s possible that you can «slipstream» the tool into an Windows Image. However, after you did this make sure you exclude hwidgen in Windows Defender otherwise it gets blocked.

Pre-cracked Windows 10 builds (Frankenstein builds) are often been sold by «dark pirates» — Microsoft does not sell any pre-activated images to customers on eBay or other platforms. In most cases such people want to make some quick cash.

Firewall warning

You see a fake firewall warning, which points you to wmiprvse.exe, you can ignore it. The IP which HWIDGEN uses is just a dummy address.

Can I uninstall HWIDGEN?

Yes, you can because the digital activation is not embedded in the Windows installation. The activation relies on your machine code and communication with the MS Servers, whenever Windows tries to connect/validate the status e.g. via MS Account. If you install your Windows Image to another machine it will not be digitally activated and you can (of course) use a legit Windows key.

HWIDGEN (unofficial) Documentation

Overview

HWIDGEN was originally written by s1ave77, who is a member of several popular forums such as MDL, NSane or AiOwares.

The tool (it’s basically a AutoHotKey script) and was build for all Microsoft Windows 10 versions in order to activate the operating system without the need to use stolen product keys.

Basically:

The activation process will only be performed once per each single machine, Windows 10 then gets activated/converted from a MSDN license (in case it was detected e.g. in case a product key was found — Retail/embedded BIOS) to a Digital License in order to activate the OS.

The program works via slshim and Windows 10 own GatherOsState.exe (which you can extract from the ISO). The activation keys are used from the products.ini, these keys are generic ones and a legal to post/share – in other words these are the keys you can temporarily use during setup (usually). If you format your PC you need to re-run HWIDGEN, a in-place upgrade survives the activation.

Files

  • GATHEROSSTATE.EXE: Taken from the official MS ISO.
  • GATHEROSSTATELTSB15.EXE Also taken from official LTSB image.
  • hwid.kms38.gen.mk6.exe the (latest) HWIDGEN version (closed source)
  • HWIDGEN-source.ahk: Basically the heart of HWIDGEN tool, it provides the entire source code.
  • LIC.SWITCHER.EXE: Basically the upper layer which checks the Windows version, installed key and allows you to manually switch the Windows license. Once the utility is manually started it will create (in the same dir as the executable is) a debug file called LIC_SWITCH.log.
  • PID8.VBS is a Visual Basic script which checks the OS HWID status and matches the key with a pre-configured key list.
  • PKCONFIG.TXT Stores all official Windows versions (except some homebrew SKUs).
  • SLSHIM SLSHIM32_AIO.DLL is a modified version which works on x86 & x64 versions. The original project compiles the .dll based on the OS, slshim32.dll for x86 and slshim64.dll for x64 ISOs.
  • WARNH.EXE & WARNK.EXE are basically the same, it outputs a «warning popup», which tells you that your Windows version is not genuine. The H version represents HWID and the K version is for KMS38 activation methods.

Is the tool «hwidgen» a legal activation method?

It’s a gray-zone. The tool itself is against Microsoft Windows 10 ToS, however the used methods are controversial and theoretically legal because they are not hacking, manipulating any official Windows files or altering official servers.

Anti-Virus Scanner

HWIDGEN is often (not by all) anti-virus scanner(s) detected as malware. This is a false/positive, unless you downloaded the tool from an unknown/untrusted source.

Most (if not all) AV products/scanner-websites (e.g. VirusTotal) detecting «illegal» activation methods as malware. This is normal and you can simply exclude the utility within your AV scanner.

To verify if the tool you downloaded is the original one, make sure you checked the checksums provided in the official forums/mirror threads.

Why slshim is required?

slshim was created by it’s author as a replacement of MS software protection platform which allows to use Windows without too much problems, but with changed Product Policy using altered registry entries. Gatherosstate uses the slc.dll library to determine the current activation status and licensing channel from the Windows product policy.

Basically slshim is an emulation of slc.dll that is read by gatherosstate, we can change what it will return to it. Slshim passes a few changed policies, and gatherosstate thinks that Windows was activated because of it. That’s it, gatherosstate creates GenuineTicket without any further verification.

Why 1803 gatherosstate.exe?

Gatherosstate in 1803/1903 (April Update) contains information about every single Windows Edition (SKU) that exists and due to this, it is able to create ticket on any edition. Older versions also work, but it can only create tickets on some specific editions.

So, overall the activation isn’t illegal it basically abuses an activation weakness (which is opened since several years in Windows) because Microsoft still allows you to ‘get Windows for free’. Changing the HWID does the rest in order to fool or bypass the integrated activation mechanism.

The program has two modes, one is an automatic mode which activates all MS Windows versions and the other method is the manual method which can be used in order to activate problematically SKU’s like S/N versions.

The program takes some time, so be patient. Another thing I can suggest is that you run it from a C: drive directly with administrative privileges (and use a folder/path without spaces). Once the tool is running it creates some kind of debug log near the executable.

Why we can still activate Windows using GenuineTicket?

Windows 10 internally uses the same activation system for legitimate Retail and OEM activations so users do not need to enter their key when reinstalling system. Systems activated using these keys are first activated using key, then HWID license is created.

Supported Windows systems

  • All Windows 10 except manipulated SKUs (G/GN/GNM) — or in other words homebrew versions.

Activation process

The activation method choosed by HWIDGEN varies depending on the edition of Windows 10 to be activated.

The original developer mentions which activation method is used under which SKU:

Core (Home) (N) (HWID/KMS38)
CoreSingleLanguage (N) (HWID/KMS38)
Professional (N) (HWID/KMS38)
Professional Education (N) (HWID/KMS38)
Professional Workstation (N) (HWID/KMS38)
Education (N) (HWID/KMS38)
Enterprise (N) (HWID/KMS38)
EnterpriseS  (N) 2015(HWID)
EnterpriseS (N) 2016 (HWID/KMS38)
EnterpriseS  (N) 2019 (KMS38)
Server Standard(Core) (N) (KMS38)
Server DatacenterCore) (N) (KMS38)
Server Solution(Core) (N) (KMS38)

Support ‘Modes’

HWIDGEN comes with an debug window in order to show the user what’s going on during the activation process, besides the visible stuff within that window, it also places a HWID.log into the same dir as the HWIDGEN tool is stored.

The tool offers several «Working Modes» in order to activate Windows 10.

  • LicenseSwitch: Acts like an in-place-upgrade, e.g. on Windows N versions. A reboot is required! This mode is the most dangerous one because it can’t be uninstalled without the need to re-install Windows.
  • SetOffline & SetOnline: Sets the network adapter to online or offline.
  • Rearm (trial reset): Resets the 180 days on a KMS activated OS, this method is only needed in case you have MS Office installed. A reboot is required.
  • Clean: Only needed by KMS activated systems, it can break MS Office license verification! In this case use the «Rearm» solution, this basically trial resets the activation status. A reboot is required.
  • Clean_ClipSBV: resets and cleans the current activation status (token). This is needed in case you want to use the same (pre) activated image across different systems.
  • gVLK: Installs a generic volume (GLVK), this is needed for e.g. KMS38 and the normal KMS activation method.
  • HWID_Key: Installs the default (generic) key, which is needed for all HWID Windows SKUs.
  • KMS38: Basically all OS including LTSC (2019) & Server.
  • HWID: All Windows != SKUs are supported, except LTSC (2019) and Server versions.
  • INFO (default): Pressing «START» will open a big popup with a small explanation how every mode works.

The «Manual method» (not recommend) isn’t visible via GUI, it’s a fallback. This is for advance users or people which work with a slipstream’ed Windows 10 version. It’s documented over here.

Resetting the status

reg add "HKLMSYSTEMTokens" /v "Channel" /t REG_SZ /d "Retail" /f
reg add "HKLMSYSTEMTokensKernel" /v "Kernel-ProductInfo" /t REG_DWORD /d XXX /f
reg add "HKLMSYSTEMTokensKernel" /v "Security-SPP-GenuineLocalStatus" /t REG_DWORD /d 1 /f
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMTokens]
"Channel"="Retail"

[HKEY_LOCAL_MACHINESYSTEMTokensKernel]
"Kernel-ProductInfo"=dword:0000XXX

[HKEY_LOCAL_MACHINESYSTEMTokensKernel]
"Security-SPP-GenuineLocalStatus"=dword:00000001

Already activated Windows 10 system

The program will also work — after manually selecting «Work Mode» — on already activated systems (e.g. MSToolKit). This is for users who like to «upgrade» their activation method since HWIDGEN provides some benefits over other methods.

Why does it HWIDGEN needs admin rights?

HWIDGEN requires higher rights because it might need to write/access e.g. your registry to install a default key (generic key), this can only be done if the program gets the necessary rights.

Are the integrated keys in hwidgen illegal?

No, they are generic keys and only added into your registry in case you don’t use the «default» key e.g. whenever you are on a machine with a Retail/embedded BIOS.

Why is the original hwidgen package password protected?

This is a counter measurement to avoid that the tool gets inspected (opened) by an indexer to scan it’s content. The reasons why this is done to ensure that the original download link not gets removed due to DMCA reasons.

Difference between HWID and KMS(38)

Manually backing up the activation status is possible with all three KMS solutions, there are also tools available. The official way to backup your license status is if you sign-in into your Microsoft account and «submit» your activation status to Microsoft — Microsoft can’t check if the status was «faked» after it got already validated, so don’t worry.

KMS

KMS stands for Key Management System, basically how the system works is, that it is renewing a license every few months (default 180 days on Enterprise/Education systems).

  • KMS was officially introduced with Windows XP.
  • KMS is a legitimate Microsoft service heavily used in enterprise or education environments.
  • «KMS piracy» is usually redirected to a fake KMS server which will always return a positive response.
  • You can create your own KMS server (the images are available) however running a server is against Windows TOS because it bypasses the original activation process which is only done by official Microsoft KMS server.

KMS(38)

KMS38 is for Windows 10 only machines, the activation is valid until 2038 however it has some fundamental differences to all KMS activators:

  • KMS38 is a completely offline process (it uses a grace period).
  • KMS38 does not require any license renewal or any interaction with Microsoft or third party servers. The firewall warning you see shows a local (fake) host to emulate the activation process. The «dummy KMS address» does not exists in the real world and exist to validate/assign a IP to the activation process.
  • KMS38 main benefit is that it is offline and more private (not depending on unknown third-party KMS servers).
  • KMS38 will cause Windows own Event Viewer to show several errors, mostly starting with License Activation (slui.exe) failed..., you can ignore those messages, they does not have any impact on your OS performance or stability.

HWID

HWID (Hardware ID) is a permanent digital license activation tied to your motherboard, which means if you change your motherboard or parts of your hardware the activation will be lost or you have to renew the license. HWID piracy or often only called «hwidgen» works by using parts of your system to generate a ticket which is then sent to Microsoft servers which return a key, which is then installed.

  • Upgrading from Windows 7 or above (legitimately activated or pirated) will generate a ticket on your PC for free. This is often called «upgrade-trick».
  • HWID activated machines, can survive a fresh installed windows or an upgrade (unless Microsoft changes something).
  • In case you sign into your official Microsoft account on a hardware ID based activated Windows installation, you’ll be able to keep / renew your license status even after you changed your motherboard because Microsoft stores your activation status the first time you log-in.

Popup screen during start

The tool performs several system checks and may need a moment to appear (depending on your system specs). This is normal and you don’t need to be worried, it checks your registry, your current activation status among other things.

Error screens

WARNK.EXE & WARNN.EXE are responsible for the error screens and are only visible as feedback in case something went wrong.

Microsoft account sign-in

You do not need to have an Microsoft Accounts added in your Windows settings, nor do you not need to be signed into an online Microsoft account on your PC for the process to work. Assigning an account is totally optional and meant to backup your license status.

Integrating HWIDGEN into a Windows 10 Image

It’s possible that you can «slipstream» the tool into an Windows Image. However, after you did this make sure you exclude hwidgen in Windows Defender otherwise it gets blocked.

Pre-cracked Windows 10 builds (Frankenstein builds) are often been sold by «dark pirates» — Microsoft does not sell any pre-activated images to customers on eBay or other platforms. In most cases such people want to make some quick cash.

Firewall warning

You see a fake firewall warning, which points you to wmiprvse.exe, you can ignore it. The IP which HWIDGEN uses is just a dummy address.

Can I uninstall HWIDGEN?

Yes, you can because the digital activation is not embedded in the Windows installation. The activation relies on your machine code and communication with the MS Servers, whenever Windows tries to connect/validate the status e.g. via MS Account. If you install your Windows Image to another machine it will not be digitally activated and you can (of course) use a legit Windows key.

Активация виндовс позволяет полноценно пользоваться всеми возможностями операционной системы, поэтому этот вопрос затрагивает многих пользователей компьютеров и ноутбуков.

Содержание

  • Как активировать windows 10 ключом
  • Как активировать windows 10 бесплатно навсегда
    • Активация через KMSAuto Net
    • Активация через активатор AAct
    • Активация с помощью W10 Digital Activation
  • Проверка подлинности Windows 10

Как вы поняли из содержания статьи, я покажу легальные и незаконные методы активации. Дочитайте статью до конца и лишь потом проводите манипуляции с активацией.

Практически во все компьютерные устройства, купленные с заводской предустановленной операционной системой Windows 10, вшит ключ той самой версии ОС. К примеру, если вы купили ноутбук Asus с виндовс, то в будущем при переустановке системы той же версии Windows 10 или восстановления до заводских настроек, ключ подцепится автоматически, для проведения активации потребуется лишь подключение к сети интернет по wi-fi или кабелю, с вашей стороны каких-либо манипуляций не требуется.

Однако, если ноутбук был приобретен из Китая, например, через Алиэкспресс, то перед переустановкой системы, к вашей активированной ОС необходимо привязать учетную запись Майкрософт и лишь после этого перекатывать Windows. По завершению инсталляции новой ос, при подключенном интернете вводим учетные данные Microsoft, ключ автоматически привяжется к Windows и активируется.

Если у вас на обратной стороне ноутбука есть наклейка с лицензионным ключом Windows 7, то можете ввести его для активации Windows 10. Однако, нужно понимать, что ключ подходит лишь для той же версии пакета. То есть, ключ Windows 7 «Домашняя базовая» и «Домашняя расширенная» подойдут для 10-ки «Домашней»; «Профессиональная» для «PRO» и тд.

Ну и, пожалуй, последний способ – использование официально приобретенной лицензии. Для этого необходимо ввести ключ в окно активации и подтвердить дальнейшие действия.

Как активировать windows 10 бесплатно навсегда

Многих пользователей, не имеющих лицензию на операционную систему волнует вопрос – как убрать надпись «активация windows 10» навсегда? Данное уведомление появляется в тех случаях, когда временная лицензия закончилась или система была активирована KMS-активатором. Дальнейшее описание является лишь инструкцией для расширения знаний, а не рекомендацией. Все описанные в статье активаторы вы можете найти в сети интернет, введя название в поисковик. Последний описанный метод является эталоном и справляется на 100% с поставленной задачей.

Активация через KMSAuto Net

Можно повторно активировать программой KMSAuto Net, но проблема в том, что спустя полгода проблема снова всплывет, потребуется повторная процедура. Как пользоваться KMSAuto Net я уже показывал в статье об активации Windows 7, процедура абсолютно идентичная. В данном активаторе есть функция – запланированная задача, она позволяет без ваших действий автоматически менять код активации каждые 30 дней в фоновом режиме. Однако, ввиду того, что многие антивирусы видят KMS-активаторы как вирус, то в момент запуска запланированной задачи, данный активатор попадает в карантин антивирусной защиты. Чтобы этого не происходило KMSAuto Net необходимо добавить в доверенные или защита антивируса должна быть отключена, как отключить Defender я уже писал в одной из моих статей. Эта рекомендация касается и нижеописанные способы.

Активация через активатор AAct

Смысл активации тот же, что и с KMSAuto Net, отличается лишь интерфейс. Забегая вперед отмечу, что программа активатор AAct имеет две версии разрядности – x86 и x64, необходимо выбрать соответствующую вашей системе. А теперь давайте все действия опишу в иллюстрациях. Запустив программу в левой колонке нажмите Активация Windows, дождитесь завершения, возможно система предложит вам установку GVLK-ключа, соглашаемся.

Активация Windows 10 через активатор AAct

После завершения, вы можете проверить состояние лицензии выбрав в той же левой колонке Информация Windows.

Информация о состоянии лицензии Windows 10 в AAct

Активация проводится сроком на 180 дней, поэтому, чтобы не возвращаться к этому вопросу, в левой колонке в самом низу программы AAct кликаем на значок шестеренки. Ставим галочку «Создать задачу для активации Windows», подтверждаем действия кнопкой Принять.

Задача на переактивацию Windows 10 в AAct

Здесь также можно «Отключить защитник Windows», отметив галочкой.

Активация с помощью W10 Digital Activation

W10 Digital Activation Program является эталоном активации, объясню почему. Активировать систему можно лишь при активном подключении к интернету, код активации проходит верификацию на стороне Microsoft, используется цифровая лицензия, в дальнейшем можно устанавливать все обновления.

Этот инновационный активатор был разработан в 2018 году и не похож на KMS, алгоритм совершенно иной. И еще одна особенность, после активации цифровая лицензия вшивается навсегда, даже если вы решите в будущем переустановить систему, ключ автоматически подтянется и Windows 10 активируется, главное установить туже версию виндовс.

Для утилиты W10 Digital Activation не имеют значения:

  • структура жесткого диска MBR или GPT;
  • Legacy или UEFI;
  • версия Windows 10: Домашняя (Home), Домашняя для одного языка (Home single language), Профессиональная (PRO), Корпоративная, Образовательная.

В утилите существует два метода активации – HWID и KMS38.

HWID. А теперь подробнее о том, как активировать Windows 10 бесплатно и навсегда, – все это одним кликом. Запустите программу W10 Digital Activation, нажмите кнопку Активировать Windows 10, дождитесь уведомления об успешной активации. Если вы получили сообщение «Windows находится в режиме уведомления», то: 1) убедитесь, что интернет подключен; 2) перезагрузите систему и проверьте заново.

W10 Digital Activation HWID

KMS38. Если после описанного выше способа с HWID вы все равно получаете сообщение «Windows находится в режиме уведомления» или по каким-то другим ситуациям активация Windows не прошла, то в правом выпадающем списке выберите KMS38 и нажмите Активировать Windows 10. Пропишется корпоративный ключ сроком на несколько десятилетий.

W10 Digital Activation KMS38

Если вам по каким-то причинам потребуется удалить цифровую лицензию, то снова запустите программу W10 Digital Activation. В интерфейсе у вас есть кнопка Ream, нажмите на нее, она удалит вшитый ключ с компьютера, но Windows 10 при этом останется активированной, потребуется перезагрузка, о чем сообщит активатор.

Удаление лицензии W10 Digital Activation

Состояние активации можно проверить следующим способом, кликните правой кнопкой мыши по значку «Компьютер» на рабочем столе, выберите «Свойства», в открывшемся окне в самом низу обратите внимание на строку «Активация Windows».

Состояние активации Windows 10

Начиная с Windows 10 версии 20H2 (2009), страница «Система» отсутствует. Статус активации можно посмотреть в параметрах, для этого кликните Пуск — Параметры (шестеренка) — Обновление и безопасность — Активация.

Состояние активации Windows 10 в Параметрах

Этот способ позволяет более детально узнать об активации, например, как указано на скриншоте выше: «Система Windows активирована с помощью цифровой лицензии».

Ну вот и все, считаю, что все технические моменты по активации Windows 10 раскрыты. А с помощью инструкции ниже, вы сможете проверить подлинность лицензии Майкрософт Виндовс 10 / 8.1 / 8.

Проверка подлинности Windows 10

В операционной системе Windows 7  была встроена функция проверки введенной лицензии, то есть верификация ключа. К сожалению, начиная с Windows 8 данную функцию убрали, но ввели другую возможность проверки ключа активации, ее то мы и рассмотрим.

Чтобы проверить подлинность Windows 10/8.1/8 необходимо запустить командную строку или PowerShell. Введите команду slmgr -ato и нажмите Enter. Дождитесь пока появится окно с сообщением. Если ключ подлинный, то вы получите уведомление об успешной активации Windows, как на картинке ниже.

Проверка подлинности Windows 10 - Активация выполнена успешно

Если ключ не валидный, то получите ошибку или какое-либо другое уведомление. Пример такого сообщение на скриншоте ниже.

Проверка подлинности Windows 10 - Ошибка активации

Валидный ключ позволяет устанавливать обновления Windows и не переживать, что после очередного обновления операционной системы слетит активация и многие функции виндовс заблокируются. Если возникнут какие-либо вопросы, задавайте ниже в форме комментарий, постараюсь помочь.

#1

Отправлено 20 Май 2018 — 08:04

Phil

    Генеральный Директор

  • Администратор
  • 7 610 сообщений

популярное сообщение
Популярный пост!

windows-10-digital-activation.png

 

В Windows 10 все системы независимо от того, как они были активированы (будь то с помощью Upgrade от Windows 7 / 8.1 или с помощью купленной розничной продажи или встроенной BIOS, а также лицензии MSDM) будут преобразованы в цифровую лицензию, основанную на идентификаторе жестких дисков (HWID*) соответствующей машины. Эта лицензия хранится на серверах MS и будет активировать этот компьютер каждый раз, когда OS  на нем будет переустановлена. Только изменения в оборудовании приведут к недействительности лицензии. Связываясь с учетной записью Microsoft (MSA), вы сможете перенести ее в последнем случае.

 * HWID (Hardware Identification Number) — уникальное аппаратное имя вашей машины.

 PS Процесс должен выполняться только один раз для каждой машины. При последующих установках просто выберите «У меня нет ключа продукта» во время установки, и при первом онлайн-контакте сервер MS будет автоматически устанавливать HWID и автоматически предоставлять активацию.

 Поддерживаемые версии Windows 10 (SKU):

  • Core (Home) (N)
  • CoreSingleLanguage (N)
  • Professional (N)
  • ProfessionalEducation (N)
  • ProfessionalWorkstation (N)
  • Education (N)
  • Enterprise (N)
  • EnterpriseS  (N)

Это на самом деле довольно просто и не связано с изменением системных файлов и/или украденными ключами.

Метод полностью автоматизирован: 
Утилита выполняет несколько проверок системы и может потребоваться время для отображения (в зависимости от ваших системных спецификаций) информации, не нужно паниковать, просто подождите.

 

*****

W10 Digital Activation Program v1.4.6 Portable  Пароль на архив — 12345

Внимание! Перед тем как разархивировать архив, а также во время работы с утилитой, обязательно на некоторое время отключите все антивирусные программы.

  • Zsolt, Fetis a, jordan5555 и 69 другим это нравится
  • Наверх


#2


AlexBiz

Отправлено 20 Май 2018 — 14:21

AlexBiz

    Advanced Member

  • Участники
  • 106 сообщений

Вам распаковать надо или контрольная сумма , пароль в личке. И контрольная сумма совпадает.

Я не про архив, я про активацию. В личку бросил ссылку на форум, сайт пиндосоязычный, может поглядите, что и как, очень интересное по ходу обсуждение, хорошо бы инструкцию нормальную получить

  • Наверх


#3


KPOCAB4EG

Отправлено 20 Май 2018 — 19:11

KPOCAB4EG

    Читатель

  • Забанен
  • Pip

  • 7 сообщений

спасибо, активирует, но что оно делает если не меняет в системе что-либо? производит манипуляции с отправкой HWID на сервер активации?

  • Наверх


#4


Gami

Отправлено 20 Май 2018 — 19:27

спасибо, активирует, но что оно делает если не меняет в системе что-либо? производит манипуляции с отправкой HWID на сервер активации?

Активирует только версии N ? Для других не подходит?

  • Наверх


#5


renual76

Отправлено 20 Май 2018 — 19:31

renual76

    SUPER Member

  • Участники
  • 360 сообщений

Активирует только версии N ? Для других не подходит?

Вполне подходит и для других.Провел успешное испытание на 10 pro education.

  • leo.67 и imaddam это нравится
  • Наверх


#6


KPOCAB4EG

Отправлено 20 Май 2018 — 19:33

KPOCAB4EG

    Читатель

  • Забанен
  • Pip

  • 7 сообщений

Активирует только версии N ? Для других не подходит?

я активировал обычную Pro из Retail образа (поставленную на виртуалку)

даже ключ не вводил

  • Наверх


#7


AlexBiz

Отправлено 20 Май 2018 — 19:56

AlexBiz

    Advanced Member

  • Участники
  • 106 сообщений

на LTSB 2016 ошибка Pstching is not needed

  • Наверх


#8


сергей3165

Отправлено 20 Май 2018 — 20:32

сергей3165

    Advanced Member

  • Меценат
  • 107 сообщений

на LTSB 2016 ошибка Pstching is not needed

перед активацией вставьте ключ oem 

Пожалуйста Войдите или Зарегистрируйтесь чтобы увидеть скрытый текст

  • AlexBiz и renual76 это нравится
  • Наверх


#9


фига

Отправлено 20 Май 2018 — 20:57

фига

    Участник

  • Участники
  • 31 сообщений

перед активацией вставьте ключ oem 

сейчас попробовал вставил этот ключ пропатчил стала цифровой win10 ent ltsb 2016

  • Наверх


#10


сергей3165

Отправлено 20 Май 2018 — 21:15

сергей3165

    Advanced Member

  • Меценат
  • 107 сообщений

Активирует только версии N ? Для других не подходит?

для редакций не имеющих retaii ключей перед активацией следует устанавливать соответствующие oem ключи:

при переустановке системы, на вышеуказанных редакциях цифровая лицензия сама не подтянется, для активации снова нужно вводить соответствующий ключ (без пропатчивания системы).

  • leo.67, AlexBiz, Jorginho и 2 другим это нравится
  • Наверх


#11


AlexBiz

Отправлено 21 Май 2018 — 20:21

AlexBiz

    Advanced Member

  • Участники
  • 106 сообщений

Получилось активировать LTSB цифровая лицензия,что после этого нужно сделать ?

Радоваться

  • renual76 и on_off это нравится
  • Наверх


#12


Bimba

Отправлено 21 Май 2018 — 20:34

Bimba

    Advanced Member

  • Участники
  • 235 сообщений

Получилось активировать LTSB цифровая лицензия,что после этого нужно сделать ?

Выпить и закусить. :D

  • AlexBiz, Jorginho и Lars это нравится
  • Наверх


#13


alex4red

Отправлено 22 Май 2018 — 06:18

а кто-нибудь даст ссылку на сам архив

  • Наверх


#14


Ушедший

Отправлено 22 Май 2018 — 06:52

Ушедший

    покинувший

  • Участники
  • 3 671 сообщений

а кто-нибудь даст ссылку на сам архив

Пожалуйста Войдите или Зарегистрируйтесь чтобы увидеть скрытый текст

  • vitalikkontr и alex4red это нравится
  • Наверх


#15


sysy-5

Отправлено 22 Май 2018 — 10:36

sysy-5

    Advanced Member

  • Участники
  • 50 сообщений

Кто получил цифру скажите,любой ключ принимает или только OEM:NONSLP?

  • Наверх


#16


Samsa

Отправлено 22 Май 2018 — 12:21

Samsa

    Читатель

  • Участники
  • 9 сообщений

Получилось активировать LTSB цифровая лицензия,что после этого нужно сделать ?

Ну попробуйте переустановить систему с полным форматированием..  отпишитесь о результате.. насчет цифры))

  • Наверх


#17


AlexBiz

Отправлено 22 Май 2018 — 13:34

AlexBiz

    Advanced Member

  • Участники
  • 106 сообщений

Ну попробуйте переустановить систему с полным форматированием..  отпишитесь о результате.. насчет цифры))

Я пробовал, цифра остаётся

  • Lars это нравится
  • Наверх


#18


Samsa

Отправлено 22 Май 2018 — 14:47

Samsa

    Читатель

  • Участники
  • 9 сообщений

Я пробовал, цифра остаётся

Даже без привязки к учетки M$?

  • Наверх


#19


AlexBiz

Отправлено 22 Май 2018 — 15:51

AlexBiz

    Advanced Member

  • Участники
  • 106 сообщений

Даже без привязки к учетки M$?

Не знаю, у меня учётка есть, как без неё лучше спросить тех, кто устанавливал без учётки

  • Наверх


#20


сергей3165

Отправлено 22 Май 2018 — 20:40

сергей3165

    Advanced Member

  • Меценат
  • 107 сообщений

Ответ не совсем верный,нужно привязать к учетной записи Microsoft.

привязать то конечно можно, только устанете потом переносить oem активацию на другое оборудование (не переносится при замене материнки, процессора)

  • Наверх


HWID Activation Method

Welcome to the HWID document. This has some details about the HWID activation method.

Scope

How and why HWID works is somewhat complicated because of all the preliminary «knowledge» required to know why the very thing abused by HWID activators exists at all. Hence, this document.

Digital Licenses

Digital Licenses (recently renamed to Digital Entitlements, but no one cares) are a fancy DRM invention by the geniuses over at Microsoft to make the Microsoft Store at least somewhat relevant.

Their purpose is to be proof of being licensed to use a piece of software (Please note that You will own nothing and you will be happy and This software is licensed, not sold) assigned to a Microsoft account.

There is a very long explanation for what keeps track of digital licenses, but that’s somewhat complicated and I don’t know everything.

Basically, there is a couple of components that keep track of these licenses and manage all the talking with the Microsoft Store and that talk to software components to tell them what Windows users are allowed to do with their computers. These are the things we want to accept our forgeries.

The Free Windows 10 Upgrade

This activation method was at one point referred to as the «Digital License Generation without KMS or predecessor install/upgrade» and that name is just a tiny bit better and more descriptive than «HWID/KMS38».

During the free Windows 10 upgrade period, any activated system (this is the «predecessor») that upgraded to Windows 10 got a free digital license. This promotion is long over, but the free upgrade still works.

This type of reactivation/transfer (legal or otherwise) is actually used during every single upgrade, including between individual versions of Windows 10. This mode of activation is what we fake at the moment of writing.

Mechanism of Activation Transfer

The main tool that facilitates the license transfer is called GatherOsState (full name: Gather Downlevel OS Activation State).

This tool collects, other than the titular activation state, the following information:

  • Pre-upgrade Windows Version (eg. «NT 10.0.10240»)
  • Hardware ID
  • One of the following:
    • OS Product family name
    • KMS Activation expiration time
  • MSDM OEM product key

These are put into a file called the Genuine Authorization Ticket (GenuineTicket.xml) and used by ClipUp.exe in a process referred to as «License Migration».

Hardware ID

The activation method’s name — «HWID» — refers to this very parameter so it must be important.

The Hardware ID is a magical data structure built by evaluating the system’s hardware. In the ticket, it is found under the base64 string SessionId. The Hwid string is the base64 representation of the HWID_BLOCK structure.

HWID_BLOCK

struct HWID_BLOCK {
    uint16_t wSize;
    uint16_t wVersion; // 0 for all
    uint16_t threshold; // Set to 0x13
    struct HWID hwid; // variable length
    struct TIMEWEIGHT tw; // variable length
}

HWID

struct HWID {
    uint16_t size;
    uint16_t version;
    uint16_t instances[9];
    uint16_t dock_or_PCMCIA;
    uint16_t hashRAM;
    uint16_t hashBIOS;
    uint16_t instanceHashes[];
};

The hashes are all SHA-256 truncated to 15 bits; the 16th bit is set to whether the device is removable (1 if removable).

version

This is the version of the hardware ID. It is set to 0 for all implementations I’m aware of.

nInstances

This is an array of 9 counts of instances of hardware per type of hardware. The types are, in order (by 0-based index):

  1. CDROM or Mobile Broadband
  2. Hard Disk Controllers
  3. Hard Disk Drives
  4. Displays
  5. SCSI Adapters or Bluetooth Controllers
  6. Audio Adapters
  7. Unused
  8. Network Cards
  9. CPUs

When there is an «or» betwen two types, the kind of device that has more instances is chosen.

bDockOrPCMCIA

This is set to 1 if non-user-provided docking info or PCMCIA is present.

hashRAM

This is a hash of the amount of RAM in the local system. It is rather advanced (supports NUMA and such) and is more than just the amount or a hash thereof.

hashSMBIOS

This is a hash of the entire SMBIOS table.

instanceHashes

These are the hashes for all components as per nInstances. For removable devices, the least significant bit is used as a flag for whether the device is removable or not.

Removability is assessed via PnP info. You can check it yourself with Powershell’s Get-PnpDeviceProperty -KeyName DEVPKEY_Device_RemovalPolicy for any device you like. These values (CM_REMOVAL_POLICY_[…]) are mapped to a single bit set if the device is removable.

Some of the devices are only counted when they are not removable. Exact info on that when I stop being lazy.

Timeweight

struct TIMEWEIGHT {
    struct weight {
        uint8_t type;
        uint16_t weight;
    } weights[];
}

The timeweight is a structure that contains information on how important certain hardware elements are. The structure is constant across Windows 10’s history (not thoroughly verified).

The type corresponds to identifiers of Hardware Collectors in the HWID algorithm (you can find the values in the massgravel/hwid-stuff repo) and the weight is how «important» a component is.

When locally verifying a hardware ID, you sum all the weights of components matching with the license’s HWID and determine if they are equal to or over the threshold. If they aren’t, the HWID does not match (ClipUp exits with an error).

Further reading

If you’re interested, the (somewhat outdated but still matching) patent for this type of Hardware ID can be found here.

Product Family Name

The Product family name is a string that identifies a product family in the Microsoft store. When it comes to Windows, it is composed of a few mostly stationary parts:

Microsoft.Windows.191.X21-99682_8wekyb3d8bbwe

The above PFN corresponds to the following fields:

Package Identity Name: Microsoft.Windows.191.X21-99682
Publisher String: 8wekyb3d8bbwe

In turn, the parts of Package Identity Name are:

  • Product: Microsoft Windows
  • SKU ID: 191 (IoT Enterprise LTSC)
  • Product Key Part Number: X21-99682

Publisher String

The publisher string is made by hashing some data about the publisher (here). For all intents and purposes, it’s a constant value.

SKU ID

This value corresponds to the edition. You can find an (almost) full list of these IDs in Windows SDK’s winnt.h.

Product Key Part Number

The product key part number is a value specific to a given range of product key IDs belonging to a given group. Most commonly, you can find it on COA stickers. It’s basically the «signature» of a key range; different ranges can have different policies, some ranges can be reserved for testing, etc. etc.

The part numbers can also be specific to markets (basically countries) in the Store itself, though I have no concrete examples of this.

Work In (slow) Progress

HWID Activation


Overview

  • How to use it? Please find the instructions here.

  • This activation is supported for Windows 10/11 only.

  • This activation does not store any files in your system.

  • This activation is a permanent activation for your system
    Hardware.

  • On a system, this activation can be created for all the supported
    editions, and all can be linked to Microsoft account without any
    issues.

  • Once a system is activated, this activation cannot be removed
    because the license is stored in the Microsoft servers and not in the
    user’s system. MS checks the hardware ID (HWID) and if a license is
    found in their database, the system will automatically
    activate.

  • Any significant changes in the Hardware (such as a motherboard)
    may deactivate the system. It is possible to reactivate a system that
    was deactivated because of significant hardware changes, IF your
    activation, was linked to an online Microsoft account.

  • For activation to succeed, internet connectivity must be enabled.
    If you are trying to activate without these conditions being met, then
    the system will auto-activate later when the conditions are
    met.

  • Auto activation scenario after the Windows re-install:

    • The Internet is required. (Only at the time of
      activation)

    • The system will auto-activate if Retail (Consumer) media was used
      for the installation.

    • The system will NOT auto-activate if VL (Business) media was used
      for the installation. In this case, the user will have to insert that
      windows edition Retail/OEM key (find keys below on this page) to
      activate, if the user doesn’t wish to activate again using this
      script.


How does it work?

  • In the official upgrade process from Windows 7 to Windows 10,
    Microsoft provides an HWID (digital license) activation for Windows 10
    without any cost.

  • In the background, the upgrade process runs a file named
    gatherosstate.exe and it checks the license of current
    Windows if found activated, it generates a valid GenuineTicket.xml which
    is sent to Microsoft and in return, MS authorizes a license.

  • So if we just convince the gatherosstate.exe file
    that the conditions are met for ticket generation by fooling it, it will
    generate a valid ticket, which can be used to get the valid HWID
    (Digital license). The script here does exactly that to get the
    activation for free without any upgrade process.


Types of Tickets

There are many methods for ticket generation, however we can classify
the ticket types in 3 categories.

  1. Downlevel Ticket — This is the simplest ticket
    generation process. In this method, ticket is signed by downlevel key by
    the system and the ticket’s OSVersion is 10. If it’s generated on
    Windows 10/11 then MS ideally aren’t supposed to grant activation,
    however they do and method is continuously working from last 4-5 years.
    Almost every HWID activator (at the time of writing this) is based on
    this method.

  2. Lockbox Ticket — This is slightly a trickier
    method. The ticket is signed by Lockbox key by the system and the
    ticket’s OSVersion is 10. This ticket generation process involves
    cleaning Clipsvc licenses and IdentityCRL registry key in the system.
    Due to some hiccups in the process, this method is not primarily used in
    MAS, however these are the types of tickets that are identical to the
    genuine ticket generated by system on activated Windows 10/11.

  3. Universal Ticket — In this method, we set the
    OSVersion =<5 in the ticket and when we apply the ticket, system
    ignores the HWID in the ticket due to lower OSVersion and grant the
    activation anyway. This ticket can be applied on any system. These
    tickets can either be Downlevel or Lockbox type. MS ideally aren’t
    supposed to grant activation, however they do.

Latest version of MAS is using Universal ticket method. Other ticket
method scripts can be found in this repo MAS-Legacy-Methods

Now a question, can Microsoft block the new requests or revoke
already established HWID license?

  • Revoking the license would be insane and will face many
    complications and risk of voiding valid licenses. However maybe they can
    block the new activation requests coming from Downlevel and Universal
    tickets. But the tools are working from 4-5 years and they don’t seem to
    care much for consumer piracy; That’s not where they get the most money
    from.

Supported Products

Windows 10/11 Generic Retail/OEM/MAK Key
Education YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY
Education N 84NGF-MHBT6-FXBX8-QWJK7-DRR8H
Enterprise XGVPP-NMH47-7TTHJ-W3FW7-8HV2C
Enterprise N 3V6Q6-NQXCX-V8YXR-9QCYV-QPFCT
Enterprise LTSB 2015 FWN7H-PF93Q-4GGP8-M8RF3-MDWWW
Enterprise LTSB 2016 NK96Y-D9CD8-W44CQ-R8YTK-DYJWX
Enterprise LTSC 2019 43TBQ-NH92J-XKTM7-KT3KK-P39PB
Enterprise N LTSB 2015 NTX6B-BRYC2-K6786-F6MVQ-M7V2X
Enterprise N LTSB 2016 2DBW3-N2PJG-MVHW3-G7TDK-9HKR4
Home YTMG3-N6DKC-DKB77-7M9GH-8HVX7
Home N 4CPRK-NM3K3-X6XXQ-RXX86-WXCHW
Home China N2434-X9D7W-8PF6X-8DV9T-8TYMD
Home Single Language BT79Q-G7N6G-PGBYW-4YWX6-6F4BT
IoT Enterprise XQQYW-NFFMW-XJPBH-K8732-CKFFD
IoT Enterprise LTSC 2021 QPM6N-7J2WJ-P88HH-P3YRH-YY74H
IoT Enterprise LTSC Subscription J7NJW-V6KBM-CC8RW-Y29Y4-HQ2MJ
Pro VK7JG-NPHTM-C97JM-9MPGT-3V66T
Pro N 2B87N-8KFHP-DKV6R-Y2C8J-PKCKT
Pro Education 8PTT6-RNW4C-6V7J2-C2D3X-MHBPB
Pro Education N GJTYN-HDMQY-FRR76-HVGC7-QPF8P
Pro for Workstations DXG7C-N36C4-C4HTG-X4T3X-2YV77
Pro N for Workstations WYPNQ-8C467-V2W6J-TX4WX-WT2RQ
S V3WVW-N2PV2-CGWC3-34QGF-VMJ2C
S N NH9J3-68WK7-6FB93-4K3DF-DJ4F6
SE K9VKN-3BGWV-Y624W-MCRMQ-BHDCD
SE N KY7PN-VR6RX-83W6Y-6DDYQ-T6R4W
Team XKCNC-J26Q9-KFHD2-FKTHY-KD72Y

Notes:

  • X86-X64 and ARM64 architecture systems are supported.

  • Any Evaluation version of Windows (i.e. ‘EVAL’ LTSB/C) cannot be
    activated.

  • IoTEnterpriseS (LTSC) 2021 key will be used to activate the
    unsupported EnterpriseS (LTSC) 2021 edition.

  • Windows Server does not support HWID activation.

  • ServerRdsh edition does not officially
    support activation on non-azure systems.


Command line Switches

  • Check here.

Manual Activation

The process here is based on Universal ticket method. Here we will
create identical tickets which are used in MAS HWID script and activate
the system with it.

  • Download file from the below official MS link and extract this
    .cab file.
    https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab

  • Find the file named
    filf8377e82b29deadca67bc4858ed3fba9 and rename it as
    gatherosstate.exe

  • Make a folder named Files in C drive,
    C:Files and copy the gatherosstate.exe file
    in that folder.

  • Make sure the Internet is enabled.

  • Open Windows Powershell as administrator, and enter the following
    listed commands in the sequence in which they are given.

  • Enter the Key, (Replace <key> with the key
    from the above list) with the following command

slmgr /ipk <key>

  • Copy the below code all at once and enter it in PowerShell to modify
    the gatherosstate.exe file.
$bytes  = [System.IO.File]::ReadAllBytes("C:Filesgatherosstate.exe")
$bytes[320] = 0xf8
$bytes[321] = 0xfb
$bytes[322] = 0x05
$bytes[324] = 0x03
$bytes[13672] = 0x25
$bytes[13674] = 0x73
$bytes[13676] = 0x3b
$bytes[13678] = 0x00
$bytes[13680] = 0x00
$bytes[13682] = 0x00
$bytes[13684] = 0x00
$bytes[32748] = 0xe9
$bytes[32749] = 0x9e
$bytes[32750] = 0x00
$bytes[32751] = 0x00
$bytes[32752] = 0x00
$bytes[32894] = 0x8b
$bytes[32895] = 0x44
$bytes[32897] = 0x64
$bytes[32898] = 0x85
$bytes[32899] = 0xc0
$bytes[32900] = 0x0f
$bytes[32901] = 0x85
$bytes[32902] = 0x1c
$bytes[32903] = 0x02
$bytes[32904] = 0x00
$bytes[32906] = 0xe9
$bytes[32907] = 0x3c
$bytes[32908] = 0x01
$bytes[32909] = 0x00
$bytes[32910] = 0x00
$bytes[32911] = 0x85
$bytes[32912] = 0xdb
$bytes[32913] = 0x75
$bytes[32914] = 0xeb
$bytes[32915] = 0xe9
$bytes[32916] = 0x69
$bytes[32917] = 0xff
$bytes[32918] = 0xff
$bytes[32919] = 0xff
$bytes[33094] = 0xe9
$bytes[33095] = 0x80
$bytes[33096] = 0x00
$bytes[33097] = 0x00
$bytes[33098] = 0x00
$bytes[33449] = 0x64
$bytes[33576] = 0x8d
$bytes[33577] = 0x54
$bytes[33579] = 0x24
$bytes[33580] = 0xe9
$bytes[33581] = 0x55
$bytes[33582] = 0x01
$bytes[33583] = 0x00
$bytes[33584] = 0x00
$bytes[33978] = 0xc3
$bytes[34189] = 0x59
$bytes[34190] = 0xeb
$bytes[34191] = 0x28
$bytes[34238] = 0xe9
$bytes[34239] = 0x4f
$bytes[34240] = 0x00
$bytes[34241] = 0x00
$bytes[34242] = 0x00
$bytes[34346] = 0x24
$bytes[34376] = 0xeb
$bytes[34377] = 0x63
[System.IO.File]::WriteAllBytes("C:Filesgatherosstatemodified.exe", $bytes)
  • Now right click on the file gatherosstatemodified.exe
    and goto properties and set the compatibility to Windows XP SP3.
  • Now we need to generate the ticket, to do that, enter the below
    command.
$value = (Get-ItemProperty HKLM:SYSTEMCurrentControlSetControlProductOptions).OSProductPfn

C:Filesgatherosstatemodified.exe /c Pfn=$value`;DownlevelGenuineState=1
  • A GenuineTicket.xml file should be created in the folder
    C:Files now let’s apply it.

clipup -v -o -altto C:Files

  • Activate Windows with the following command:

slmgr /ato

  • Check Activation Status with the following command:

slmgr /xpr

  • Done.

Notes:

  • If the system is already activated then created ticket will be a
    Lockbox ticket and if not then it will be a Downlevel ticket.

  • To make the exact ticket used in MAS HWID script, make sure
    system is already activated and fix the time with below Powershell
    command and then initiate the ticket generation process as per above
    mentioned steps.
    $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}


Setup Preactivate

  • Check the Extract OEM option in the MAS Extras
    section if you want pre-activated Windows installation.

  • Further, read here.


Troubleshooting

  • Reach out to us on Discord (signup not required)
    with an error screenshot.

Понравилась статья? Поделить с друзьями:
  • Hw tiny attiny88 драйвер для windows
  • Hw info скачать на русском для windows 10 с официального сайта
  • Hurtworld не запускается на windows 10
  • Hurex sq 17 драйвер для windows
  • Human interface device access windows 10