How to clear the state of Windows filtering platform?

0

To troubleshoot firewall I use:

netsh wfp show state

this generates xml file for all the dropped packets and firewall state.

the problem is that this file is 13 MB, and it keeps growing each time I run the command.

is there an option to clear the sate of WFP? maybe I should disable something somewhere, but what?

I have only enabled auditing for dropped packets, and my firewall isn't dropping that much, so this xml file should not be that big.

btw. I did try to disable auditing dropped packets, but this will only prevent adding this info to firewall state, but the file is still huge, and full of old data.

metablaster

Posted 2019-12-19T14:38:41.290

Reputation: 101

No answers