Is there a way to get rid of window frames?












0















I don't need a general solution, I just want to get rid of the window frame for PowerShell. For example, this is how my desktop looks now:



enter image description here



And here is what I ideally want:



enter image description here



But under the case that this is impossible, I'll settle for



enter image description here



I assume this will require some pretty funky registry edits or something, or maybe a third-party powershell client. I'm fine with either. Anyone got any ideas?










share|improve this question























  • Can you modify powershell.exe to this behavior, no, you can integrate power shell console in your own console application where you have complete control over the GUI.

    – Ramhound
    Jan 29 '16 at 1:15











  • How easy would it be to write a console app? I have a lot of programming experience but I never though of this

    – Anonymous
    Jan 29 '16 at 1:39











  • Only way to find out is to try

    – Ramhound
    Jan 29 '16 at 1:46






  • 1





    Now now, let's not jump to "make it yourself" yet. See this: superuser.com/questions/38687/… for an AHK script that may be useful to you.

    – oldmud0
    Jan 29 '16 at 2:43


















0















I don't need a general solution, I just want to get rid of the window frame for PowerShell. For example, this is how my desktop looks now:



enter image description here



And here is what I ideally want:



enter image description here



But under the case that this is impossible, I'll settle for



enter image description here



I assume this will require some pretty funky registry edits or something, or maybe a third-party powershell client. I'm fine with either. Anyone got any ideas?










share|improve this question























  • Can you modify powershell.exe to this behavior, no, you can integrate power shell console in your own console application where you have complete control over the GUI.

    – Ramhound
    Jan 29 '16 at 1:15











  • How easy would it be to write a console app? I have a lot of programming experience but I never though of this

    – Anonymous
    Jan 29 '16 at 1:39











  • Only way to find out is to try

    – Ramhound
    Jan 29 '16 at 1:46






  • 1





    Now now, let's not jump to "make it yourself" yet. See this: superuser.com/questions/38687/… for an AHK script that may be useful to you.

    – oldmud0
    Jan 29 '16 at 2:43
















0












0








0








I don't need a general solution, I just want to get rid of the window frame for PowerShell. For example, this is how my desktop looks now:



enter image description here



And here is what I ideally want:



enter image description here



But under the case that this is impossible, I'll settle for



enter image description here



I assume this will require some pretty funky registry edits or something, or maybe a third-party powershell client. I'm fine with either. Anyone got any ideas?










share|improve this question














I don't need a general solution, I just want to get rid of the window frame for PowerShell. For example, this is how my desktop looks now:



enter image description here



And here is what I ideally want:



enter image description here



But under the case that this is impossible, I'll settle for



enter image description here



I assume this will require some pretty funky registry edits or something, or maybe a third-party powershell client. I'm fine with either. Anyone got any ideas?







windows-10 powershell desktop






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 29 '16 at 0:50









AnonymousAnonymous

15317




15317













  • Can you modify powershell.exe to this behavior, no, you can integrate power shell console in your own console application where you have complete control over the GUI.

    – Ramhound
    Jan 29 '16 at 1:15











  • How easy would it be to write a console app? I have a lot of programming experience but I never though of this

    – Anonymous
    Jan 29 '16 at 1:39











  • Only way to find out is to try

    – Ramhound
    Jan 29 '16 at 1:46






  • 1





    Now now, let's not jump to "make it yourself" yet. See this: superuser.com/questions/38687/… for an AHK script that may be useful to you.

    – oldmud0
    Jan 29 '16 at 2:43





















  • Can you modify powershell.exe to this behavior, no, you can integrate power shell console in your own console application where you have complete control over the GUI.

    – Ramhound
    Jan 29 '16 at 1:15











  • How easy would it be to write a console app? I have a lot of programming experience but I never though of this

    – Anonymous
    Jan 29 '16 at 1:39











  • Only way to find out is to try

    – Ramhound
    Jan 29 '16 at 1:46






  • 1





    Now now, let's not jump to "make it yourself" yet. See this: superuser.com/questions/38687/… for an AHK script that may be useful to you.

    – oldmud0
    Jan 29 '16 at 2:43



















