Home > Article > Operation and Maintenance > What to do if the webpage cannot be opened in Windows 10 system
First open the command prompt as an administrator
Then enter the command:
netsh int tcp set heuristics disabled
Press Enter to execute Then enter the command:
netsh int tcp set global autotuninglevel=disabled
After running, continue to enter the command:
netsh int tcp set global rss=enabled
Or directly run the following command to reset all network settings
netsh winsock reset
Recommended tutorial: windows tutorial
The above is the detailed content of What to do if the webpage cannot be opened in Windows 10 system. For more information, please follow other related articles on the PHP Chinese website!