From 14b71bc223d79adba8262727867f34d45efeffb3 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Mon, 25 Sep 2023 19:15:25 +0530 Subject: 1.9 --- _site/licensing-servers-issue.html | 44 ++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 19 deletions(-) (limited to '_site/licensing-servers-issue.html') diff --git a/_site/licensing-servers-issue.html b/_site/licensing-servers-issue.html index 9db33ea..d36d92a 100644 --- a/_site/licensing-servers-issue.html +++ b/_site/licensing-servers-issue.html @@ -339,6 +339,9 @@ div.tocify {
  • HWID Activation
  • +
  • + Ohook Activation +
  • KMS38 Activation
  • @@ -360,9 +363,6 @@ div.tocify {
  • Change Edition
  • -
  • - Install HWID Key -
  • Bypass Russian Geoblock @@ -417,18 +417,30 @@ 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.

  • +find 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, +If you are not in China then first try Network Reset +option and if that doesn’t work then 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.


  • +
    +

    Network Reset

    + +
    +

    Fix DNS


    VPN


    @@ -471,22 +485,14 @@ failing to resolve MS licensing servers.

    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 +Add-Content -Path $filePath -Value "124.108.22.138 licensing.mp.microsoft.com"

    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
    +Set-Content -Path $filePath -Value (Get-Content $filePath | ForEach-Object { $_ -replace "124.108.22.138 licensing.mp.microsoft.com", "" })
    -- cgit v1.2.3