Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Playing Powerpoint Presentation

I have about 60 clients that I manage with ARD. I would like to be able to play a PPT presentation from the server on all 60 clients.

How would I go about doing this using ARD. Any help would be greatly appreciated.

Mac OS X (10.5.6)

Posted on Feb 17, 2009 9:50 AM

Reply
7 replies
Sort By: 

Feb 18, 2009 6:36 AM in response to dyrrachium

Send the following as a UNIX command:

osascript <<EOF
tell application "System Events"
keystroke "<username>"
keystroke tab
delay 0.5
keystroke "<password>"
delay 0.5
keystroke return
keystroke return
end tell
EOF

Depending on the OS version of the client, the duplicated "keystroke return" may or may not be necessary. This also only works if the client is set to display the login screen as name and password fields.

Regards.
Reply

Feb 19, 2009 6:58 AM in response to dyrrachium

There's no way via ARD unless there's a UNIX command that would disable the USB ports. I don't know if the "kiosk" option in the Slide Show settings in PowerPoint would lock off the keyboard and mouse or not. That might be a question to ask in Microsoft's own forums.
Reply

Playing Powerpoint Presentation

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.