How (and Why) to Start Microsoft PowerPoint from the Command Prompt


Microsoft PowerPoint Logo

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.

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

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"

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.

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 OfficerootOffice16

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

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

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:

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

Exit mobile version