> For the complete documentation index, see [llms.txt](https://book.ice-wzl.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ice-wzl.xyz/windows-priv-esc/netsh.md).

# netsh

#### Capture

```cmd
netsh trace start capture=yes tracefile=C:\Users\Administrator\Documents\cap.etl
```

#### Stop

```cmd
netsh trace stop
```

#### Convert to PCAP

* <https://github.com/microsoft/etl2pcapng>

```cmd
etl2pcapng.exe in.etl out.pcapng
```
