From 7d2157fb8d5989d3195083551dc8c5ce4c042714 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 27 Oct 2023 02:06:23 +0530 Subject: Grammar fixes from Lyssa --- _site/licensing-servers-issue.html | 66 +++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to '_site/licensing-servers-issue.html') diff --git a/_site/licensing-servers-issue.html b/_site/licensing-servers-issue.html index d36d92a..39536ce 100644 --- a/_site/licensing-servers-issue.html +++ b/_site/licensing-servers-issue.html @@ -410,33 +410,33 @@ div.tocify {

Network Reset


@@ -446,11 +446,11 @@ option.


@@ -461,24 +461,24 @@ file and run it as admin.

https://download.sp.f-secure.com/freedome/installer/2/Freedome.exe

-
  • Once done connect to USA servers and then try HWID +

  • Once done, connect to USA servers and then try HWID Activation.

  • -
  • If it’s showing same Internet error then check

    If it’s showing the same internet error, check here.


  • 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.

    +

    Around February 8, 2023, in China, MS licensing servers failed to +properly connect, disrupting many Windows services, including +activation. The 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.

    $filePath = "C:\Windows\System32\drivers\etc\hosts"
    @@ -489,7 +489,7 @@ Add-Content -Path $filePath -Value "124.108.22.138 licensing.mp.microsoft.c
     
    • Done. Now try HWID Activation.
    -

    To restore it, run below commands.

    +

    To restore it, run the commands below.

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