Skip to content

Instantly share code, notes, and snippets.

@m8urnett
Created June 30, 2021 17:20
Show Gist options
  • Save m8urnett/6d9a392b90d2149402ed85d636ef012c to your computer and use it in GitHub Desktop.
Save m8urnett/6d9a392b90d2149402ed85d636ef012c to your computer and use it in GitHub Desktop.
Spooler Filter
c:\netsh
netsh>rpc
netsh rpc>filter
netsh rpc filter add rule layer=um actiontype=block
netsh rpc filter add condition field=if_uuid matchtype=equal data=12345678-1234-abcd-ef00-0123456789ab
netsh rpc filter>add filter
netsh rpc filter>quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment