From f16c5dbfd79b907b5c90edf254b609fbf35d3402 Mon Sep 17 00:00:00 2001 From: efrick Date: Thu, 2 Mar 2023 15:59:26 -0500 Subject: [PATCH] Add 'ListPrinters.md' --- ListPrinters.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ListPrinters.md diff --git a/ListPrinters.md b/ListPrinters.md new file mode 100644 index 0000000..4356f2c --- /dev/null +++ b/ListPrinters.md @@ -0,0 +1,5 @@ +# List Printers CMD + +```shell +wmic printer list brief +``` \ No newline at end of file