This is an old revision of the document!


trace with netsh

netsh trace start capture=yes IPv4.Address=<ip> tracefile=<filepath>\<filename> 

You can make it persistent, e.g. if you want to capture the boot:

netsh trace start persistent=yes capture=yes tracefile=c:\trace.log

To stop enter

netsh trace stop