Hello!
So I have to do a script where my Power Point Presentations run automatically with Power Point Viewer (I figured how it works with Power Point, but I need or want to do what my boss wants me to do).
The problem is that my presentation is running but I don't know how to run it automatically in fullscreen. I did a lot of researching but every method I used just didn't work. (I'm also new to scripting. I just started learning it yesterday)
Set objPPT = WScript.CreateObject( "WScript.Shell")
objPPT.Run ("""C:\User\Here\Name.pptx")
This is what I got so far.. Not much but there is not really more that needs to happen for me except for that fullscreen thing.
(I set the file to open up with Powerpoint Viewer as the standard application)
Thank you very much for your answers!