Relaunching explorer with taskbar
If you terminate explorer.exe
which is also hosting a taskbar system component and then launch it again from task manager, it will open itself again with taskbar fully functional.
However, if I set up my own shell program, instead of explorer (HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon), re-logon, and then terminate it from Task manager
, and execute explorer.exe
it gives me nothing but explorer window(file manager). Taskbar component does not show itself.
How can I achieve this? I am developing a kiosk application and I want to give administrators rights to switch to classic desktop if they need it. However, executing explorer.exe
does not work like I expect it to be.
windows-server-2012-r2
migrated from serverfault.com Oct 24 '14 at 4:17
This question came from our site for system and network administrators.
add a comment |
If you terminate explorer.exe
which is also hosting a taskbar system component and then launch it again from task manager, it will open itself again with taskbar fully functional.
However, if I set up my own shell program, instead of explorer (HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon), re-logon, and then terminate it from Task manager
, and execute explorer.exe
it gives me nothing but explorer window(file manager). Taskbar component does not show itself.
How can I achieve this? I am developing a kiosk application and I want to give administrators rights to switch to classic desktop if they need it. However, executing explorer.exe
does not work like I expect it to be.
windows-server-2012-r2
migrated from serverfault.com Oct 24 '14 at 4:17
This question came from our site for system and network administrators.
add a comment |
If you terminate explorer.exe
which is also hosting a taskbar system component and then launch it again from task manager, it will open itself again with taskbar fully functional.
However, if I set up my own shell program, instead of explorer (HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon), re-logon, and then terminate it from Task manager
, and execute explorer.exe
it gives me nothing but explorer window(file manager). Taskbar component does not show itself.
How can I achieve this? I am developing a kiosk application and I want to give administrators rights to switch to classic desktop if they need it. However, executing explorer.exe
does not work like I expect it to be.
windows-server-2012-r2
If you terminate explorer.exe
which is also hosting a taskbar system component and then launch it again from task manager, it will open itself again with taskbar fully functional.
However, if I set up my own shell program, instead of explorer (HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon), re-logon, and then terminate it from Task manager
, and execute explorer.exe
it gives me nothing but explorer window(file manager). Taskbar component does not show itself.
How can I achieve this? I am developing a kiosk application and I want to give administrators rights to switch to classic desktop if they need it. However, executing explorer.exe
does not work like I expect it to be.
windows-server-2012-r2
windows-server-2012-r2
edited Feb 10 at 7:42
Run5k
10.8k72850
10.8k72850
asked Oct 23 '14 at 14:24
Tomasz Szkudlarek
1112
1112
migrated from serverfault.com Oct 24 '14 at 4:17
This question came from our site for system and network administrators.
migrated from serverfault.com Oct 24 '14 at 4:17
This question came from our site for system and network administrators.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This Superuser post sounds like you need to launch "C:WindowsExplorer.exe" instead of just "Explorer.exe" to get the taskbar back.
Unfortunately, this does not work as well. Strange. I'll try to test it with this GUID parameter.
– Tomasz Szkudlarek
Oct 24 '14 at 5:49
No, this does not work. But i found something odd. If i logon remotely as another user, and i change shell to explorer in registry (!) - i can terminate explorer and execute it again - i will get a taskbar. Now, i change (without logging out) default shell in registry to my app. Now i terminate explorer.exe from user session and execute it again - taskbat won't appear. Odd. Looks like explorer checks if it's default shell in registry, and basing on this setting decides if taskbar is needed.
– Tomasz Szkudlarek
Oct 24 '14 at 8:23
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%2f830941%2frelaunching-explorer-with-taskbar%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This Superuser post sounds like you need to launch "C:WindowsExplorer.exe" instead of just "Explorer.exe" to get the taskbar back.
Unfortunately, this does not work as well. Strange. I'll try to test it with this GUID parameter.
– Tomasz Szkudlarek
Oct 24 '14 at 5:49
No, this does not work. But i found something odd. If i logon remotely as another user, and i change shell to explorer in registry (!) - i can terminate explorer and execute it again - i will get a taskbar. Now, i change (without logging out) default shell in registry to my app. Now i terminate explorer.exe from user session and execute it again - taskbat won't appear. Odd. Looks like explorer checks if it's default shell in registry, and basing on this setting decides if taskbar is needed.
– Tomasz Szkudlarek
Oct 24 '14 at 8:23
add a comment |
This Superuser post sounds like you need to launch "C:WindowsExplorer.exe" instead of just "Explorer.exe" to get the taskbar back.
Unfortunately, this does not work as well. Strange. I'll try to test it with this GUID parameter.
– Tomasz Szkudlarek
Oct 24 '14 at 5:49
No, this does not work. But i found something odd. If i logon remotely as another user, and i change shell to explorer in registry (!) - i can terminate explorer and execute it again - i will get a taskbar. Now, i change (without logging out) default shell in registry to my app. Now i terminate explorer.exe from user session and execute it again - taskbat won't appear. Odd. Looks like explorer checks if it's default shell in registry, and basing on this setting decides if taskbar is needed.
– Tomasz Szkudlarek
Oct 24 '14 at 8:23
add a comment |
This Superuser post sounds like you need to launch "C:WindowsExplorer.exe" instead of just "Explorer.exe" to get the taskbar back.
This Superuser post sounds like you need to launch "C:WindowsExplorer.exe" instead of just "Explorer.exe" to get the taskbar back.
edited Mar 20 '17 at 10:16
Community♦
1
1
answered Oct 23 '14 at 15:05
Clayton
40227
40227
Unfortunately, this does not work as well. Strange. I'll try to test it with this GUID parameter.
– Tomasz Szkudlarek
Oct 24 '14 at 5:49
No, this does not work. But i found something odd. If i logon remotely as another user, and i change shell to explorer in registry (!) - i can terminate explorer and execute it again - i will get a taskbar. Now, i change (without logging out) default shell in registry to my app. Now i terminate explorer.exe from user session and execute it again - taskbat won't appear. Odd. Looks like explorer checks if it's default shell in registry, and basing on this setting decides if taskbar is needed.
– Tomasz Szkudlarek
Oct 24 '14 at 8:23
add a comment |
Unfortunately, this does not work as well. Strange. I'll try to test it with this GUID parameter.
– Tomasz Szkudlarek
Oct 24 '14 at 5:49
No, this does not work. But i found something odd. If i logon remotely as another user, and i change shell to explorer in registry (!) - i can terminate explorer and execute it again - i will get a taskbar. Now, i change (without logging out) default shell in registry to my app. Now i terminate explorer.exe from user session and execute it again - taskbat won't appear. Odd. Looks like explorer checks if it's default shell in registry, and basing on this setting decides if taskbar is needed.
– Tomasz Szkudlarek
Oct 24 '14 at 8:23
Unfortunately, this does not work as well. Strange. I'll try to test it with this GUID parameter.
– Tomasz Szkudlarek
Oct 24 '14 at 5:49
Unfortunately, this does not work as well. Strange. I'll try to test it with this GUID parameter.
– Tomasz Szkudlarek
Oct 24 '14 at 5:49
No, this does not work. But i found something odd. If i logon remotely as another user, and i change shell to explorer in registry (!) - i can terminate explorer and execute it again - i will get a taskbar. Now, i change (without logging out) default shell in registry to my app. Now i terminate explorer.exe from user session and execute it again - taskbat won't appear. Odd. Looks like explorer checks if it's default shell in registry, and basing on this setting decides if taskbar is needed.
– Tomasz Szkudlarek
Oct 24 '14 at 8:23
No, this does not work. But i found something odd. If i logon remotely as another user, and i change shell to explorer in registry (!) - i can terminate explorer and execute it again - i will get a taskbar. Now, i change (without logging out) default shell in registry to my app. Now i terminate explorer.exe from user session and execute it again - taskbat won't appear. Odd. Looks like explorer checks if it's default shell in registry, and basing on this setting decides if taskbar is needed.
– Tomasz Szkudlarek
Oct 24 '14 at 8:23
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f830941%2frelaunching-explorer-with-taskbar%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