Fiddler no capture on startup
fiddler
Solution
Use the command line argument:
`fiddler.exe -noattach`
or, click Tools > Options… > Connections and untick "Act as system proxy on startup" if you never want Fiddler to start attached.
Problem
How can i make fiddler not automatically start capturing traffic on startup? Thanks