How to force Win10 to show text rather than circle while loading

Page 1 of 2 12 LastLast

  1. Posts : 2
    Win 10
       #1

    How to force Win10 to show text rather than circle while loading


    Hi All,

    In past i happened to come a cross a Win7 laptop which showed what it was loading (string of text) before going to CTRL+ALT+DELETE screen. At that time this machine came quiet useful as we were trying to figure out why a batch of 10 laptops suddenly started to have 45 min of loading time. Due to the string of text we were able to pin point the issue due to the fact that the string of text pointed to a group policy which was reinstalling and than again installing the LOBs (line of business applications).

    I am trying to setup a WIN10 to show the text rather than the circle while loading but unfortunately i am unable to find anything on internet to point to the right direction.

    Any idea how to achieve this? any help would be appreciated.

    PS: i apologies for my Grammar. English is not my native language

    Many thanks
      My Computer


  2. Posts : 9,785
    Mac OS Catalina
       #2

    Verbose mode is longer than with Linux.


    1. 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.
      My Computer


  3. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #3

    Just tried it and I like it, especially the shutdown text. Boot up is so quick nothing useful is seen though if a problem occurs it might be useful. I'm going to leave it this way for awhile.

    Created two .reg files for this. One to enable Verbose Boot and one to disable Verbose Boot. Tested them and they work, creatng the entry then changing the value from 1 to 0 to 1 as each is merged into the registry.

    VerboseBoot.zip

    Contains VerBoseBoot_On.reg and VerBoseBoot_Off.reg
      My Computers


  4. Posts : 2,935
    Windows 10 Home x64
       #4

    Hello.

    This seems very interesting. I am going to try it too. Thanks Ztruker for creating those registry files.
      My Computer


  5. Posts : 750
    Windows 10 Pro 64-bits
       #5

    I did try the registry file and the "VerboseStatus=1" had issues on my W10 1809 (17763.503).

    Rebooting the system after the change did show "Stopping services..." for a short time and then, "Windows is shutting down..." for a bit longer time. Pretty much what I've known already, no specific process names.

    Booting up the system, fast prior to the change, slowed the system to a crawl. Nor were there any indication of what Windows doing. Logging in to my standard user account was even slower, it seemed that the change broke my profile. Initially, my desktop was empty and so was the taskbar. I was debating to restore the system from last night's backup image, but the profile did load after couple of minutes. Removed the registry changes and system is back to normal and the profile loads almost instantly.

    The system uses Macrium Reflect for image backup. Could the recovery boot menu option cause the delayed loading of the profile?

    Maybe having this setting on require admin account to login to see the processes? Just a guess and probably should not have to be.
      My Computer


  6. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #6

    Shutdown and boot were normal for me, both quick as usual. I do use an Administrator account, not a Standard account.
      My Computers


  7. Posts : 456
    Windows 10
       #7

    Windows 10 can't be set up to show text messages of everything that is beeing loaded at the boot. I tied to set this up myself a couple of months ago to no avail.

    What you can do is enable "boot logging" and check out what is loading from a text file after the boot.


    To enable boot logging using msconfig:


    1. Press the WINDOWS + R keys to open the "run" command

    2. Type msconfig and press ENTER

    3. Click on the the "Start up" tab and set the "Boot logging" option and click "Ok"

    It will ask you if you want to restart you sistem right now or later...

    4. After restart check out the boot log here:

    c:\windows\ntbtlog.txt


    To enable boot logging using bcdedit:

    1. Open an elevated command prompt

    2. Type in the following command:

    bcdedit /set {current} bootlog Yes

    3. Restart the computer and check the bootlog here:

    c:\windows\ntbtlog.txt
      My Computer


  8. Posts : 2
    Win 10
    Thread Starter
       #8

    bro67 said:
    Verbose mode is longer than with Linux.


    1. 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.
    tested this today.
    It does shows more than what it was showing before while logging off and back on again.
    atleast i am on right path now.

    thank you very much for the solution.

    kudos

    - - - Updated - - -

    Ztruker said:
    Just tried it and I like it, especially the shutdown text. Boot up is so quick nothing useful is seen though if a problem occurs it might be useful. I'm going to leave it this way for awhile.

    Created two .reg files for this. One to enable Verbose Boot and one to disable Verbose Boot. Tested them and they work, creatng the entry then changing the value from 1 to 0 to 1 as each is merged into the registry.

    VerboseBoot.zip

    Contains VerBoseBoot_On.reg and VerBoseBoot_Off.reg
    thanks for the reg have downloaded just in case :)

    - - - Updated - - -

    ricardobohner said:
    Windows 10 can't be set up to show text messages of everything that is beeing loaded at the boot. I tied to set this up myself a couple of months ago to no avail.

    What you can do is enable "boot logging" and check out what is loading from a text file after the boot.


    To enable boot logging using msconfig:


    1. Press the WINDOWS + R keys to open the "run" command

    2. Type msconfig and press ENTER

    3. Click on the the "Start up" tab and set the "Boot logging" option and click "Ok"

    It will ask you if you want to restart you sistem right now or later...

    4. After restart check out the boot log here:

    c:\windows\ntbtlog.txt


    To enable boot logging using bcdedit:

    1. Open an elevated command prompt

    2. Type in the following command:

    bcdedit /set {current} bootlog Yes

    3. Restart the computer and check the bootlog here:

    c:\windows\ntbtlog.txt
    Thanks for the suggestion but its hard to tell why it was taking so long for machines to boot up afterwards.
    with first user's suggestion i have been able to replicate as before.
      My Computer


  9. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #9

    You can't enable boot logging using msconfig as the Startup tab only points you to Task Manager, there are no options any more.
    bcdedit should still work though.

    Think I'll try it just to see what c:\windows\ntbtlog.txt contains.

    Edit: Not very interresting:
    Code:
    Microsoft (R) Windows (R) Version 10.0 (Build 17763)
     6  1 2019 20:57:01.500
    BOOTLOG_LOADED \SystemRoot\system32\ntoskrnl.exe
    BOOTLOG_LOADED \SystemRoot\system32\hal.dll
    BOOTLOG_LOADED \SystemRoot\system32\kd.dll
    BOOTLOG_LOADED \SystemRoot\system32\mcupdate_GenuineIntel.dll
    BOOTLOG_LOADED \SystemRoot\System32\drivers\msrpc.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\ksecdd.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\werkernel.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\CLFS.SYS
    BOOTLOG_LOADED \SystemRoot\System32\drivers\tm.sys
    BOOTLOG_LOADED \SystemRoot\system32\PSHED.dll
    BOOTLOG_LOADED \SystemRoot\system32\BOOTVID.dll
    BOOTLOG_LOADED \SystemRoot\System32\drivers\FLTMGR.SYS
    BOOTLOG_LOADED \SystemRoot\System32\drivers\clipsp.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\cmimcext.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\ntosext.sys
    BOOTLOG_LOADED \SystemRoot\system32\CI.dll
    BOOTLOG_LOADED \SystemRoot\System32\drivers\cng.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\Wdf01000.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\WDFLDR.SYS
    BOOTLOG_LOADED \SystemRoot\system32\drivers\WppRecorder.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\SleepStudyHelper.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\acpiex.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\mssecflt.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\SgrmAgent.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\ACPI.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\WMILIB.SYS
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\MbamElam.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\wd\WdBoot.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\intelpep.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\WindowsTrustedRT.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\WindowsTrustedRTProxy.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\pcw.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\msisadrv.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\pci.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\vdrvroot.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\pdc.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\CEA.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\partmgr.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\spaceport.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\volmgr.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\volmgrx.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\mountmgr.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\storahci.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\storport.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\EhStorClass.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\fileinfo.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\Wof.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\mrfoldr.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\wd\WdFilter.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\SamsungRapidFSFltr.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\Ntfs.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\Fs_Rec.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\ndis.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\NETIO.SYS
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\ksecpkg.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\tcpip.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\fwpkclnt.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\wfplwfs.sys
    BOOTLOG_LOADED \SystemRoot\System32\DRIVERS\fvevol.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\volume.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\volsnap.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\SamsungRapidDiskFltr.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rdyboost.sys
    BOOTLOG_LOADED \SystemRoot\system32\pwdrvio.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\mup.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\mrigflt.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\mrcbt.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\iorate.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\hwpolicy.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\disk.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\CLASSPNP.SYS
    BOOTLOG_LOADED \SystemRoot\System32\drivers\cdrom.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\filecrypt.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\Null.SYS
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\Beep.SYS
    BOOTLOG_LOADED \SystemRoot\System32\drivers\dxgkrnl.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\drivers\dxgkrnl.sys
    BOOTLOG_LOADED \SystemRoot\System32\DriverStore\FileRepository\basicdisplay.inf_amd64_5103ac179273be89\BasicDisplay.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\drivers\dxgkrnl.sys
    BOOTLOG_LOADED \SystemRoot\System32\DriverStore\FileRepository\basicrender.inf_amd64_0b8d03c3bc0e7fd9\BasicRender.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\Npfs.SYS
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\Msfs.SYS
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\tdx.sys
    BOOTLOG_LOADED \SystemRoot\System32\DRIVERS\netbt.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\afunix.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\afd.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\VBoxNetLwf.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\vwififlt.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\pacer.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\netbios.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\rdbss.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\csc.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\VBoxUSBMon.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\VBoxDrv.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\nsiproxy.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\npsvctrig.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\mssmbios.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\gpuenergydrv.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\dfsc.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\fastfat.SYS
    BOOTLOG_LOADED \SystemRoot\system32\drivers\bam.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\ahcache.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\VBoxNetAdp6.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\Vid.sys
    BOOTLOG_LOADED \SystemRoot\System32\DriverStore\FileRepository\compositebus.inf_amd64_e4d35af746093dc3\CompositeBus.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\kdnic.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\umbus.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\drivers\dxgkrnl.sys
    BOOTLOG_LOADED \SystemRoot\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_c5dc31c3a136544a\nvlddmkm.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\HDAudBus.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\ucx01000.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\USBXHCI.SYS
    BOOTLOG_LOADED \SystemRoot\System32\drivers\TeeDriverW8x64.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\usbehci.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rt640x64.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\wdiwifi.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rtwlane.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\vwifibus.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\serial.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\serenum.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\SpbCx.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\bcmsmbsp.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\intelppm.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\UEFI.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\nvvad64v.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\ksthunk.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\nvvhci.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\NdisVirtualBus.sys
    BOOTLOG_LOADED \SystemRoot\System32\DriverStore\FileRepository\swenum.inf_amd64_31f554b660026323\swenum.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rdpbus.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\usbhub.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\UsbHub3.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\nvhda64v.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\RTKVHD64.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\usbprint.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\usbccgp.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\hidusb.sys
    BOOTLOG_LOADED \SystemRoot\system32\Drivers\RtsUer.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\usbscan.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\BrUsbSIb.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\BrSerIb.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\USBSTOR.SYS
    BOOTLOG_LOADED \SystemRoot\System32\drivers\mouhid.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\mouclass.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\kbdhid.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\kbdclass.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\drivers\dxgkrnl.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\monitor.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\drivers\dxgkrnl.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rdpvideominiport.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\wcifs.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\WUDFRd.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\WpdUpFltr.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\luafv.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\cldflt.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\storqosflt.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\MbamChameleon.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rdpdr.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\bowser.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\mrxsmb.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\mslldp.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\mrxsmb20.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\tsusbhub.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\lltdio.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\rspndr.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\ndisuio.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\nwifi.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\winquic.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\HTTP.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\mpsdrv.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\condrv.sys
    BOOTLOG_LOADED \SystemRoot\System32\DRIVERS\srvnet.sys
    BOOTLOG_LOADED \SystemRoot\System32\DRIVERS\srv2.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\mrxsmb10.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\mmcss.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\peauth.sys
    BOOTLOG_LOADED \??\C:\WINDOWS\SysWOW64\speedfan.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\tcpipreg.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\Ndu.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rassstp.sys
    BOOTLOG_LOADED \SystemRoot\System32\DRIVERS\NDProxy.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\AgileVpn.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\DRIVERS\NDProxy.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\rasl2tp.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\DRIVERS\NDProxy.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\raspptp.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\DRIVERS\NDProxy.sys
    BOOTLOG_LOADED \SystemRoot\System32\DRIVERS\raspppoe.sys
    BOOTLOG_NOT_LOADED \SystemRoot\System32\DRIVERS\NDProxy.sys
    BOOTLOG_LOADED \SystemRoot\System32\DRIVERS\ndistapi.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\ndiswan.sys
    BOOTLOG_NOT_LOADED \SystemRoot\system32\drivers\wd\WdFilter.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\vwifimp.sys
    BOOTLOG_LOADED \SystemRoot\System32\Drivers\mbamswissarmy.sys
    BOOTLOG_LOADED \SystemRoot\system32\drivers\wd\WdNisDrv.sys
    BOOTLOG_LOADED \SystemRoot\System32\drivers\WSDPrint.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\mwac.sys
    BOOTLOG_LOADED \SystemRoot\system32\DRIVERS\farflt.sys
    BOOTLOG_LOADED \??\C:\WINDOWS\system32\drivers\mbae64.sys
    BOOTLOG_LOADED \??\C:\WINDOWS\system32\DRIVERS\mbam.sys
      My Computers


  10. Posts : 6
    win XP, win 7
       #10

    Same problem here, my win10 takes 35 minutes to boot (on an i5 4200u with 8gb RAM) . Afterwards it behaves normally. ntbtlog.txt is totally useless without timestamps to determine where it got stucked for so long. WinXP admited a verbose output while loading the OS. (Already cloned drive to new one, same behaviour). Tried a drive with a clean windows and works fine, so it's windows related and not hardware problem.
    Each Windows is worst than the previous one in a lot of aspects, as troubleshooting when a problem arises.
    Last edited by isidroco; 04 Dec 2022 at 19:32.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:09.
Find Us




Windows 10 Forums