From ad5435ac693b25a459d4ba2c8a73e8079d64967e Mon Sep 17 00:00:00 2001 From: redknight99 Date: Thu, 19 Apr 2018 23:50:27 -0700 Subject: [PATCH] Added some notes to print.exe I added some notes to print.exe to help clarify common trouble spots. --- OSBinaries/Print.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OSBinaries/Print.md b/OSBinaries/Print.md index 8c1bcd5..77b6285 100644 --- a/OSBinaries/Print.md +++ b/OSBinaries/Print.md @@ -27,7 +27,11 @@ c:\windows\sysWOW64\print.exe ``` Notes: - +Please note for example three: The oufolder needs to exist and the outfile.exe can't exist. Additionally webclient needs to be running +``` +(from an administrator prompt) +net start webclient && print /D:c:\outfolder\outfile.exe \\live.sysinternals.com\tools\adexplorer.exe && net stop webclient +```