Para desinstalar IExplorer por comando es necesario los siguientes requisitos:
- Ejecutar la consola CMD en modo administrador
- Cerrar todas las ventanas de IE
- Luego ingresar el código de uninstall que necesita
- Para finalizar reiniciar el equipo.
Uninstall IE-11
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"
Uninstall IE-10
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"
Uninstall IE-9
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"
0 Comentarios