Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-08-12 13:55
Flavor·PCRE (Legacy)

/
(.*(Microsoft-Windows-InternetExplorer-).*(11\.).*(\.mum))$
/
Open regex in editor

Description

This regex can be used to find all of the packages (.mum) files in the WINDIR%\servicing\Packages directory. I used it to remove the update packages from Winodws 7

pkgmgr /up:"filename" /norestart /quiet

Submitted by Pressanykey