Windows 10 log info when starting

Yes it is possible.

Enable Driver Status Logging

  1. Type msconfig.exe is the run dialog
  2. Go to the Boot tab
  3. There are 2 options here that interest you: Boot log and OS boot information.

Boot log - This creates a log file which list every driver that has been loaded. After reboot the log file will be on %SystemRoot%\ntbtlog.txt. Note that each time you reboot the computer the log is not overwritten, so it'll be good practice to disable this option after troubleshooting due to potentially long and big log file.

OS boot information - This option enable you to see which driver is loaded when is loaded. This can be useful if you're troubleshooting faulty driver or long boot process.

Enable Verbose Service Startup/Shutdown Messages

The aforementioned options are used to see which drivers are loaded. As you may know, after drivers are loaded successfully, Windows is starting various services. At this stage you're staring at the Logon Screen, while in the background the services are loaded.

In order to enable verbose service messages, you'll need to do some registry tweak:

  1. Open regedit.exe
  2. Navigate to this registry location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. Right-click and choose new DWORD 32 bit
  4. Name this value "VerboseStatus" and give it 1 as the actual value.

You may find this useful if you're troubleshooting some problem.