Of course, in order to do the following, you must login to the administrator account or have administrator privileges. Click the Start button, enter CMD in the search box, enter the command Prompt box, copy and paste the following command into the Command box, and press ENTER to execute.
The following is the command line to perform the uninstall IE9:
forfiles/p%windir%servicingpackages/m microsoft-windows-internetexplorer-*9.*.mum/c "cmd/c Echo Uninstalling Package @fname && start/w pkgmgr/up: @fname/quiet/norestart
The following is the command line to perform the uninstall IE10:
forfiles/p%windir%servicingpackages/m microsoft-windows-internetexplorer-*10.*.mum/c "cmd/c Echo Uninstalling Package @fname && start/w pkgmgr/up: @fname/quiet/norestart
The following is the command line to perform the uninstall IE11:
forfiles/p%windir%servicingpackages/m microsoft-windows-internetexplorer-*11.*.mum/c "cmd/c Echo Uninstalling Package @fname && start/w pkgmgr/up: @fname/quiet/norestart
The above is uninstall IE browser various versions of the coup, once the command has been completed, must restart the computer. In fact, IE11 is now a great browser, even if you do not like to use, Xiao Bian is not very recommended to delete him, because perhaps one day you download the browser has a problem, and IE11 can help you, of course, this tutorial is just to teach everyone uninstall method, hope to help everyone.