Windows 10 boot, how can you see what is happening?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
In all the Desktop Linux distros I have used (debian based, redhat based, etc) the boot screen is graphical with some sort of progress bar.
The cool thing is that you can choose to hit a keyboard button and then the progress bar is replaced with a screen that shows what the boot up is doing (showing all the various programs that need to be run (networking, dbus, mounting, etc etc)).
In Windows 10 you also get a graphical boot screen. Instead of a progressbar you get a indefinite-progressbar.
I would very much like to see what is happening as it happens (instead of the indefinite-progressbar). Is there a way to see what is happening during Windows-10 boot? If yes, how can you see what is happening?
windows-10 boot services gui init
add a comment |
In all the Desktop Linux distros I have used (debian based, redhat based, etc) the boot screen is graphical with some sort of progress bar.
The cool thing is that you can choose to hit a keyboard button and then the progress bar is replaced with a screen that shows what the boot up is doing (showing all the various programs that need to be run (networking, dbus, mounting, etc etc)).
In Windows 10 you also get a graphical boot screen. Instead of a progressbar you get a indefinite-progressbar.
I would very much like to see what is happening as it happens (instead of the indefinite-progressbar). Is there a way to see what is happening during Windows-10 boot? If yes, how can you see what is happening?
windows-10 boot services gui init
if you guys have a better idea for a better title feel free to suggest... the current title is kind of generic and I feel like it won't google very well.
– Trevor Boyd Smith
Sep 14 '16 at 7:54
capture a boot log with procmon or WPRUI/Windows Perf Toolkit, this tells you what windows is doing during boot.
– magicandre1981
Sep 14 '16 at 13:37
add a comment |
In all the Desktop Linux distros I have used (debian based, redhat based, etc) the boot screen is graphical with some sort of progress bar.
The cool thing is that you can choose to hit a keyboard button and then the progress bar is replaced with a screen that shows what the boot up is doing (showing all the various programs that need to be run (networking, dbus, mounting, etc etc)).
In Windows 10 you also get a graphical boot screen. Instead of a progressbar you get a indefinite-progressbar.
I would very much like to see what is happening as it happens (instead of the indefinite-progressbar). Is there a way to see what is happening during Windows-10 boot? If yes, how can you see what is happening?
windows-10 boot services gui init
In all the Desktop Linux distros I have used (debian based, redhat based, etc) the boot screen is graphical with some sort of progress bar.
The cool thing is that you can choose to hit a keyboard button and then the progress bar is replaced with a screen that shows what the boot up is doing (showing all the various programs that need to be run (networking, dbus, mounting, etc etc)).
In Windows 10 you also get a graphical boot screen. Instead of a progressbar you get a indefinite-progressbar.
I would very much like to see what is happening as it happens (instead of the indefinite-progressbar). Is there a way to see what is happening during Windows-10 boot? If yes, how can you see what is happening?
windows-10 boot services gui init
windows-10 boot services gui init
asked Sep 14 '16 at 7:33
Trevor Boyd SmithTrevor Boyd Smith
1,018102750
1,018102750
if you guys have a better idea for a better title feel free to suggest... the current title is kind of generic and I feel like it won't google very well.
– Trevor Boyd Smith
Sep 14 '16 at 7:54
capture a boot log with procmon or WPRUI/Windows Perf Toolkit, this tells you what windows is doing during boot.
– magicandre1981
Sep 14 '16 at 13:37
add a comment |
if you guys have a better idea for a better title feel free to suggest... the current title is kind of generic and I feel like it won't google very well.
– Trevor Boyd Smith
Sep 14 '16 at 7:54
capture a boot log with procmon or WPRUI/Windows Perf Toolkit, this tells you what windows is doing during boot.
– magicandre1981
Sep 14 '16 at 13:37
if you guys have a better idea for a better title feel free to suggest... the current title is kind of generic and I feel like it won't google very well.
– Trevor Boyd Smith
Sep 14 '16 at 7:54
if you guys have a better idea for a better title feel free to suggest... the current title is kind of generic and I feel like it won't google very well.
– Trevor Boyd Smith
Sep 14 '16 at 7:54
capture a boot log with procmon or WPRUI/Windows Perf Toolkit, this tells you what windows is doing during boot.
– magicandre1981
Sep 14 '16 at 13:37
capture a boot log with procmon or WPRUI/Windows Perf Toolkit, this tells you what windows is doing during boot.
– magicandre1981
Sep 14 '16 at 13:37
add a comment |
2 Answers
2
active
oldest
votes
No, it's not possible. The only exception would be to boot into safe mode which does show you some of the components that are being loaded.
After you successfully logged into the system you could check the Event Log for information what happened.
add a comment |
Try opening the Local Group Policy Editor (search on "gpo") and go to GPO -> Computer Configuration -> Administrative Templates -> System [Scroll to the bottom] -> Display highly detailed status messages. Click on "policy setting" and then the "Enabled" radio button, then OK.
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%2f1124155%2fwindows-10-boot-how-can-you-see-what-is-happening%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
No, it's not possible. The only exception would be to boot into safe mode which does show you some of the components that are being loaded.
After you successfully logged into the system you could check the Event Log for information what happened.
add a comment |
No, it's not possible. The only exception would be to boot into safe mode which does show you some of the components that are being loaded.
After you successfully logged into the system you could check the Event Log for information what happened.
add a comment |
No, it's not possible. The only exception would be to boot into safe mode which does show you some of the components that are being loaded.
After you successfully logged into the system you could check the Event Log for information what happened.
No, it's not possible. The only exception would be to boot into safe mode which does show you some of the components that are being loaded.
After you successfully logged into the system you could check the Event Log for information what happened.
answered Sep 14 '16 at 7:44
SethSeth
6,73611128
6,73611128
add a comment |
add a comment |
Try opening the Local Group Policy Editor (search on "gpo") and go to GPO -> Computer Configuration -> Administrative Templates -> System [Scroll to the bottom] -> Display highly detailed status messages. Click on "policy setting" and then the "Enabled" radio button, then OK.
add a comment |
Try opening the Local Group Policy Editor (search on "gpo") and go to GPO -> Computer Configuration -> Administrative Templates -> System [Scroll to the bottom] -> Display highly detailed status messages. Click on "policy setting" and then the "Enabled" radio button, then OK.
add a comment |
Try opening the Local Group Policy Editor (search on "gpo") and go to GPO -> Computer Configuration -> Administrative Templates -> System [Scroll to the bottom] -> Display highly detailed status messages. Click on "policy setting" and then the "Enabled" radio button, then OK.
Try opening the Local Group Policy Editor (search on "gpo") and go to GPO -> Computer Configuration -> Administrative Templates -> System [Scroll to the bottom] -> Display highly detailed status messages. Click on "policy setting" and then the "Enabled" radio button, then OK.
answered Feb 11 at 18:18
Christopher RywaltChristopher Rywalt
1
1
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%2f1124155%2fwindows-10-boot-how-can-you-see-what-is-happening%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
if you guys have a better idea for a better title feel free to suggest... the current title is kind of generic and I feel like it won't google very well.
– Trevor Boyd Smith
Sep 14 '16 at 7:54
capture a boot log with procmon or WPRUI/Windows Perf Toolkit, this tells you what windows is doing during boot.
– magicandre1981
Sep 14 '16 at 13:37