Sometimes I find it very useful to run multiple instances of powerpoint, i.e. have a different presentation in a different powerpoint window so that I can compare the content of two different presentations. This is especially useful when you have multiple montiors, so that you can have a different Powerpoint presentation on each monitor. Unfortunately, Powerpoint does not allow multiple instances to run; however, there is a neat trick to achieve this.
Now you have a new Powerpoint instance that you can place on a second monitor.
Alternatively, for the "programmatically" inclined users, you can invoke the "Run as" command through the command shell
You will be asked to type in the username password, of course. Also, don't forget to replace username with the newly created user account.
Finally, the best way is to put the above command in a batch file that you can place on your desktop. To do this, simply open up a new notepad document, paste the above command, and save the file with the ".bat" extension (without quotes). All you need to do from now on is simply double click that batch file to run a new instance of Powerpoint.
Voila!
- Create a new user on your machine
- Locate the Powerpoint icon in your start menu (or search for Powerpoint in your start menu)
- Press "Shift" and right click on the icon
- select "Run as"
- Enter the credentials of the newly created user
Now you have a new Powerpoint instance that you can place on a second monitor.
Alternatively, for the "programmatically" inclined users, you can invoke the "Run as" command through the command shell
Voila!
- Open a new command shell (Start menu/ search for "cmd")
- Type the following
runas /user:username "C:\Program Files\Microsoft Office\Office12\POWERPNT.EXE"- Press enter
You will be asked to type in the username password, of course. Also, don't forget to replace username with the newly created user account.
Finally, the best way is to put the above command in a batch file that you can place on your desktop. To do this, simply open up a new notepad document, paste the above command, and save the file with the ".bat" extension (without quotes). All you need to do from now on is simply double click that batch file to run a new instance of Powerpoint.
Cite as:
Saad, T. "Multiple Instances of Powerpoint".
Weblog entry from
Please Make A Note.
http://pleasemakeanote.blogspot.com/2008/06/multiple-instances-of-powerpoint.html