How to delete IE browser Win10? Win10 uses the command line to uninstall IE browser method

  

IE browser is a web browser that comes with Microsoft, but many users do not like IE browser, in order not to take up memory, many users want to uninstall IE browsing Device. Since Win10 is a new system, many users are not familiar with the operation, so I don't know how to uninstall IE. The following small series will share with you Win10 using the command line to uninstall IE browser, but IE browser has multiple versions, so the command line is not the same, let's take a look.

To do the following:

Note: In order to carry out the following actions, you must be logged account administrator or have administrator privileges.

1, press the shortcut key Win + R key on the keyboard, open the operating window, enter cmd, enter the command prompt box;


2, the following command Copy and paste it into the command box and press Enter to execute.

(1) The following is the command line to uninstall IE9:

FORFILES /P %WINDIR%\\servicing\\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

(2) The following is the command line to uninstall IE10:

FORFILES /P %WINDIR%\\servicing\\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

(3) The following is the command line to uninstall IE11:

FORFILES /P %WINDIR%\\servicing\\Packages /M Microsoft-Windows-InternetExplorer-*11.* .mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

Once the command is executed, the computer must be restarted.

About Win10 using the command line to uninstall IE browser skills, Xiaobian will share this for everyone, do not like IE browser partners, you can try the above method to uninstall Oh!

Copyright © Windows knowledge All Rights Reserved