/build/static/layout/Breadcrumb_cap_w.png

IE11 silent uninstall

Can someone help me to uninstall IE11 silently please?

Tried with the command linewusa.exe /uninstall /kb:2841134 /quiet  doesnt show consistent behavior everytime. 

And another command line, 

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

This command pop-up's error messages thrice, saying access denied; even though i have admin permissions on that machine.

Kindly someone help me.


1 Comment   [ + ] Show comment
  • This worked for me :

    @ECHO OFF

    cls

    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" - akilpatrick 10 years ago

Answers (5)

Answer Summary:
Posted by: egiberne 10 years ago
Second Degree Brown Belt
5

Hello,

You can try this command line :

cmd /c FORFILES /P %WINDIR%\servicing\Packages /M *11.*.mum /C "cmd /c echo @fname && start /w pkgmgr /up:@fname /quiet /norestart"
 
or this one
 
dism/online/Disable-Feature/FeatureName:Internet-Explorer-Optional-amd64
 
 
 
I have already use the first for IE10 in a custom action to remove Internet Explorer 10. I have just change the "10" by "11", try it quickly this morning on my laptop. It seems to be good, let me know .  The last should work for IE10 but i never test it for IE11.
I hope this help you to.

Comments:
  • Does this remove 32 and 64 bit versions of IE11? Will I need to push a taskill script first to make sure IE isn't running or will it close automatically?

    **Edit - I've ran both scripts on 2 different machines (they seem to do *something* but not sure what..) and after a reboot, both still are showing IE 11 (x64 and x32) - anonymous_94669 10 years ago
Posted by: jsunderman 10 years ago
Second Degree Blue Belt
0

I know of a script that can uninstall silently if the machine is updated via WSUS. I'm assuming this isn't the case but if it is please let me know and I can share more info with you.

Posted by: sushma235995 10 years ago
Senior Purple Belt
0

Hello jsunderman,

Thanks for your reply. My machine doesnt not updated via WSUS. Still you can share the information which would help me in troubleshooting.

Thanks

Posted by: sushma235995 10 years ago
Senior Purple Belt
0

Hello egiberne,

Thanks for your reply. 

Tried with the first command, it didnt execute. Gives invalid arguments error.


Comments:
  • This error means, space missing between letter ... i type the command again - egiberne 10 years ago
Posted by: sushma235995 10 years ago
Senior Purple Belt
0

Hello egiberne,

Even the second command failed with error:0x800f080c, Feature name Internet-Explorer-Optional-amd64 is unknown.

Command -dism /online /Disable-Feature /FeatureName:Internet-Explorer-Optional-amd64

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