Enable or Disable Startup Delay in Windows 10  

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 68,862
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #10

    I hear that. :)
      My Computers


  2. Posts : 121
    Windows 10 Pro
       #11

    I have six external HDD's attached to my machine and it takes about 4 minutes to reboot, most of the time being spent waiting on the POST beep. If I disconnect those drives, it takes about 1 minute to get to the Windows Logon screen (75% speed increase). So I connect the drives just after the POST beep. It works great to speed up my boot up, but introduces another problem...

    I have a couple of portable apps located on one of the external HDD's that I launch at startup from the shell:startup folder that will appear in the system tray. If I disconnect the drives on reboot (shutdown/Pwr On), those shortcuts aren't present to launch at startup. So I have to manually launch them.

    I was hoping that if I delay the startup of those items using the "enable" reg file, it would solve the problem by delaying those couple of shortcuts until the drives are recognized. Is that a reasonable strategy? Or is there a more elegant solution?

    Fwiw, my registry does not currently contain the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize].

    Any thoughts would be appreciated.
      My Computer


  3. Posts : 68,862
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #12

    Silky said:
    I have six external HDD's attached to my machine and it takes about 4 minutes to reboot, most of the time being spent waiting on the POST beep. If I disconnect those drives, it takes about 1 minute to get to the Windows Logon screen (75% speed increase). So I connect the drives just after the POST beep. It works great to speed up my boot up, but introduces another problem...

    I have a couple of portable apps located on one of the external HDD's that I launch at startup from the shell:startup folder that will appear in the system tray. If I disconnect the drives on reboot (shutdown/Pwr On), those shortcuts aren't present to launch at startup. So I have to manually launch them.

    I was hoping that if I delay the startup of those items using the "enable" reg file, it would solve the problem by delaying those couple of shortcuts until the drives are recognized. Is that a reasonable strategy? Or is there a more elegant solution?

    Fwiw, my registry does not currently contain the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize].

    Any thoughts would be appreciated.
    Hello mate,

    The delay for startup apps is enabled by default, so this most likely hasn't helped.

    You might check your BIOS/UEFI boot settings to see if you may find something there to reduce the boot delay.
      My Computers


  4. Posts : 121
    Windows 10 Pro
       #13

    Brink said:
    Hello mate,

    The delay for startup apps is enabled by default, so this most likely hasn't helped.

    You might check your BIOS/UEFI boot settings to see if you may find something there to reduce the boot delay.
    Yeah, I read that it was supposed to be enabled by default. I don't know if the fact that I don't have that registry key created by your REG file has any bearing on it being enabled. Is there a way I can prove that it is currently enabled?

    Also, let's pretend that it is not currently enabled... in your view is a startup delay a reasonable strategy?

    Thanks for your consistently fine help. Whether you solve my problems or not, I can rely on you for sage advice; I'm so very grateful for that, just so you know.
      My Computer


  5. Posts : 68,862
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #14

    Silky said:
    Yeah, I read that it was supposed to be enabled by default. I don't know if the fact that I don't have that registry key created by your REG file has any bearing on it being enabled. Is there a way I can prove that it is currently enabled?

    Also, let's pretend that it is not currently enabled... in your view is a startup delay a reasonable strategy?

    Thanks for your consistently fine help. Whether you solve my problems or not, I can rely on you for sage advice; I'm so very grateful for that, just so you know.
    It wouldn't hurt anything to manually enable it to make sure to test and see if it makes any difference. I don't believe it will though.
      My Computers


  6. Posts : 121
    Windows 10 Pro
       #15

    Brink said:
    It wouldn't hurt anything to manually enable it to make sure to test and see if it makes any difference. I don't believe it will though.
    By "manually enable it", do you mean to use the REG file from this tutorial?

    Also, is there a way to prove it's enabled without using the REG file?
      My Computer


  7. Posts : 68,862
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #16

    Silky said:
    By "manually enable it", do you mean to use the REG file from this tutorial?

    Also, is there a way to prove it's enabled without using the REG file?
    Correct/ If you do not have the Startupdelayinmsec DWORD, the delay is enabled. The DWORD is not there by default.
      My Computers


  8. Posts : 121
    Windows 10 Pro
       #17

    Brink said:
    Correct/ If you do not have the Startupdelayinmsec DWORD, the delay is enabled. The DWORD is not there by default.
    Okay, then that's a dead end for me to solve the issue at hand. As far as BIOS settings, nothing stands out as a lead to check. What I know for certain is when I have all of my external HDD's plugged in, I can see drive activity on all of them sequentially when I Pwr On. Again, about 4 minutes until I hear the POST beep. They're all connected via USB hub, so unplugging that and then Pwr On, I get the POST beep in about 45 seconds. Just after the beep, I plug the hub in again and I'm off to the races - except for the problem I'm trying to solve.

    I used to have Norton Security and there was a feature for delaying specific user selected startup items, whether they were in the shell:startup folder or not. Is there anything like that native to Windows?
      My Computer


  9. Posts : 68,862
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #18

    Silky said:
    Okay, then that's a dead end for me to solve the issue at hand. As far as BIOS settings, nothing stands out as a lead to check. What I know for certain is when I have all of my external HDD's plugged in, I can see drive activity on all of them sequentially when I Pwr On. Again, about 4 minutes until I hear the POST beep. They're all connected via USB hub, so unplugging that and then Pwr On, I get the POST beep in about 45 seconds. Just after the beep, I plug the hub in again and I'm off to the races - except for the problem I'm trying to solve.

    I used to have Norton Security and there was a feature for delaying specific user selected startup items, whether they were in the shell:startup folder or not. Is there anything like that native to Windows?
    As a workaround for now, I suppose you could have a script run at startup that will automatically run the apps after an included delay in the script. This will give you time to turn on or connect the external drives before the apps run.

    Another option is to create a task like below to run the app at logon with the delay box checked and set how you want.

    How to Create Task to Run App or Script at Logon in Windows 10
      My Computers


  10. Posts : 121
    Windows 10 Pro
       #19

    Brink said:
    As a workaround for now, I suppose you could have a script run at startup that will automatically run the apps after an included delay in the script. This will give you time to turn on or connect the external drives before the apps run.

    Another option is to create a task like below to run the app at logon with the delay box checked and set how you want.

    How to Create Task to Run App or Script at Logon in Windows 10
    Don't know why I didn't think of Task Scheduler myself (slaps forehead). Good solution, thanks.
      My Computer


 

Tutorial Categories

Enable or Disable Startup Delay in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  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 01:44.
Find Us




Windows 10 Forums