From 4845932d784c2b1e384b6d0f215ac874d5d70a94 Mon Sep 17 00:00:00 2001 From: DESKTOP-AJSJJMA\Admin Date: Thu, 16 Mar 2023 11:09:16 -0700 Subject: 1.8 --- _site/licensing-servers-issue.html | 1123 ++++++++++++++++++------------------ 1 file changed, 561 insertions(+), 562 deletions(-) (limited to '_site/licensing-servers-issue.html') diff --git a/_site/licensing-servers-issue.html b/_site/licensing-servers-issue.html index 43cd656..38911fa 100644 --- a/_site/licensing-servers-issue.html +++ b/_site/licensing-servers-issue.html @@ -1,562 +1,561 @@ - - - - - - - - - - - - - -licensing-servers-issue - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
-
-
-
- -
- - - - - - - - - -
-

Licensing Servers Issue

-
-
    -
  • In some cases, HWID activation may fail because system couldn’t -connect to HWID licensing servers.

  • -
  • Activation script will inform you about this if that is the -case.

  • -
  • This may happen mostly either due to DNS or Issues in MS -licensing servers itself or Firewall rules in the system. Below you can -find listed fixes for it.

  • -
  • Which method to choose for the fix?
    -
    -
    If you are located in China then choose Modify Host -File option.
    -If you are not in China then first try Fix DNS option, -and if that doesn’t work then try VPN method.

  • -
  • If you are facing issues then reach out to us on our Discord.

  • -
-
-
-

Fix DNS

-
    -
  • Download the Fix_DNS.zip file from here.

  • -
  • Extract the zip file and right click on Fix_DNS.cmd -file and run it as admin.

  • -
  • Follow onscreen instructions.

  • -
  • Once done, try HWID Activation.

  • -
-
-
-
-

VPN

-
    -
  • You can install either of the below VPN to fix issue if script is -showing failed to connect licensing servers.

  • -
  • Cloudflare WARP - https://1.1.1.1/

  • -
  • Psiphon - https://psiphon.ca/

  • -
  • Once done, try HWID Activation.

  • -
-
-
-
-

Modify Host File

-

Around 8 Feb 2023 in China, MS licensing servers failed to properly -connect and it disrupted many Windows services including activation. -Solution to this issue is to simply hardcode another country’s MS -licensing servers IP in hosts file and Windows will use that for -activation. This method can also be used if for any reason DNS is -failing to resolve MS licensing servers.

-
    -
  • Open Powershell or Terminal as admin (don’t open CMD).

  • -
  • Copy paste below lines and press enter,

  • -
- -
$filePath = "C:\Windows\System32\drivers\etc\hosts"
-
-Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $false
-
-Set-Content -Path $filePath -Value (Get-Content $filePath | ForEach-Object { $_ -replace "124.108.22.138 licensing.mp.microsoft.com", "" })
-
-Add-Content -Path $filePath -Value "124.108.22.138 licensing.mp.microsoft.com"
-
-Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $true
-
    -
  • Done. Now try HWID Activation.
  • -
-

To restore it, run below commands.

-
$filePath = "C:\Windows\System32\drivers\etc\hosts"
-
-Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $false
-
-Set-Content -Path $filePath -Value (Get-Content $filePath | ForEach-Object { $_ -replace "124.108.22.138 licensing.mp.microsoft.com", "" })
-
-Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $true
-
-
-
- - - - -
-
- -
- - - - - - - - - - - - - - - - + + + + + + + + + + + + + +Licensing Servers Issue + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + + + +
+

Licensing Servers Issue

+
+
    +
  • In some cases, HWID activation may fail because +system couldn’t connect to HWID licensing servers.

  • +
  • Activation script will inform you about this if that is the case. +We suggest to follow the below guide only when the script tells you to +do it. If you are unsure, you can take the help from here.

  • +
  • This may happen mostly either due to DNS or Issues in MS +licensing servers itself or Firewall rules in the system. Below you can +find listed fixes for it.

  • +
  • Which method to choose for the fix?
    +
    +
    If you are located in China then choose Modify Host +File option.
    +If you are not in China then first try Fix DNS option, +and if that doesn’t work then try VPN method or try +another Internet connection.

  • +
  • If you are still facing issues then check here.

  • +
+
+
+

Fix DNS

+
    +
  • Download the Fix_DNS.zip file from here.

  • +
  • Extract the zip file and right click on Fix_DNS.cmd +file and run it as admin.

  • +
  • Follow onscreen instructions.

  • +
  • Once done, try HWID Activation.

  • +
+
+
+
+

VPN

+
    +
  • You can install either of the below VPN to fix issue if script is +showing failed to connect licensing servers.

  • +
  • Cloudflare WARP - https://1.1.1.1/

  • +
  • Psiphon - https://psiphon.ca/

  • +
  • Once done, try HWID Activation.

  • +
+
+
+
+

Modify Host File

+

Around 8 Feb 2023 in China, MS licensing servers failed to properly +connect and it disrupted many Windows services including activation. +Solution to this issue is to simply hardcode another country’s MS +licensing servers IP in hosts file and Windows will use that for +activation. This method can also be used if for any reason DNS is +failing to resolve MS licensing servers.

+
    +
  • Open Powershell or Terminal as admin (don’t open CMD).

  • +
  • Copy paste below lines and press enter,

  • +
+ +
$filePath = "C:\Windows\System32\drivers\etc\hosts"
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $false
+
+Set-Content -Path $filePath -Value (Get-Content $filePath | ForEach-Object { $_ -replace "124.108.22.138 licensing.mp.microsoft.com", "" })
+
+Add-Content -Path $filePath -Value "124.108.22.138 licensing.mp.microsoft.com"
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $true
+
    +
  • Done. Now try HWID Activation.
  • +
+

To restore it, run below commands.

+
$filePath = "C:\Windows\System32\drivers\etc\hosts"
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $false
+
+Set-Content -Path $filePath -Value (Get-Content $filePath | ForEach-Object { $_ -replace "124.108.22.138 licensing.mp.microsoft.com", "" })
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $true
+
+
+
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + -- cgit v1.2.3