From 14b71bc223d79adba8262727867f34d45efeffb3 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Mon, 25 Sep 2023 19:15:25 +0530 Subject: 1.9 --- licensing-servers-issue.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'licensing-servers-issue.md') diff --git a/licensing-servers-issue.md b/licensing-servers-issue.md index 076be85..2819280 100644 --- a/licensing-servers-issue.md +++ b/licensing-servers-issue.md @@ -10,17 +10,27 @@ pagetitle: Licensing Servers Issue - 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](troubleshoot.html). -- 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. +- 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 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 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](troubleshoot.html). ------------------------------------------------------------------------ +## Network Reset + +- In Windows 10/11, goto settings and search for Network Reset and apply this option. + +- Restart your system and try HWID Activation. + +- If it's showing same Internet error then apply the Fix DNS option. + +------------------------------------------------------------------------ + ## Fix DNS - Download the `Fix_DNS.zip` file from [here](https://www.box.com/index.php?rm=box_download_shared_file&shared_name=4c66hw8ezuijy5j0trwczy860sf825i7&file_id=f_1146300205040). @@ -31,16 +41,18 @@ pagetitle: Licensing Servers Issue - Once done, try HWID Activation. +- If it's showing same Internet error then try VPN option. + ------------------------------------------------------------------------ ## VPN -- You can install below VPN to fix issue if script is showing failed to connect licensing servers. - -- Freedome VPN\ +- Install Freedome VPN\ -- Once done, try HWID Activation. +- Once done connect to USA servers and then try HWID Activation. + +- If it's showing same Internet error then check [here](troubleshoot.html). ------------------------------------------------------------------------ @@ -59,11 +71,7 @@ $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. @@ -73,11 +81,7 @@ 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