From bb82ea3e65ce76bd4e7f4bdff67455fdfaf11a8d Mon Sep 17 00:00:00 2001 From: DESKTOP-RBH716R\Admin Date: Wed, 10 Aug 2022 22:31:29 +0530 Subject: Checked with Grammarly --- _site/hwid.html | 84 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 43 deletions(-) (limited to '_site/hwid.html') diff --git a/_site/hwid.html b/_site/hwid.html index 8fb5d5c..636d81e 100644 --- a/_site/hwid.html +++ b/_site/hwid.html @@ -411,15 +411,16 @@ 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 license is found -in their database, 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, the 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 +
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 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 in this page) to +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.
In the official upgrade process from Windows 7 to Windows 10, -Microsoft provides a HWID (digital license) activation for Windows 10 +Microsoft provides an HWID (digital license) activation for Windows 10 without any cost.
In background, the upgrade process runs a file names +
In the background, the upgrade process runs a file named
gatherosstate.exe and it checks the license of current
-Windows and if found activated, it generates a valid GenuineTicket.xml
-which is sent to Microsoft and in return, MS authorize a
-license.
So if we just convince the gatherosstate.exe file
-that system is activated 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
+that the system is activated 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.
Now question, can Microsoft differentiate counterfeit tickets and +
Now a question, can Microsoft differentiate counterfeit tickets and block the license?
Windows Server does not support HWID activation.
ServerRdsh edition does not officially -support activation on non-azure systems. However on all builds except in -range of 22000 will activate Windows but it won’t be HWID activation, -means on system reinstall, it won’t auto activate.
Downlevel = downlevelGTkey
Lockbox = clientLockboxKey
Downlevel Method: It creates downlevelGTkey ticket for activation -with simplest process.
LockBox Method: It creates clientLockboxKey ticket which better +
Downlevel Method: It creates a downlevelGTkey ticket for +activation with the simplest process.
LockBox Method: It creates a clientLockboxKey ticket which better mimics genuine activation, But requires more steps such as,
Cleaning ClipSVC licenses
Notes:
We don’t suggest to run Lockbox method on a production system. -Hence by default script will choose Downlevel method and won’t show you -the option to select Lockbox method. However if you want, you can apply -it through command line switches.
We don’t suggest running the Lockbox method on a production +system. Hence by default script will choose the Downlevel method and +won’t show you the option to select the Lockbox method. However, if you +want, you can apply it through command line switches.
Microsoft accepts both types of tickets and that’s unlikely to change.
This is applicable only in separate files version.
If any parameter is used then script will automatically run in -unattended mode.
To activate with Downlevel method (default),
This is applicable only in separate files versions.
If any parameter is used then the script will automatically run +in unattended mode.
To activate with the Downlevel method (default),
"HWID_Activation.cmd" /a
"HWID_Activation.cmd" /g
Besides plain batch script, HWID activation requires the use of -official gatherosstate.exe (x86) file.
+Besides the plain batch script, HWID activation requires the use of +the official gatherosstate.exe (x86) file.
File: gatherosstate.exe
SHA-1: FABB5A0FC1E6A372219711152291339AF36ED0B5
Check Extract OEM option in the MAS Extras section
-if you want pre-activated Windows installation.
Further read Check the Extract OEM option in the MAS Extras
+section if you want pre-activated Windows installation.
Further, read here.