From c88de407564f268e194c5e243812a90e025eabfb Mon Sep 17 00:00:00 2001 From: DESKTOP-V026VQF\Home Date: Tue, 21 Feb 2023 21:19:40 +0530 Subject: update --- .Rhistory | 1 + _site/licensing-server-issue.html | 562 ------------------------------------- _site/licensing-servers-issue.html | 562 +++++++++++++++++++++++++++++++++++++ licensing-server-issue.md | 76 ----- licensing-servers-issue.md | 76 +++++ 5 files changed, 639 insertions(+), 638 deletions(-) delete mode 100644 _site/licensing-server-issue.html create mode 100644 _site/licensing-servers-issue.html delete mode 100644 licensing-server-issue.md create mode 100644 licensing-servers-issue.md diff --git a/.Rhistory b/.Rhistory index 323c963..69736ee 100644 --- a/.Rhistory +++ b/.Rhistory @@ -19,3 +19,4 @@ rmarkdown::render_site() setwd("~/mas-docs") rmarkdown::render_site() rmarkdown::render_site() +rmarkdown::render_site() diff --git a/_site/licensing-server-issue.html b/_site/licensing-server-issue.html deleted file mode 100644 index 6ec7717..0000000 --- a/_site/licensing-server-issue.html +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - - - - - - -licensing-server-issue - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
-
-
-
- -
- - - - - - - - - -
-

Licensing Server 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
-
-
-
- - - - -
-
- -
- - - - - - - - - - - - - - - - diff --git a/_site/licensing-servers-issue.html b/_site/licensing-servers-issue.html new file mode 100644 index 0000000..43cd656 --- /dev/null +++ b/_site/licensing-servers-issue.html @@ -0,0 +1,562 @@ + + + + + + + + + + + + + +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
+
+
+
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/licensing-server-issue.md b/licensing-server-issue.md deleted file mode 100644 index 88069a5..0000000 --- a/licensing-server-issue.md +++ /dev/null @@ -1,76 +0,0 @@ -# **Licensing Server 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](https://discord.gg/gjJEfq7ux8). - ------------------------------------------------------------------------- - -## Fix DNS - -- Download the `Fix_DNS.zip` file from [here](http://www.box.com/index.php?rm=box_download_shared_file&shared_name=4c66hw8ezuijy5j0trwczy860sf825i7&file_id=f_1146300205040). - -- 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 - - -- Psiphon - - -- 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 - ------------------------------------------------------------------------- diff --git a/licensing-servers-issue.md b/licensing-servers-issue.md new file mode 100644 index 0000000..85ef81b --- /dev/null +++ b/licensing-servers-issue.md @@ -0,0 +1,76 @@ +# **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](https://discord.gg/gjJEfq7ux8). + +------------------------------------------------------------------------ + +## Fix DNS + +- Download the `Fix_DNS.zip` file from [here](http://www.box.com/index.php?rm=box_download_shared_file&shared_name=4c66hw8ezuijy5j0trwczy860sf825i7&file_id=f_1146300205040). + +- 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 - + +- Psiphon - + +- 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