Home > Article > Computer Tutorials > What should I do if I don't have access rights to both ipv4 and ipv6 in Win10?
Have you ever encountered a situation where you are connected to the Internet but unable to access the Internet? The cause may be blocked IPv4 and IPv6 access. For this problem, PHP editor Xiaoxin will introduce in detail the solution under Win10 system. The following content will guide you step by step to solve this problem and restore a smooth Internet experience.
Solution:
Method 1:
1. Use the "win+R" shortcut key to start running, enter "gpedit.msc", and press Enter to check in.
2. After entering the Local Group Policy Editor, click the "Computer Configuration - Administrative Templates - System - Internet Communication Management - Internet Communication Settings" option in the left column.
3. Then find "Turn off Windows Update (Update) device driver search" on the right and double-click to open it.
4. Then in the window that opens, check "Enabled" in the upper left corner, and finally click "OK" and restart the computer.
Method 2:
1. Use the "win+R" shortcut key to open the run dialog box, enter "cmd", and click "OK" to open it.
2. After entering the command prompt window, enter "netsh winsock reset catalog" and press Enter to execute.
3. Then enter the "netsh int ip reset reset.log" command and press Enter to execute.
The above is the detailed content of What should I do if I don't have access rights to both ipv4 and ipv6 in Win10?. For more information, please follow other related articles on the PHP Chinese website!