Windows cmd (certutil) Batch
A Batch snippet for Windows cmd (certutil) that answers requests for /pixel.gif with the empty GIF, decoded once at startup.
Windows cmd (certutil) Batch
echo R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==> pixel.b64
certutil -f -decode pixel.b64 pixel.gif
del pixel.b64
Checked against the framework's current documentation.