emptygif
Sprache: Deutsch

Alle Sprachen und Frameworks

Windows cmd (certutil) Batch

Ein Batch-Snippet für Windows cmd (certutil), das Anfragen an /pixel.gif mit dem leeren GIF beantwortet, das einmal beim Start dekodiert wird.

Windows cmd (certutil) Batch

Datei
pixel.cmd
echo R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==> pixel.b64
certutil -f -decode pixel.b64 pixel.gif
del pixel.b64

Mit der aktuellen Dokumentation des Frameworks abgeglichen.

Offizielle Website: Windows cmd (certutil)