Windows keep changing position when disconnect and reconnect monitors





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







2















I'm on a windows 8 laptop and I have two external monitors I hook up to it. Whenever I take the laptop somewhere (and have to disconnect my monitors), the windows all go to my small laptop screen, naturally.



Its super annoying to reposition every single window every time i reconnect. When I reconnect my monitors, I'd like the windows to appear back where they were before I disconnected. How can I do this?










share|improve this question





























    2















    I'm on a windows 8 laptop and I have two external monitors I hook up to it. Whenever I take the laptop somewhere (and have to disconnect my monitors), the windows all go to my small laptop screen, naturally.



    Its super annoying to reposition every single window every time i reconnect. When I reconnect my monitors, I'd like the windows to appear back where they were before I disconnected. How can I do this?










    share|improve this question

























      2












      2








      2








      I'm on a windows 8 laptop and I have two external monitors I hook up to it. Whenever I take the laptop somewhere (and have to disconnect my monitors), the windows all go to my small laptop screen, naturally.



      Its super annoying to reposition every single window every time i reconnect. When I reconnect my monitors, I'd like the windows to appear back where they were before I disconnected. How can I do this?










      share|improve this question














      I'm on a windows 8 laptop and I have two external monitors I hook up to it. Whenever I take the laptop somewhere (and have to disconnect my monitors), the windows all go to my small laptop screen, naturally.



      Its super annoying to reposition every single window every time i reconnect. When I reconnect my monitors, I'd like the windows to appear back where they were before I disconnected. How can I do this?







      windows laptop multiple-monitors






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 26 '13 at 21:41









      B TB T

      3561822




      3561822






















          4 Answers
          4






          active

          oldest

          votes


















          4














          Are you expecting to be able to go from two external displays, one internal display, then back to two external displays, and restore the windows positions? If so, you'll need to use a third-party utility to save window positions and restore them.



          WinSize2 should do what you want. Others have mentioned AutoHotKey scripts and AutoIT as well.






          share|improve this answer


























          • That looks pretty cool. I'll check that out later : )

            – B T
            Aug 26 '13 at 22:19











          • It doesn't seem to work for me. I can't figure out how I would save an load the positions of my windows. There is a clear option for saving and loading desktop icon positions, but it doesn't look like that's even working.

            – B T
            Aug 27 '13 at 0:52











          • Cursory inspection of the page suggests you'll want to use the Extras-2 tab, and define different INIs depending on the Screen Resolution. Not exactly convenient, but doable.

            – ernie
            Aug 27 '13 at 23:20



















          1














          This answer mentions AutoResizer, which is a huge step forward in helping me maintain sanity: Windows utility to save/restore window size & position history?






          share|improve this answer

































            1














            I've created a small tool to handle that. It is not complete but I'm receiving positive feedback and still working on it.
            It is free, you have source code (C++), you may compile it with Cygwin and there are binaries if you don't compile C++ code.



            You may find it here: https://github.com/manutalcual/winredock






            share|improve this answer































              0














              How to stop windows resizing when the monitor display channel is turned off / switched to different source
              I recommend PersistentWindows which just works also very convenient on RDP sessions with different resolutions remote desktop connection.






              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',
                autoActivateHeartbeat: false,
                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%2f636977%2fwindows-keep-changing-position-when-disconnect-and-reconnect-monitors%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









                4














                Are you expecting to be able to go from two external displays, one internal display, then back to two external displays, and restore the windows positions? If so, you'll need to use a third-party utility to save window positions and restore them.



                WinSize2 should do what you want. Others have mentioned AutoHotKey scripts and AutoIT as well.






                share|improve this answer


























                • That looks pretty cool. I'll check that out later : )

                  – B T
                  Aug 26 '13 at 22:19











                • It doesn't seem to work for me. I can't figure out how I would save an load the positions of my windows. There is a clear option for saving and loading desktop icon positions, but it doesn't look like that's even working.

                  – B T
                  Aug 27 '13 at 0:52











                • Cursory inspection of the page suggests you'll want to use the Extras-2 tab, and define different INIs depending on the Screen Resolution. Not exactly convenient, but doable.

                  – ernie
                  Aug 27 '13 at 23:20
















                4














                Are you expecting to be able to go from two external displays, one internal display, then back to two external displays, and restore the windows positions? If so, you'll need to use a third-party utility to save window positions and restore them.



                WinSize2 should do what you want. Others have mentioned AutoHotKey scripts and AutoIT as well.






                share|improve this answer


























                • That looks pretty cool. I'll check that out later : )

                  – B T
                  Aug 26 '13 at 22:19











                • It doesn't seem to work for me. I can't figure out how I would save an load the positions of my windows. There is a clear option for saving and loading desktop icon positions, but it doesn't look like that's even working.

                  – B T
                  Aug 27 '13 at 0:52











                • Cursory inspection of the page suggests you'll want to use the Extras-2 tab, and define different INIs depending on the Screen Resolution. Not exactly convenient, but doable.

                  – ernie
                  Aug 27 '13 at 23:20














                4












                4








                4







                Are you expecting to be able to go from two external displays, one internal display, then back to two external displays, and restore the windows positions? If so, you'll need to use a third-party utility to save window positions and restore them.



                WinSize2 should do what you want. Others have mentioned AutoHotKey scripts and AutoIT as well.






                share|improve this answer















                Are you expecting to be able to go from two external displays, one internal display, then back to two external displays, and restore the windows positions? If so, you'll need to use a third-party utility to save window positions and restore them.



                WinSize2 should do what you want. Others have mentioned AutoHotKey scripts and AutoIT as well.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Aug 28 '13 at 19:00









                B T

                3561822




                3561822










                answered Aug 26 '13 at 21:59









                ernieernie

                5,55821927




                5,55821927













                • That looks pretty cool. I'll check that out later : )

                  – B T
                  Aug 26 '13 at 22:19











                • It doesn't seem to work for me. I can't figure out how I would save an load the positions of my windows. There is a clear option for saving and loading desktop icon positions, but it doesn't look like that's even working.

                  – B T
                  Aug 27 '13 at 0:52











                • Cursory inspection of the page suggests you'll want to use the Extras-2 tab, and define different INIs depending on the Screen Resolution. Not exactly convenient, but doable.

                  – ernie
                  Aug 27 '13 at 23:20



















                • That looks pretty cool. I'll check that out later : )

                  – B T
                  Aug 26 '13 at 22:19











                • It doesn't seem to work for me. I can't figure out how I would save an load the positions of my windows. There is a clear option for saving and loading desktop icon positions, but it doesn't look like that's even working.

                  – B T
                  Aug 27 '13 at 0:52











                • Cursory inspection of the page suggests you'll want to use the Extras-2 tab, and define different INIs depending on the Screen Resolution. Not exactly convenient, but doable.

                  – ernie
                  Aug 27 '13 at 23:20

















                That looks pretty cool. I'll check that out later : )

                – B T
                Aug 26 '13 at 22:19





                That looks pretty cool. I'll check that out later : )

                – B T
                Aug 26 '13 at 22:19













                It doesn't seem to work for me. I can't figure out how I would save an load the positions of my windows. There is a clear option for saving and loading desktop icon positions, but it doesn't look like that's even working.

                – B T
                Aug 27 '13 at 0:52





                It doesn't seem to work for me. I can't figure out how I would save an load the positions of my windows. There is a clear option for saving and loading desktop icon positions, but it doesn't look like that's even working.

                – B T
                Aug 27 '13 at 0:52













                Cursory inspection of the page suggests you'll want to use the Extras-2 tab, and define different INIs depending on the Screen Resolution. Not exactly convenient, but doable.

                – ernie
                Aug 27 '13 at 23:20





                Cursory inspection of the page suggests you'll want to use the Extras-2 tab, and define different INIs depending on the Screen Resolution. Not exactly convenient, but doable.

                – ernie
                Aug 27 '13 at 23:20













                1














                This answer mentions AutoResizer, which is a huge step forward in helping me maintain sanity: Windows utility to save/restore window size & position history?






                share|improve this answer






























                  1














                  This answer mentions AutoResizer, which is a huge step forward in helping me maintain sanity: Windows utility to save/restore window size & position history?






                  share|improve this answer




























                    1












                    1








                    1







                    This answer mentions AutoResizer, which is a huge step forward in helping me maintain sanity: Windows utility to save/restore window size & position history?






                    share|improve this answer















                    This answer mentions AutoResizer, which is a huge step forward in helping me maintain sanity: Windows utility to save/restore window size & position history?







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Mar 20 '17 at 10:17









                    Community

                    1




                    1










                    answered Aug 28 '13 at 18:11









                    B TB T

                    3561822




                    3561822























                        1














                        I've created a small tool to handle that. It is not complete but I'm receiving positive feedback and still working on it.
                        It is free, you have source code (C++), you may compile it with Cygwin and there are binaries if you don't compile C++ code.



                        You may find it here: https://github.com/manutalcual/winredock






                        share|improve this answer




























                          1














                          I've created a small tool to handle that. It is not complete but I'm receiving positive feedback and still working on it.
                          It is free, you have source code (C++), you may compile it with Cygwin and there are binaries if you don't compile C++ code.



                          You may find it here: https://github.com/manutalcual/winredock






                          share|improve this answer


























                            1












                            1








                            1







                            I've created a small tool to handle that. It is not complete but I'm receiving positive feedback and still working on it.
                            It is free, you have source code (C++), you may compile it with Cygwin and there are binaries if you don't compile C++ code.



                            You may find it here: https://github.com/manutalcual/winredock






                            share|improve this answer













                            I've created a small tool to handle that. It is not complete but I'm receiving positive feedback and still working on it.
                            It is free, you have source code (C++), you may compile it with Cygwin and there are binaries if you don't compile C++ code.



                            You may find it here: https://github.com/manutalcual/winredock







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 22 '18 at 8:44









                            ManuelManuel

                            6113




                            6113























                                0














                                How to stop windows resizing when the monitor display channel is turned off / switched to different source
                                I recommend PersistentWindows which just works also very convenient on RDP sessions with different resolutions remote desktop connection.






                                share|improve this answer




























                                  0














                                  How to stop windows resizing when the monitor display channel is turned off / switched to different source
                                  I recommend PersistentWindows which just works also very convenient on RDP sessions with different resolutions remote desktop connection.






                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    How to stop windows resizing when the monitor display channel is turned off / switched to different source
                                    I recommend PersistentWindows which just works also very convenient on RDP sessions with different resolutions remote desktop connection.






                                    share|improve this answer













                                    How to stop windows resizing when the monitor display channel is turned off / switched to different source
                                    I recommend PersistentWindows which just works also very convenient on RDP sessions with different resolutions remote desktop connection.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Feb 6 at 9:32









                                    Arunas BartisiusArunas Bartisius

                                    721610




                                    721610






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Super User!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f636977%2fwindows-keep-changing-position-when-disconnect-and-reconnect-monitors%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

                                        Terni

                                        A new problem with tex4ht and tikz

                                        Sun Ra