返回列表 上一主題 發帖

同時開兩個powerpoint視窗

同時開兩個powerpoint視窗

[Office PowerPoint] 同時開兩個ppt視窗
在使用 Office 系列時,我很喜歡同時開兩個視窗,
尤其搭配雙螢幕使用,可以左右各一個,
不管是要複製文件還是參考都超方便!

但是 PowerPoint 在 Office 2007之後,卻不能開兩個視窗,
只能顯示在同一個視窗,然後在「檢視」裡切換視窗。
很不方便,所以找了一下解決辦法。

首先,電腦裡至少要有兩個使用者:Alex、Bob
然後假設我是Alex,開啟命令提示字元,然後鍵入下列runas兩道指令:
C:\Users\Alex>
runas /user:Alex "c:\program files\microsoft office\office12\powerpnt.exe"
C:\Users\Alex>
runas /user:Bob "c:\program files\microsoft office\office12\powerpnt.exe"

因為我的作業系統是64bit的版本,所以office軟體會灌在c:\program files (x86)底下,
改一下目的程式路徑即可。
C:\Users\Alex>
runas /user:Alex "c:\program files (x86)\microsoft office\office12\powerpnt.exe"
C:\Users\Alex>
runas /user:Bob "c:\program files (x86)\microsoft office\office12\powerpnt.exe"

所以這種方法的意思是,以不同的使用者身分去執行兩個powerpoint程式,
所以自然會開兩個視窗囉。

        靜思自在 : 稻穗結得越飽滿,越會往下垂,一個人越有成就,就要越有謙沖的胸襟。
返回列表 上一主題