Scripting To Run a File At Startup In Powershell

Joined
Apr 10, 2017
Messages
815
Looking to do a pretty basic script that does the following:

  1. Looks at a specific folder on a specific drive and gets a file.
  2. Copies said file to the documents folder.
  3. Runs that file.

Specifically I'm looking to copy a PowerPoint presentation over and have it start. The goal is so I can dump a daily presentation onto a share at night, have a bunch of content players get the file, copy it local, and then run it. I'm going to dump the script in startup so this kicks off after reboots as well.
 
Windows Task Scheduler set to run powershell script at logon/boot/whatever?
 
Back
Top