Skip to content

移除 Internet Explorer 9

剛好某次 Internet Explorer 9卡到陰,
移除不能,於是找到的方法
[code]
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart”
[/code]

Published inTool

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *