Last active
July 15, 2017 23:54
-
-
Save dovidezra/91e3f96d46ddf59f2c89c01bebfa56a1 to your computer and use it in GitHub Desktop.
Fix ERR_EMPTY_RESPONSE by using CMD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Go to START MENU | |
Go to RUN | |
Type CMD | |
Run below 6 commands one by one. Copy and paste them one by one into CMD and click ENTER after adding each. | |
(In CMD, you just have to click with your right mouse button to paste) | |
ipconfig /release | |
ipconfig /all | |
ipconfig /flushdns | |
ipconfig /renew | |
netsh int ip set dns | |
netsh winsock reset | |
NOTE: Restart your PC immediately after running the 6 commands. Reboot your system is necessary. | |
So Restart your PC and then try to open any webpage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment