locked
command line uninstall IE10 on W7 RRS feed

  • General discussion

  • Mighty all,

    I know that IE10, which was installed as an optional update via "windows update" can be removed by listing all of the installed updates, right clicking and picking "uninstall".

    My question is: is there a way to do the same via a command?

    Thanks in advance,

    Alex

    Thursday, March 28, 2013 7:29 AM

All replies

  • maybe this thread will help?
    http://social.technet.microsoft.com/Forums/en-US/ieitprocurrentver/thread/7845854f-f0ac-44ed-9fac-9268dbfa09b1/

    I have used this with success for silent uninstall of IE9 on Win7, so I'm guessing that IE10 would likely be similar..


    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

    Thursday, March 28, 2013 10:17 AM
  • Yes, this seems to work. Here's 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"

    Kudos to Don!


    • Edited by Alex_zz Thursday, March 28, 2013 12:13 PM
    Thursday, March 28, 2013 12:13 PM
  • Hi,


    Thanks for sharing. We really appreciate your time and efforts. Hope your experience will help other community members facing similar problems.


    Regards,


    Vincent Wang
    TechNet Community Support

    Friday, March 29, 2013 7:33 AM
  • Hello , You can try it:

    wusa.exe /uninstall /quiet /norestart /KB:2718695




    zdenek.zak@windowslive

    Monday, April 8, 2013 1:32 PM
  • Hello , You can try it:

    wusa.exe /uninstall /quiet /norestart /KB:2718695




    zdenek.zak@windowslive

    As an FYI -- this does not work. wusa.exe comes back with a "This product is not installed" message. Looks like the option detailed by Don works. Re-imaging a computer to make sure it replaces the shell with an IE 9 shell and not just the guts...
    Monday, June 17, 2013 9:06 PM
  • Hello , You can try it:

    wusa.exe /uninstall /quiet /norestart /KB:2718695




    zdenek.zak@windowslive

    As an FYI -- this does not work. wusa.exe comes back with a "This product is not installed" message. Looks like the option detailed by Don works. Re-imaging a computer to make sure it replaces the shell with an IE 9 shell and not just the guts...
    Looks like the script works properly; at least when going back to IE9. Need to test on computers that originally had IE8. In subsequent update scans, IE10 is now in "Option" updates instead of "Important" updates. However, it does re-install as expected.
    Monday, June 17, 2013 10:18 PM
  • Yes, this seems to work. Here's 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"

    Kudos to Don!



    Has anyone else tried this yet? I remember IE9 had similar way to uninstall silently.
    Sunday, November 24, 2013 9:42 AM