How to boot in verbose boot for Windows 10?

15

1

I am always looking for as much information when it comes to turning the computer on and off. This time I am interesting in getting the driver information like you use to get in Windows 7 during Safe Boot.

How to boot Windows 7 in verbose mode?

This question gives an answer to exactly what I am looking for however only works in Windows 7. I tried it for Windows 10 and I got exactly what I got last time (Boot Screen)

My Question

How do I get the driver information like the other question but for Windows 10? Have Microsoft stopped this from happening?

ss4566654768

Posted 2015-11-29T14:21:53.407

Reputation: 1 415

if you have any slowdown, you should capture a boot trace wit xbootmgr: http://pastebin.com/CYGqRZXE

– magicandre1981 – 2015-11-29T19:34:05.373

Answers

5

How to boot in verbose boot for Windows 10?

  1. Start > Run > Type "regedit" (without the quotes) and select from the list.

  2. Find the key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

  3. You might want to export this as a backup first or note down the settings if there's already a "VerboseStatus" field. In most cases, it won't be there yet.

  4. Right-click under that and create a New > DWORD Value.

  5. Type VerboseStatus and double-click that new key, giving it the value data set to 1.

Next time you reboot, Windows will now give you verbose startup, shutdown, logon, and logoff status messages.

Source Problems since Windows 10

DavidPostill

Posted 2015-11-29T14:21:53.407

Reputation: 118 938

2I tried that however still doesn't work. I do get verbose for shutdown, logon and other though. I have just thought that it could be because of disk checking which I skip each time. I will let it run soon and comment back what happened. – ss4566654768 – 2015-11-29T15:50:05.550

@RACING121 Any update on your last comment? – DavidPostill – 2015-11-30T20:25:03.847

Still not working, must be a problem on my PC – ss4566654768 – 2015-11-30T22:22:03.333

3

You enabled it exactly how you enabled it in Windows 7.

Search for "System Configuration" on the Start Menu and enable "OS Boot information".

enter image description here

Ramhound

Posted 2015-11-29T14:21:53.407

Reputation: 28 517

I realized only after I hit submit that, this is an identical answer, but it worked for me so I am keeping it. Feel free to downvote if you want. – Ramhound – 2015-11-29T14:36:43.450

I won't downvote because if it worked for you then it might be a problem with my PC. I will wait for more answers. – ss4566654768 – 2015-11-29T14:42:45.967

2

The options are still there, just much more hidden... When I played with it it seemed to give less information though (could have just been me though). I think this is what your are looking for, ignore the first part and scroll down to Enable Verbose Service Startup/Shutdown Messages, the same method works:

http://www.howtogeek.com/howto/32477/use-verbose-boot-messages-to-troubleshoot-windows-startup-problems/

You can also use a program called Ultimate Windows Tweaker http://www.thewindowsclub.com/ultimate-windows-tweaker-4-windows-10 There is an option under User Accounts called Enable Verbose Logon Messages.

acejavelin

Posted 2015-11-29T14:21:53.407

Reputation: 5 341

*How to boot Windows 7 in verbose mode?

This question gives an answer to exactly what I am looking for however only works in Windows 7. I tried it for Windows 10 and I got exactly what I got last time (Boot Screen)* – ss4566654768 – 2015-11-29T14:45:08.647

2

This functionality seem to be broken. Best thing you can do is vote for Microsoft to bring it back on Windows Feedback Hub:

i3v

Posted 2015-11-29T14:21:53.407

Reputation: 970