How to Speed Up Your Windows 7 Boot Time by 20%

[What I wrote here is wrong. Please read this follow-up article.]

Here is a very simple way to reduce the time it takes to boot Windows 7 by around 20% (the exact number depends on the hardware).

I would never have thought the effect to be this drastic, but the simple graphical animation Windows 7 displays while booting to the logon screen slows down the startup process by several seconds! By disabling this effect we gain roughly 20% in boot speed. There are two ways to configure this.

Using a GUI

Run MSConfig.exe and check the box in front of “No GUI boot”:

MSConfig - No GUI boot

From the Command Line

Issue the following command in an elevated command prompt:

bcdedit /set quietboot on

Caveats

I am not aware of any downsides of disabling the boot animation, except that the screen stays black while booting.

If you use BitLocker, make sure to suspend it prior to changing boot settings. You can resume it after the reboot. If you forget this, you will be prompted to enter your BitLocker recovery key each time the system starts up.

This setting has no effect on Windows Server 2008 R2, by the way.

Comments

Related Posts

Latest Posts

Scripted WordPress to Hugo Migration

Scripted WordPress to Hugo Migration
After having published in WordPress for almost 20 years, it was time for a change. This site is now rendered by Hugo, a static website generator built for Markdown content hosted in a Git repository. The migration from WordPress (HTML) to Hugo (Markdown) was far from trivial. Since I couldn’t find any tool for the job, I developed my own set of migration scripts that fully automate the migration process. You can find them on GitHub along with extensive documentation.
Website