Added some notes to print.exe

I added some notes to print.exe to help clarify common trouble spots.
master
redknight99 2018-04-19 23:50:27 -07:00 committed by GitHub
parent 735c36fd9a
commit ad5435ac69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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
```