start power point viewer in full screen (kiosk) mode











up vote
2
down vote

favorite
1












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)










share|improve this question


























    up vote
    2
    down vote

    favorite
    1












    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)










    share|improve this question
























      up vote
      2
      down vote

      favorite
      1









      up vote
      2
      down vote

      favorite
      1






      1





      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)










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 6 '13 at 7:49









      Harrys Kavan

      284129




      284129






















          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"





          share|improve this answer






























            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.






            share|improve this answer





















            • This solution differs from the actually accepted one because the keys are ... .SlideShow. ... instead of ... .Show. ....
              – Hastur
              Apr 15 '16 at 12:03


















            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""





            share|improve this answer








            New contributor




            Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              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






              share|improve this answer





















                Your Answer








                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "3"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                 

                draft saved


                draft discarded


















                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

























                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"





                share|improve this answer



























                  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"





                  share|improve this answer

























                    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"





                    share|improve this answer














                    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"






                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Apr 15 '16 at 12:00









                    Hastur

                    13k53266




                    13k53266










                    answered Jul 5 '13 at 10:09









                    Lars

                    561




                    561
























                        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.






                        share|improve this answer





















                        • This solution differs from the actually accepted one because the keys are ... .SlideShow. ... instead of ... .Show. ....
                          – Hastur
                          Apr 15 '16 at 12:03















                        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.






                        share|improve this answer





















                        • This solution differs from the actually accepted one because the keys are ... .SlideShow. ... instead of ... .Show. ....
                          – Hastur
                          Apr 15 '16 at 12:03













                        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.






                        share|improve this answer












                        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.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        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


















                        • 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










                        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""





                        share|improve this answer








                        New contributor




                        Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.






















                          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""





                          share|improve this answer








                          New contributor




                          Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.




















                            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""





                            share|improve this answer








                            New contributor




                            Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            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""






                            share|improve this answer








                            New contributor




                            Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            share|improve this answer



                            share|improve this answer






                            New contributor




                            Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            answered Nov 17 at 1:25









                            Rob

                            111




                            111




                            New contributor




                            Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.





                            New contributor





                            Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            Rob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






















                                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






                                share|improve this answer

























                                  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






                                  share|improve this answer























                                    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






                                    share|improve this answer












                                    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







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Jan 28 '15 at 13:28









                                    David MacKinnon

                                    1




                                    1






























                                         

                                        draft saved


                                        draft discarded



















































                                         


                                        draft saved


                                        draft discarded














                                        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





















































                                        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







                                        Popular posts from this blog

                                        How do I know what Microsoft account the skydrive app is syncing to?

                                        When does type information flow backwards in C++?

                                        Grease: Live!