Quick Links

You can open PowerPoint from the Windows Command Prompt. Using this method, you can add additional parameters that let you do things like start PowerPoint in Safe Mode for troubleshooting, or start with a specific template.

How to Run PowerPoint with a Command

There are two ways to open PowerPoint from the Command Prompt---one of which you need to know to find out which directory the "powerpnt.exe" file is located in. You can do this manually by digging through File Explorer, or you can use Command Prompt to find it.

First, open a Command Prompt window. You can do this by typing "cmd" in the Windows Search bar (located on the taskbar next to the Windows icon). Press Enter or click the "Command Prompt" application in the search results.

Command Prompt app in search menu

When you first open the Command Prompt, you'll start in your user account folder. From here, you can simply type this command and press Enter to launch PowerPoint:

start powerpnt.exe

start powerpoint command

You can also open PowerPoint from the directory that holds the powerpnt.exe file, but you need to know which directory it's in.

To find the exact location of the powerpnt.exe file, we'll need to go to the Program Files directory by using the cd command. This command changes your current directory in Command Prompt.

Type this command, then press Enter:

cd\"program files"

Command to change directories to Program Files

You'll now be in the Program Files directory. The next step is to locate the directory where the powerpnt.exe file is located. Do so by typing the following command and pressing "Enter."

dir powerpnt.exe /s

Once you enter this command, the Command Prompt will locate the directory for you.

powerpnt.exe file location

Now that you know which directory the powerpnt.exe file is located in, you can use the cd command to open the file path. In this example, you would need to enter the following command:

cd Microsoft Office\root\Office16

Now you should be in the directory where powerpnt.exe is located.

Inside the directory containing powerpnt.exe

All that's left to do now is to type powerpnt, then press Enter. PowerPoint will open in its usual way.

powerpnt.exe file location

However, the whole point of using the command is that you can use the different switches and parameters it offers.

PowerPoint Command Line Switches and Parameters

Here's a list of the command switches you can use when launching PowerPoint, courtesy of the official Microsoft Office support site. Add these to the end of the "powerpnt" command on the command line as shown in the examples below:

Switch and Parameter

Description

/safe

Starts PowerPoint in Safe Mode. This launches PowerPoint without any additional add-ins, templates, and other customizations. It's helpful when troubleshooting problems in PowerPoint.

/B

Starts PowerPoint with a blank presentation.

/C

Opens a specified PowerPoint file. If no file is specified, PowerPoint starts like normal.Example:"c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /c FilePath/presentationname.pptx

/M MACRO

Runs a macro in a specified presentation.Example: "c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /M howtogeek.pptm "MacroName"

/N

Starts PowerPoint and creates a new presentation based on a specified template.Example: "c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /N "Path\templatename.potx"If no template is specified, a blank template will be used.

/O

Starts PowerPoint and specifies a list of files to open.Example: "c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /O Filename1.pptx, Filename2.pptx

/P

Prints the specified presentation (using the default printer). When using this switch, the Print dialog box will display in PowerPoint before printing.Example: "c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /P "filename.pptx"

/PT

Prints the specified presentation without opening PowerPoint.Example: "c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /PT "PrinterName" "" "" "filename.pptx"Note that the empty quotes are necessary.

/RESTORE

Attempts to restore the previous session of PowerPoint due to a sudden crash.Example: "c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /RESTORE

/S

Opens a specified file in slide show view.Example: "c:\Program Files\Microsoft Office\root\Office16\powerpnt.exe" /S "filename.pptx"

Using these commands, you can open PowerPoint in any specific way you choose.


PowerPoint isn't the only Office product you can open this way---you can also open Word from the Command Prompt!

Related: How (and Why) to Start Microsoft Word from the Command Prompt