After Windows starts up, it waits about ten seconds before opening your startup programs. This “startup delay” lets your desktop and Windows services finish loading, making everything run a bit smoother. If you have apps you’d rather run immediately, you can do it with a simple Registry hack.

The ten-second delay after Windows starts but before it begins loading startup apps gives the operating system time to load into memory and perform any necessary system tasks before the apps start requesting resources. The Registry hack we’re talking about in this article reduces or disables the startup delay, meaning that it applies to all startup apps. There’s no way to apply this technique only to specific apps.

How to Disable the Windows 10 Startup Delay

To disable the Windows 10 startup delay, you just need to make a few edits in the Windows Registry.

Open the Registry Editor by hitting Start and typing “regedit.” Press Enter to open the Registry Editor and then permit it to make changes to your PC.

In the Registry Editor, use the left sidebar to navigate to the following key (or copy and paste it into the Registry Editor address bar):

If the Serialize key doesn’t already exist, you’ll need to create it. First, go to the following location:

Right-click on the parent key ( Explorer ) and choose New > Key. Name it “Serialize.”

Now, right-click the Serialize key and choose New > DWORD (32-bit) Value. Name the new value StartupDelayInMSec .

Next, you’re going to modify that value. Double-click the new StartupDelayInMSecvalue and make sure the value is set to 0 in the “Value data” box.

Click “OK” and then exit Registry Editor. For the changes to take effect, you’ll need to restart your computer. You and any other users should no longer experience the delay forced upon you by Windows.

If you ever want to re-enable this delay because your startup programs are demanding too many resources upon signing in, head back into the Registry Editor and delete the StartupDelayInMSec value by right-clicking it and then clicking “Delete.”

Download Our One-Click Registry Hack

If you don’t feel like diving into the Registry yourself, we’ve created a registry hack you can use. Just download and extract the following ZIP file:

Disable Startup Delay Registry Hack

Inside you’ll find a REG file for disabling the Startup delay in Windows and one for enabling it again. Once extracted, double-click the file you want and accept the prompts asking whether you’re sure you want to make changes to your Registry.

These hacks are just the Serialize key exported from our own Registry after we added—or removed—theStartupDelayInMSec value we talked about in the previous section. Running the hack modifies the value in your Registry. If you enjoy fiddling with the Registry, it’s worth taking the time to learn how to make your own Registry hacks.

RELATED: How to Make Your Own Windows Registry Hacks