start power point viewer in full screen (kiosk) mode
up vote
2
down vote
favorite
So i have these Magic Info Pro (samsung) Software, and i installed on a remote screen the Power Point Viewer.
But every time it starts, i have the titlebar.
My boss wishes that this bar dissapears.
So i see that it is possible to right klick while PPT is running and go to FullScreen Mode.
I also found that it is possible to execute PPT like.
C:/PowerPoint Viewer/ /F C:/welcome.ppt
And this would do exactly what we wish.
But MagicInfo is executing this Presentations, and i cant change the code of this software.
So is there a way, to let a program (in my case PPT) start in Windows, with spezific parameters? Like the /F? (it is ok if it would start every time with that parameter since this computer is really just a node where content is saved)
microsoft-powerpoint windows-xp-embedded
add a comment |
up vote
2
down vote
favorite
So i have these Magic Info Pro (samsung) Software, and i installed on a remote screen the Power Point Viewer.
But every time it starts, i have the titlebar.
My boss wishes that this bar dissapears.
So i see that it is possible to right klick while PPT is running and go to FullScreen Mode.
I also found that it is possible to execute PPT like.
C:/PowerPoint Viewer/ /F C:/welcome.ppt
And this would do exactly what we wish.
But MagicInfo is executing this Presentations, and i cant change the code of this software.
So is there a way, to let a program (in my case PPT) start in Windows, with spezific parameters? Like the /F? (it is ok if it would start every time with that parameter since this computer is really just a node where content is saved)
microsoft-powerpoint windows-xp-embedded
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
So i have these Magic Info Pro (samsung) Software, and i installed on a remote screen the Power Point Viewer.
But every time it starts, i have the titlebar.
My boss wishes that this bar dissapears.
So i see that it is possible to right klick while PPT is running and go to FullScreen Mode.
I also found that it is possible to execute PPT like.
C:/PowerPoint Viewer/ /F C:/welcome.ppt
And this would do exactly what we wish.
But MagicInfo is executing this Presentations, and i cant change the code of this software.
So is there a way, to let a program (in my case PPT) start in Windows, with spezific parameters? Like the /F? (it is ok if it would start every time with that parameter since this computer is really just a node where content is saved)
microsoft-powerpoint windows-xp-embedded
So i have these Magic Info Pro (samsung) Software, and i installed on a remote screen the Power Point Viewer.
But every time it starts, i have the titlebar.
My boss wishes that this bar dissapears.
So i see that it is possible to right klick while PPT is running and go to FullScreen Mode.
I also found that it is possible to execute PPT like.
C:/PowerPoint Viewer/ /F C:/welcome.ppt
And this would do exactly what we wish.
But MagicInfo is executing this Presentations, and i cant change the code of this software.
So is there a way, to let a program (in my case PPT) start in Windows, with spezific parameters? Like the /F? (it is ok if it would start every time with that parameter since this computer is really just a node where content is saved)
microsoft-powerpoint windows-xp-embedded
microsoft-powerpoint windows-xp-embedded
asked Jun 6 '13 at 7:49
Harrys Kavan
284129
284129
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
up vote
4
down vote
accepted
I had the same problem and I'm using Window 7 Embedded and Powerpoint Viewer 2010.
If you are using Powerpoint Viewer 2010, you will have to install Office 2010 SP1 otherwise the presentation won't loop.
Add the switch /f
to the registry keys
HKEY_CLASSES_ROOTPowerPointViewer.Show.11ShellShowCommand
HKEY_CLASSES_ROOTPowerPointViewer.Show.12ShellShowCommand
It's probably not needed to edit both keys but I'm not sure which one is used.
The Default parameter for the registry keys should look something like
C:Program FilesMicrosoft OfficeOffice14pptview.exe /f "%1"
add a comment |
up vote
2
down vote
I had to add the /f flag to the following keys to get PowerPoint Viewer to open in full screen.
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand
The suggestions in the accepted answer didn't work for me.
This solution differs from the actually accepted one because the keys are... .SlideShow. ...
instead of... .Show. ...
.
– Hastur
Apr 15 '16 at 12:03
add a comment |
up vote
1
down vote
FYI it looks like these registry settings re-set themselves (maybe after updates?). Here are the contents of a regfile to easily re-apply:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTPowerPointViewer.Show.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.Show.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
New contributor
add a comment |
up vote
0
down vote
Microsoft PPT has the ability to save your powerpoint as a Windows Media Video (WMV) which can be initiated on startup in full screen mode and looping. It maybe a bit resource intensive but it's a quick fix
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
I had the same problem and I'm using Window 7 Embedded and Powerpoint Viewer 2010.
If you are using Powerpoint Viewer 2010, you will have to install Office 2010 SP1 otherwise the presentation won't loop.
Add the switch /f
to the registry keys
HKEY_CLASSES_ROOTPowerPointViewer.Show.11ShellShowCommand
HKEY_CLASSES_ROOTPowerPointViewer.Show.12ShellShowCommand
It's probably not needed to edit both keys but I'm not sure which one is used.
The Default parameter for the registry keys should look something like
C:Program FilesMicrosoft OfficeOffice14pptview.exe /f "%1"
add a comment |
up vote
4
down vote
accepted
I had the same problem and I'm using Window 7 Embedded and Powerpoint Viewer 2010.
If you are using Powerpoint Viewer 2010, you will have to install Office 2010 SP1 otherwise the presentation won't loop.
Add the switch /f
to the registry keys
HKEY_CLASSES_ROOTPowerPointViewer.Show.11ShellShowCommand
HKEY_CLASSES_ROOTPowerPointViewer.Show.12ShellShowCommand
It's probably not needed to edit both keys but I'm not sure which one is used.
The Default parameter for the registry keys should look something like
C:Program FilesMicrosoft OfficeOffice14pptview.exe /f "%1"
add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
I had the same problem and I'm using Window 7 Embedded and Powerpoint Viewer 2010.
If you are using Powerpoint Viewer 2010, you will have to install Office 2010 SP1 otherwise the presentation won't loop.
Add the switch /f
to the registry keys
HKEY_CLASSES_ROOTPowerPointViewer.Show.11ShellShowCommand
HKEY_CLASSES_ROOTPowerPointViewer.Show.12ShellShowCommand
It's probably not needed to edit both keys but I'm not sure which one is used.
The Default parameter for the registry keys should look something like
C:Program FilesMicrosoft OfficeOffice14pptview.exe /f "%1"
I had the same problem and I'm using Window 7 Embedded and Powerpoint Viewer 2010.
If you are using Powerpoint Viewer 2010, you will have to install Office 2010 SP1 otherwise the presentation won't loop.
Add the switch /f
to the registry keys
HKEY_CLASSES_ROOTPowerPointViewer.Show.11ShellShowCommand
HKEY_CLASSES_ROOTPowerPointViewer.Show.12ShellShowCommand
It's probably not needed to edit both keys but I'm not sure which one is used.
The Default parameter for the registry keys should look something like
C:Program FilesMicrosoft OfficeOffice14pptview.exe /f "%1"
edited Apr 15 '16 at 12:00
Hastur
13k53266
13k53266
answered Jul 5 '13 at 10:09
Lars
561
561
add a comment |
add a comment |
up vote
2
down vote
I had to add the /f flag to the following keys to get PowerPoint Viewer to open in full screen.
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand
The suggestions in the accepted answer didn't work for me.
This solution differs from the actually accepted one because the keys are... .SlideShow. ...
instead of... .Show. ...
.
– Hastur
Apr 15 '16 at 12:03
add a comment |
up vote
2
down vote
I had to add the /f flag to the following keys to get PowerPoint Viewer to open in full screen.
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand
The suggestions in the accepted answer didn't work for me.
This solution differs from the actually accepted one because the keys are... .SlideShow. ...
instead of... .Show. ...
.
– Hastur
Apr 15 '16 at 12:03
add a comment |
up vote
2
down vote
up vote
2
down vote
I had to add the /f flag to the following keys to get PowerPoint Viewer to open in full screen.
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand
The suggestions in the accepted answer didn't work for me.
I had to add the /f flag to the following keys to get PowerPoint Viewer to open in full screen.
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand
HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand
The suggestions in the accepted answer didn't work for me.
answered Apr 15 '16 at 11:36
guest050
211
211
This solution differs from the actually accepted one because the keys are... .SlideShow. ...
instead of... .Show. ...
.
– Hastur
Apr 15 '16 at 12:03
add a comment |
This solution differs from the actually accepted one because the keys are... .SlideShow. ...
instead of... .Show. ...
.
– Hastur
Apr 15 '16 at 12:03
This solution differs from the actually accepted one because the keys are
... .SlideShow. ...
instead of ... .Show. ...
.– Hastur
Apr 15 '16 at 12:03
This solution differs from the actually accepted one because the keys are
... .SlideShow. ...
instead of ... .Show. ...
.– Hastur
Apr 15 '16 at 12:03
add a comment |
up vote
1
down vote
FYI it looks like these registry settings re-set themselves (maybe after updates?). Here are the contents of a regfile to easily re-apply:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTPowerPointViewer.Show.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.Show.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
New contributor
add a comment |
up vote
1
down vote
FYI it looks like these registry settings re-set themselves (maybe after updates?). Here are the contents of a regfile to easily re-apply:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTPowerPointViewer.Show.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.Show.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
New contributor
add a comment |
up vote
1
down vote
up vote
1
down vote
FYI it looks like these registry settings re-set themselves (maybe after updates?). Here are the contents of a regfile to easily re-apply:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTPowerPointViewer.Show.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.Show.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
New contributor
FYI it looks like these registry settings re-set themselves (maybe after updates?). Here are the contents of a regfile to easily re-apply:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTPowerPointViewer.Show.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.Show.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.11shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
[HKEY_CLASSES_ROOTPowerPointViewer.SlideShow.12shellShowcommand]
@="C:\Program Files (x86)\Microsoft Office\Office14\pptview.exe /f "%1""
New contributor
New contributor
answered Nov 17 at 1:25
Rob
111
111
New contributor
New contributor
add a comment |
add a comment |
up vote
0
down vote
Microsoft PPT has the ability to save your powerpoint as a Windows Media Video (WMV) which can be initiated on startup in full screen mode and looping. It maybe a bit resource intensive but it's a quick fix
add a comment |
up vote
0
down vote
Microsoft PPT has the ability to save your powerpoint as a Windows Media Video (WMV) which can be initiated on startup in full screen mode and looping. It maybe a bit resource intensive but it's a quick fix
add a comment |
up vote
0
down vote
up vote
0
down vote
Microsoft PPT has the ability to save your powerpoint as a Windows Media Video (WMV) which can be initiated on startup in full screen mode and looping. It maybe a bit resource intensive but it's a quick fix
Microsoft PPT has the ability to save your powerpoint as a Windows Media Video (WMV) which can be initiated on startup in full screen mode and looping. It maybe a bit resource intensive but it's a quick fix
answered Jan 28 '15 at 13:28
David MacKinnon
1
1
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f604367%2fstart-power-point-viewer-in-full-screen-kiosk-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown