Skip to content

Instantly share code, notes, and snippets.

@mindprint
Created November 19, 2014 10:29
Show Gist options
  • Save mindprint/5a44c303581f36973724 to your computer and use it in GitHub Desktop.
Save mindprint/5a44c303581f36973724 to your computer and use it in GitHub Desktop.
Uninstall IE10
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment