How Can I Disable Fast Startup in Windows 11?

36 viewsComputer

How Can I Disable Fast Startup in Windows 11?

3 Answers

0 Comments

Hey there! Trying to disable Fast Startup on Windows 11 can seem a bit tricky, but don’t worry—I’ve got you covered with a couple of easy-to-follow methods.

First up, the Control Panel way:

  1. Pop open the Start Menu and type “Control Panel” to get started.
  2. Head over to “Hardware and Sound” and hit “Power Options.”
  3. Look on the left and click “Choose what the power buttons do.”
  4. There’s a link that says “Change settings that are currently unavailable.” Click it—admin privileges might be needed.
  5. Scroll down to “Shutdown settings” and untick “Turn on fast startup (recommended).”
  6. Finally, slap that “Save changes” button, and you’re all set!

Now, if you’re feeling the tech vibe, try the Command Prompt method:

  1. Start Menu, type “Command Prompt,” right-click on it, then “Run as administrator.”
  2. Once you’re in, type this command and press Enter: powercfg -h off

This little trick disables hibernation and, consequently, Fast Startup. It’s magic!

Fast Startup’s neat because it saves a snapshot of your system to speed things up. Yet it can sometimes mess with dual-boot setups or system tweaks. So, some folks, especially the tech gurus, just turn it off.

Oh, and just so you know—restarting your PC skips Fast Startup, so if a full reset is what you need, a regular restart does the job too.

So there you have it! Easy-peasy ways to switch off Fast Startup on your system. I’ve picked this info up from tech guides and brands like Lenovo and ASUS, so it’s solid stuff. Give it a whirl and free your Windows 11 from Fast Startup once and for all!

0
0 Comments

If you’re looking to turn off fast startup in Windows 11, here’s what you gotta do:

  1. Kick Off with Control Panel

    First up, hit Windows + R to pull up the Run box. Type control and bam, you’re in the Control Panel.

  2. Dive Into Power Options

    Once there, head over to Hardware and Sound, and click on Power Options. Easy peasy.

  3. Check the Power Button Settings

    On the left, there’s an option that says Choose what the power buttons do. Click that bad boy.

  4. Unlock Those Shutdown Settings

    See that Change settings that are currently unavailable link? Click it to unveil more options.

  5. Turn Off Fast Startup

    Scroll down a tad to find the Shutdown settings. Just untick the box next to Turn on fast startup (recommended).

  6. Save and You’re Done

    Don’t forget to click Save changes to lock it all in.

Now, dropping fast startup can boost stability and might even solve some update glitches. Just a heads up—your computer could boot a bit slower. But hey, that’s the trade-off.

0
0 Comments

If you\’re looking to turn off Fast Startup on your Windows 11 PC, follow along as I walk you through it. We\’ll also dig into why you might want to do this and what it means for your computer.

So, what exactly is Fast Startup? It\’s a nifty feature that speeds up your boot time by combining shutdown and hibernation. Essentially, when you shut down, your PC saves important system info in a file called hiberfil.sys so it can boot up faster next time. It\’s pretty handy for most folks, but it can cause a few hiccups with hardware updates, dual-boot setups, or specific system checks.

Why go through the hassle of disabling it? Well, here are a few reasons:

  • Got some hardware or driver issues? Sometimes Fast Startup can mess with your new drivers after you\’ve updated or changed your hardware.
  • Running more than one operating system on your PC (dual-boot)? Fast Startup can throw a wrench in the works with things like time syncing or disk access.
  • Sometimes you just need a full system reset—like when troubleshooting or updating BIOS/UEFI. Disabling Fast Startup can make this possible.
  • Want to clear some space? That hiberfil.sys file can hog 2-8GB of storage. Saying goodbye to Fast Startup deletes it.

Alright, now let’s get into the nitty-gritty of actually turning it off.

Method 1: Using the Control Panel

  1. First up, open the Control Panel. Just hit Win + S, type Control Panel, and hit enter.
  2. You\’re heading to Power Options next. Go to \’Hardware and Sound\’ → \’Power Options\’ → \’Choose what the power buttons do.\’
  3. Scroll down to the Shutdown settings. You might see \’Turn on fast startup (recommended).\’ Just uncheck it and save.

Method 2: Via Command Prompt or PowerShell

  1. Right-click the Start menu and select \’Terminal (Admin).\’ This gives you the necessary admin rights.
  2. Type in:
  3. powercfg /h off

    This shuts off hibernation, which in turn disables Fast Startup.

Now, once you’ve turned off Fast Startup, here’s what you might notice:

  • Boot times might lengthen a bit, something like a 10-30% increase, all depending on your hardware.
  • Hibernation functionality will be gone too since it\’s tied to the same shutdown process.
  • It\’s a good idea to test your devices and drivers too. Some might need a little tweak after this change.

Oh, and if something goes awry, like you can\’t find the Fast Startup option, make sure hibernation is on with powercfg /h on or check if a BIOS/UEFI update is needed. Also, always ensure you’ve got the right permissions if you hit any snags.

By following these steps, you can tweak your system just as you need. Hopefully, it smooths out any kinks you’ve been dealing with.

0