Home > Common Problem > body text

How to disable startup delay when booting in Windows 11 or 10

PHPz
Release: 2023-05-13 18:19:15
forward
1724 people have browsed it

Windows uses a startup delay timer to allow certain applications/services to load during startup. However, this startup delay can be significant if the user allows any third-party application to launch during the same time period. So, if you feel like Windows is taking too long to boot, you can use a simple registry trick to fix your system's boot lag.

How to speed up the Windows 11 startup process?

You can use this little trick to turn off startup delay entirely.

Using the Registry Editor, you only need to change one value and start your system faster than before.

1. Simply search for "regedit" from the system's search box.

2. After that, click "Registry Editor" to open it.

如何在 Windows 11 或 10 中启动时禁用启动延迟

Warning – You must modify a value in the registry. Now, it's possible to start a backup -

kind of thing. First, click on the “File” option.

Bay. After that, click "Export..." to create a new registry backup on your system.

如何在 Windows 11 或 10 中启动时禁用启动延迟

Just name this backup and save it in a safe location on your system.

3. When the Registry Editor window appears, move it like this -

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Serialize
Copy after login
Copy after login

Now, most of you should see " in the left pane Serialization" key. But what if you don’t?

4. Just right-click "Explorer" and click "New>", then click "Key" .

5. Name the key "Serialization".

如何在 Windows 11 或 10 中启动时禁用启动延迟

6. Now when you select the "Serialize" key, right-click on the space on the right.

7. Then, click " New> " and click " DWORD (32-bit) Value ".

如何在 Windows 11 或 10 中启动时禁用启动延迟

8. Set the name of the value to " StartupDelayInMSec ".

9. Just double-click the value to set a new value for it.

如何在 Windows 11 或 10 中启动时禁用启动延迟

10. Now, just set the value to " 0 ".

11. Finally, click "OK" to save the changes.

如何在 Windows 11 或 10 中启动时禁用启动延迟

After changing the value, close the Registry Editor. Now, all you have to do is restart your computer once. When the system boots again, test the boot time.

That's it! This way, you can easily disable the system startup delay feature and solve the problem once and for all.

Note——

As the name suggests, startup delay allows some basic services to start along with the system itself. Now, if you turn off system latency completely, it may cause some bugs or glitches for some users.

If you encounter any errors and glitches, just follow the steps below to reset all settings back to their original positions.

1. You need to access the running terminal.

2. You must press the Windows key and R key at the same time.

3. Then, enter "regedit" and click "OK" to enter the registry editor.

如何在 Windows 11 或 10 中启动时禁用启动延迟

4. Once the Registry Editor screen appears, continue following the left pane -

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Serialize
Copy after login
Copy after login

5. Now, all you have to do is Right-click the " StartupDelayInMSec " value and click " Delete ".

如何在 Windows 11 或 10 中启动时禁用启动延迟

6. Finally, click "is" to completely remove the value from the system.

如何在 Windows 11 或 10 中启动时禁用启动延迟

After deleting this value, close the screen and restart the computer to complete the process.

This should reset the startup delay settings to their default settings.

The above is the detailed content of How to disable startup delay when booting in Windows 11 or 10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template