Three solutions that IE can't use under Win10

  

Sometimes some friends may get used to it or because some special needs are inseparable from IE browser. In Win10, sometimes you may encounter problems that IE can't use normally. At this time, you can try to refer to the methods provided by Microsoft Help and Support. Solved, a total of three programs.

Scenario 1:

Reset Winsock Directory:

1, press Win+X, open "Command Prompt (Administrator)"

2. Enter the command netsh winsock reset and click Enter.

Scenario 2:

First open the Internet option, switch to the "Connections" tab:

Click on the LAN settings in the lower right corner, as shown below Show:

Uncheck all options, then press the following operation:

1. Run CMD as administrator, first type the command: netsh, press Enter to run;

2, after the key command: winhttp, enter to confirm the operation;

3, finally type the command: import proxysource=ie, press the Enter key to run;

4. Through the above steps, you can reset the browser's port settings.

Scenario 3:

Use the command to create a new local administrator account and then log back in to the computer to try.

Enter PowerShell in the taskbar search box, right click on the search results and select "Run as administrator". Enter the following command in PowerShell:

$user = 'splitpersonality'

net user /add $user

net localgroup Administrators /add $user

Enter to run, then use the new account to log in to the system to see if it is normal.

Copyright © Windows knowledge All Rights Reserved