Capture a Network Trace without installing anything Leave a replyUsing netsh 🙂 netsh trace start persistent=yes capture=yes tracefile=c:tempnettrace-boot.etl netsh trace stop123netsh trace start persistent=yes capture=yes tracefile=c:tempnettrace-boot.etl netsh trace stop