Here is a way to do this using COM ...

Code:

Break On

$FILENAME = "e:\Presentation1.ppt"

$PowerPoint = CreateObject("Powerpoint.Application")

$Presentation = $PowerPoint.Presentations.Open($FILENAME,,,0)

$= $Presentation.SlideShowSettings.Run

Exit 0