Word Word "auto print"

Joined
Mar 17, 2017
Messages
1
Reaction score
0
Does anyone know.............is there a way to automatically print the same word file everyday? I want to print a to do list for my kids and have it there even if I am not around to print it. It could be an app or something other than Word. Thanks!
 
Welcome to the forum! :)

Is it the same list each day? Do the kids have smart phones / tablets or are they too young?
 
You could add a task like this to Task Scheduler and get it to run each day:

Code:
WINWORD.EXE document.docx /mFilePrintDefault /mFileExit /q /n

That should load word and print your file on the default printer, without any prompts. :)
 
Back
Top