Skip to content

Instantly share code, notes, and snippets.

@predictiple
Created April 26, 2019 10:28
Show Gist options
  • Save predictiple/e7c0ffe3a64d547f7d516f28dd026551 to your computer and use it in GitHub Desktop.
Save predictiple/e7c0ffe3a64d547f7d516f28dd026551 to your computer and use it in GitHub Desktop.
/(?!(^windows|^[$]windows.*|^users|^intel|^dell|^esd|^msocache|^drivers|^recovery|^program.+|^pastel.*)).+
/windows/(?!(^assembly|^boot|^branding|^ccm.*|^csc|^cursors|^debug|^diagnostics|^ehome|^en-.*|^fonts|^globalization|^help|^ime|^inf|^installer|^l2schemas|^media|^microsoft.+|^migration|^performance|^pla|^policydefinitions|^rescache|^resources|^schemas|^servicing|^softwaredistribution|^speech|^system32|^twain_32|^web|^winsxs|^syswow64|^sxsback)).*
/windows/system32/(?!(^boot|^backupfiles|^catroot|^dism|^driverstore|^en-us|^ime|^migwiz|^manifeststore|^oobe|^speech|^spool|^spp|^wbem|^wdi|^drivers|^softwaredistribution)).*
/users/.+/(?!(appdata|desktop)).*
/users/.+/desktop/(?!stik)/(?!(bally)).*
/users/.+/appdata/.+/(?!(^temp|^packages|^microsoft|^google|^mozilla|^grouppolicy|^adobe|^apple)).*
/users/.+/appdata/.+/microsoft/.+/(?!(^inetcache|^temporary|^notifications|^tiles)).*
/users/.+/appdata/.+/google/.+/.+/.+/(?!(^extensions|^storage|^cache)).*
/users/.+/appdata/.+/mozilla/.+/.+/(?!(^.+default)).*
/program.+/(?!(^common.+|^windows.+|^adobe|^microsoft|^java)).*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment