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