Can you modify powershell.exe to this behavior, no, you can integrate power shell console in your own console application where you have complete control over the GUI.

– Ramhound
Jan 29 '16 at 1:15





Can you modify powershell.exe to this behavior, no, you can integrate power shell console in your own console application where you have complete control over the GUI.

– Ramhound
Jan 29 '16 at 1:15













How easy would it be to write a console app? I have a lot of programming experience but I never though of this

– Anonymous
Jan 29 '16 at 1:39





How easy would it be to write a console app? I have a lot of programming experience but I never though of this

– Anonymous
Jan 29 '16 at 1:39













Only way to find out is to try

– Ramhound
Jan 29 '16 at 1:46





Only way to find out is to try

– Ramhound
Jan 29 '16 at 1:46




1




1





Now now, let's not jump to "make it yourself" yet. See this: superuser.com/questions/38687/… for an AHK script that may be useful to you.

– oldmud0
Jan 29 '16 at 2:43







Now now, let's not jump to "make it yourself" yet. See this: superuser.com/questions/38687/… for an AHK script that may be useful to you.

– oldmud0
Jan 29 '16 at 2:43












2 Answers
2






active

oldest

votes


















1














Take a look at ConEmu. In particular experiment with these settings:




  • Appearance / Hide caption always

  • Appearance / Scrollbar

  • Appearance / Frame width

  • Tab bar / Don't show

  • Status bar / Show status bar (off)


The screenshot below is what I managed to do. Ignore the icon at the upper right; that is from something else.



enter image description here






share|improve this answer
























  • This is exactly what I want, but I doubt this will start at startup and have the changes persist, correct? Also, does it provide functionality to be able to move a window despite having no title bar?

    – Anonymous
    Feb 1 '16 at 4:52











  • @jphollowed, this is not the powershell.exe console. It is its own thing. Yes, its settings will persist. I don't know about moving. You might have to leave the title bar or tab bar on. Anyway, you can experiment yourself.

    – dangph
    Feb 1 '16 at 5:17











  • Well I've tried it out and I quite like it, but I turned off the title bar and everything and now I cannot get back to the settings or move the window or anything! Would you happen to know some shortcuts to open the menus?

    – Anonymous
    Feb 1 '16 at 5:24











  • @jphollowed, the keyboard shortcuts are here. Main web site here. Win+Alt+P to show the settings. You can drag the window with Ctrl+Alt+LeftMouseButton.

    – dangph
    Feb 1 '16 at 5:31











  • @dangh thank you very much, I've got it all set up, this is perfect

    – Anonymous
    Feb 1 '16 at 5:46



















0














for those who have not found a solution yet ,



in your .bat script / cmd environment, you can use an external function called nircmd which includes a whole lot of other features like transparency etc,& Can be called by :



title hello world
nircmd.exe win -style title "hello world" 0x00C00000


