mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-11-23 15:00:54 +07:00
Add firewall/proxy reset info in troubleshooting
This commit is contained in:
parent
6f08d00286
commit
6f24e1a647
@ -1,7 +1,7 @@
|
|||||||
# Licensing Servers Issue
|
# Licensing Servers Issue
|
||||||
|
|
||||||
- In some cases, **HWID activation** may fail because the system couldn't connect to HWID licensing servers.
|
In some cases, **HWID activation** may fail because the system couldn't connect to HWID licensing servers. The activation script will inform you about this if that is the case.
|
||||||
- The activation script will inform you about this if that is the case. We suggest following the below guide only when the script tells you to do so.
|
We suggest following the below guide only when the script tells you to do so.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -13,11 +13,23 @@
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## VPN
|
## Firewall / Proxy Reset
|
||||||
|
|
||||||
- Download [Windscribe VPN](https://windscribe.com/download/) for Windows and install.
|
- Open Powershell as admin and enter below commands,
|
||||||
- It will require you to signup, you can do that without email ID. After that, login in the app, connect, and try HWID activation.
|
|
||||||
- If the VPN is not connecting, use another Internet connection such as your Mobile phone through USB Tethering or Wi-Fi Hotspot, and try HWID activation.
|
```
|
||||||
- If HWID activation is still not working then check [here](troubleshoot.md) for help.
|
netsh int ip reset
|
||||||
|
netsh winsock reset
|
||||||
|
netsh advfirewall reset
|
||||||
|
netsh winhttp reset proxy
|
||||||
|
bitsadmin /util /setieproxy localsystem NO_PROXY RESET
|
||||||
|
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings" -Name ProxyEnable -Type DWord -Value 0
|
||||||
|
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings" -Name ProxyServer -Type String -Value ""
|
||||||
|
ipconfig /flushdns
|
||||||
|
```
|
||||||
|
|
||||||
|
- Restart your system and try HWID Activation.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- If HWID activation is still not working then check [here](troubleshoot.md) for help.
|
||||||
|
Loading…
Reference in New Issue
Block a user