Is there a way to get rid of window frames?
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:
And here is what I ideally want:
But under the case that this is impossible, I'll settle for
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
add a comment |
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:
And here is what I ideally want:
But under the case that this is impossible, I'll settle for
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
Can you modifypowershell.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
add a comment |
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:
And here is what I ideally want:
But under the case that this is impossible, I'll settle for
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
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:
And here is what I ideally want:
But under the case that this is impossible, I'll settle for
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
windows-10 powershell desktop
asked Jan 29 '16 at 0:50
AnonymousAnonymous
15317
15317
Can you modifypowershell.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
add a comment |
Can you modifypowershell.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
add a comment |
2 Answers
2
active
oldest
votes
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.
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
|
show 1 more comment
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
add a comment |
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
});
}
});
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%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
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.
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
|
show 1 more comment
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.
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
|
show 1 more comment
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.
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.
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
|
show 1 more comment
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
|
show 1 more comment
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
add a comment |
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
add a comment |
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
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
answered Dec 23 '18 at 18:49
Kabue MurageKabue Murage
11
11
add a comment |
add a comment |
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.
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%2f1032793%2fis-there-a-way-to-get-rid-of-window-frames%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
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