nircmd can be downloaded from http://www.nirsoft.net/utils/nircmd.html






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%2f1032793%2fis-there-a-way-to-get-rid-of-window-frames%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Take a look at ConEmu. In particular experiment with these settings:




    • Appearance / Hide caption always

    • Appearance / Scrollbar

    • Appearance / Frame width

    • Tab bar / Don't show

    • Status bar / Show status bar (off)


    The screenshot below is what I managed to do. Ignore the icon at the upper right; that is from something else.



    enter image description here






    share|improve this answer
























    • This is exactly what I want, but I doubt this will start at startup and have the changes persist, correct? Also, does it provide functionality to be able to move a window despite having no title bar?

      – Anonymous
      Feb 1 '16 at 4:52











    • @jphollowed, this is not the powershell.exe console. It is its own thing. Yes, its settings will persist. I don't know about moving. You might have to leave the title bar or tab bar on. Anyway, you can experiment yourself.

      – dangph
      Feb 1 '16 at 5:17











    • Well I've tried it out and I quite like it, but I turned off the title bar and everything and now I cannot get back to the settings or move the window or anything! Would you happen to know some shortcuts to open the menus?

      – Anonymous
      Feb 1 '16 at 5:24











    • @jphollowed, the keyboard shortcuts are here. Main web site here. Win+Alt+P to show the settings. You can drag the window with Ctrl+Alt+LeftMouseButton.

      – dangph
      Feb 1 '16 at 5:31











    • @dangh thank you very much, I've got it all set up, this is perfect

      – Anonymous
      Feb 1 '16 at 5:46
















    1














    Take a look at ConEmu. In particular experiment with these settings:




    • Appearance / Hide caption always

    • Appearance / Scrollbar

    • Appearance / Frame width

    • Tab bar / Don't show

    • Status bar / Show status bar (off)


    The screenshot below is what I managed to do. Ignore the icon at the upper right; that is from something else.



    enter image description here






    share|improve this answer
























    • This is exactly what I want, but I doubt this will start at startup and have the changes persist, correct? Also, does it provide functionality to be able to move a window despite having no title bar?

      – Anonymous
      Feb 1 '16 at 4:52











    • @jphollowed, this is not the powershell.exe console. It is its own thing. Yes, its settings will persist. I don't know about moving. You might have to leave the title bar or tab bar on. Anyway, you can experiment yourself.

      – dangph
      Feb 1 '16 at 5:17











    • Well I've tried it out and I quite like it, but I turned off the title bar and everything and now I cannot get back to the settings or move the window or anything! Would you happen to know some shortcuts to open the menus?

      – Anonymous
      Feb 1 '16 at 5:24











    • @jphollowed, the keyboard shortcuts are here. Main web site here. Win+Alt+P to show the settings. You can drag the window with Ctrl+Alt+LeftMouseButton.

      – dangph
      Feb 1 '16 at 5:31











    • @dangh thank you very much, I've got it all set up, this is perfect

      – Anonymous
      Feb 1 '16 at 5:46














    1












    1








    1







    Take a look at ConEmu. In particular experiment with these settings:




    • Appearance / Hide caption always

    • Appearance / Scrollbar

    • Appearance / Frame width

    • Tab bar / Don't show

    • Status bar / Show status bar (off)


    The screenshot below is what I managed to do. Ignore the icon at the upper right; that is from something else.



    enter image description here






    share|improve this answer













    Take a look at ConEmu. In particular experiment with these settings:




    • Appearance / Hide caption always

    • Appearance / Scrollbar

    • Appearance / Frame width

    • Tab bar / Don't show

    • Status bar / Show status bar (off)


    The screenshot below is what I managed to do. Ignore the icon at the upper right; that is from something else.



    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Feb 1 '16 at 2:19









    dangphdangph

    2,80311824




    2,80311824













    • This is exactly what I want, but I doubt this will start at startup and have the changes persist, correct? Also, does it provide functionality to be able to move a window despite having no title bar?

      – Anonymous
      Feb 1 '16 at 4:52











    • @jphollowed, this is not the powershell.exe console. It is its own thing. Yes, its settings will persist. I don't know about moving. You might have to leave the title bar or tab bar on. Anyway, you can experiment yourself.

      – dangph
      Feb 1 '16 at 5:17











    • Well I've tried it out and I quite like it, but I turned off the title bar and everything and now I cannot get back to the settings or move the window or anything! Would you happen to know some shortcuts to open the menus?

      – Anonymous
      Feb 1 '16 at 5:24











    • @jphollowed, the keyboard shortcuts are here. Main web site here. Win+Alt+P to show the settings. You can drag the window with Ctrl+Alt+LeftMouseButton.

      – dangph
      Feb 1 '16 at 5:31











    • @dangh thank you very much, I've got it all set up, this is perfect

      – Anonymous
      Feb 1 '16 at 5:46



















    • This is exactly what I want, but I doubt this will start at startup and have the changes persist, correct? Also, does it provide functionality to be able to move a window despite having no title bar?

      – Anonymous
      Feb 1 '16 at 4:52











    • @jphollowed, this is not the powershell.exe console. It is its own thing. Yes, its settings will persist. I don't know about moving. You might have to leave the title bar or tab bar on. Anyway, you can experiment yourself.

      – dangph
      Feb 1 '16 at 5:17











    • Well I've tried it out and I quite like it, but I turned off the title bar and everything and now I cannot get back to the settings or move the window or anything! Would you happen to know some shortcuts to open the menus?

      – Anonymous
      Feb 1 '16 at 5:24











    • @jphollowed, the keyboard shortcuts are here. Main web site here. Win+Alt+P to show the settings. You can drag the window with Ctrl+Alt+LeftMouseButton.

      – dangph
      Feb 1 '16 at 5:31











    • @dangh thank you very much, I've got it all set up, this is perfect

      – Anonymous
      Feb 1 '16 at 5:46

















    This is exactly what I want, but I doubt this will start at startup and have the changes persist, correct? Also, does it provide functionality to be able to move a window despite having no title bar?

    – Anonymous
    Feb 1 '16 at 4:52





    This is exactly what I want, but I doubt this will start at startup and have the changes persist, correct? Also, does it provide functionality to be able to move a window despite having no title bar?

    – Anonymous
    Feb 1 '16 at 4:52













    @jphollowed, this is not the powershell.exe console. It is its own thing. Yes, its settings will persist. I don't know about moving. You might have to leave the title bar or tab bar on. Anyway, you can experiment yourself.

    – dangph
    Feb 1 '16 at 5:17





    @jphollowed, this is not the powershell.exe console. It is its own thing. Yes, its settings will persist. I don't know about moving. You might have to leave the title bar or tab bar on. Anyway, you can experiment yourself.

    – dangph
    Feb 1 '16 at 5:17













    Well I've tried it out and I quite like it, but I turned off the title bar and everything and now I cannot get back to the settings or move the window or anything! Would you happen to know some shortcuts to open the menus?

    – Anonymous
    Feb 1 '16 at 5:24





    Well I've tried it out and I quite like it, but I turned off the title bar and everything and now I cannot get back to the settings or move the window or anything! Would you happen to know some shortcuts to open the menus?

    – Anonymous
    Feb 1 '16 at 5:24













    @jphollowed, the keyboard shortcuts are here. Main web site here. Win+Alt+P to show the settings. You can drag the window with Ctrl+Alt+LeftMouseButton.

    – dangph
    Feb 1 '16 at 5:31





    @jphollowed, the keyboard shortcuts are here. Main web site here. Win+Alt+P to show the settings. You can drag the window with Ctrl+Alt+LeftMouseButton.

    – dangph
    Feb 1 '16 at 5:31













    @dangh thank you very much, I've got it all set up, this is perfect

    – Anonymous
    Feb 1 '16 at 5:46





    @dangh thank you very much, I've got it all set up, this is perfect

    – Anonymous
    Feb 1 '16 at 5:46













    0














    for those who have not found a solution yet ,



    in your .bat script / cmd environment, you can use an external function called nircmd which includes a whole lot of other features like transparency etc,& Can be called by :



    title hello world
    nircmd.exe win -style title "hello world" 0x00C00000


    nircmd can be downloaded from http://www.nirsoft.net/utils/nircmd.html






    share|improve this answer




























      0














      for those who have not found a solution yet ,



      in your .bat script / cmd environment, you can use an external function called nircmd which includes a whole lot of other features like transparency etc,& Can be called by :



      title hello world
      nircmd.exe win -style title "hello world" 0x00C00000


      nircmd can be downloaded from http://www.nirsoft.net/utils/nircmd.html






      share|improve this answer


























        0












        0








        0







        for those who have not found a solution yet ,



        in your .bat script / cmd environment, you can use an external function called nircmd which includes a whole lot of other features like transparency etc,& Can be called by :



        title hello world
        nircmd.exe win -style title "hello world" 0x00C00000


        nircmd can be downloaded from http://www.nirsoft.net/utils/nircmd.html






        share|improve this answer













        for those who have not found a solution yet ,



        in your .bat script / cmd environment, you can use an external function called nircmd which includes a whole lot of other features like transparency etc,& Can be called by :



        title hello world
        nircmd.exe win -style title "hello world" 0x00C00000


        nircmd can be downloaded from http://www.nirsoft.net/utils/nircmd.html







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 23 '18 at 18:49









        Kabue MurageKabue Murage

        11




        11






























            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%2f1032793%2fis-there-a-way-to-get-rid-of-window-frames%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...