How do I disable hardware accelerated GPU scheduling on Windows 10/11?

46 viewsComputer

How do I disable hardware accelerated GPU scheduling on Windows 10/11?

3 Answers

0 Comments

Getting Rid of Hardware-Accelerated GPU Scheduling: Here’s How


The Basics You Should Know

So, Hardware-Accelerated GPU Scheduling, or HAGS, is something Windows cooked up to boost graphics performance. It lets the GPU handle its own scheduling tasks, giving the CPU a break. But here’s the catch—it might not play nice with every system. Sometimes it causes things to go haywire, like weird lags or app crashes. If you’re tinkering with graphics stuff, fixing glitches or dealing with stubborn software, you might wanna switch it off.


Ways to Turn Off HAGS

1. The Easy Way Through Windows Settings

Works for: Windows 10 (version 2004 and up) and Windows 11.

  1. Get to Settings: Press Win + I, then head to System, and click on Display.
  2. Find Graphics Settings: Scroll till you hit Related Settings, then tap on Graphics.
  3. Switch Off HAGS:
    • Under Default Graphics Settings, flick the Hardware-Accelerated GPU Scheduling switch to Off.
  4. Restart Your PC: Give your computer a quick restart to seal the deal.

Quick Tip: Can’t find it? Your GPU or drivers might be old-school. Updating them could do the trick, or there’s another method you can try.


2. The Techie Route: Registry Editor

When to Use: If the graphical way doesn’t cut it.

  1. Open Registry Editor: Hit Win + R, type regedit, then press Enter.
  2. Dig into:
  3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers

  4. Mess with HwSchMode:
    • If it’s missing, right-click and add a DWORD (32-bit) Value.
    • Set that bad boy’s Value Data to 1 (to turn off HAGS) or 2 (to turn it on).
  5. Restart Your PC

Heads Up: Don’t wing it in the registry without backing up. It’s messy if you mess up.


3. App-Specific Tweaks

Here’s the deal: Some apps have their own hardware acceleration settings. Turning off HAGS at the whole system level might not cut it all the way.

  • For Browsers (Chrome, Edge):
    1. Go into the settings and look for “hardware acceleration.”
    2. Turn off the option Use hardware acceleration when available, then restart your browser.
  • For IDEs/Dev Tools:
    • Toss in launch parameters like --disable-gpu or switch off GPU rendering in settings.

When and Why You Might Want to Ditch HAGS

Bumps in the Road What to Do
GPU Driver Crashes Grab your driver updates or roll back to something stable.
Stuff Keeps Breaking Turn off HAGS everywhere (Method 1) or inside certain apps (that browser tweak or IDE settings).
Laggy and Janky Inputs Try turning HAGS on and off; older GPUs might vibe better without it.
Compatibility Headaches Smash that off button on HAGS if software gripes about GPU problems.

More to Think About After Turning Off HAGS

  • What’s the Damage?: Ditching HAGS might crank up CPU use during GPU-heavy stuff, but things should be smoother overall.
  • Keep an Eye Out: Use Task Manager and keep tabs on GPU usage changes.
  • Want it Back?: Follow the steps again and flip the switch back to On, or set HwSchMode to 2.

With some savvy tweaks at the system and app level and staying on top of updates, you can really dial in your GPU scheduling for the best performance without risking a meltdown.

0
0 Comments

Want to turn off Hardware Accelerated GPU Scheduling (HAGS) on your Windows computer? I’ve got you covered with some straightforward steps for both Windows 10 and 11. Here’s how you can do it:

For Windows 10:

  1. First up, open your Settings. Just right-click on the Start button and you’ll see “Settings” in the list. Click it.
  2. Now, head over to Display settings. In the window that pops up, click “System” and then “Display” from the side menu.
  3. Look for Graphics Settings. Scroll down until you spot a link that says “Graphics settings” under the Multiple displays section.
  4. Got it? Awesome! You should see “Hardware-accelerated GPU scheduling.” Just flip that switch to off, and you’re good.
  5. Last thing, give your computer a quick restart to lock in your changes.

For Windows 11:

  1. Hit the ground running by opening the Settings menu with Win + I. Quick, right?
  2. In the sidebar, click “System” and then “Display.” Easy peasy.
  3. Find your way to Graphics by scrolling down. You’ll find it in the Related settings section.
  4. Spot the “Change default graphics settings”? Go ahead and click it.
  5. Just toggle off “Hardware-accelerated GPU scheduling.”
  6. Reboot your machine, and you’re set!

Feel like going the extra mile with the Registry Editor? Here’s how:

  1. Pop open the Run dialog with Win + R. Type in regedit and hit Enter to launch the Registry Editor.
  2. Navigate through the folders: start at HKEY_LOCAL_MACHINE, then trek through SYSTEM > CurrentControlSet > Control > GraphicsDrivers.
  3. In the right pane, find HwSchMode. Double-click it and switch the Value data to 1 to turn off GPU scheduling.
  4. Hit OK, exit the Registry Editor, and don’t forget to restart your computer.

By following these steps, you should have no trouble switching off HAGS, potentially resolving any lag during gaming or when you’re using video apps like Medal.TV.

0
0 Comments

Alright, if you’re looking to turn off that hardware-accelerated GPU scheduling thing on Windows 10 or 11, here’s the lowdown:

For Windows 10:

  • Jump into Settings by tapping the Windows + I keys.
  • Head over to the ‘System’ section in the menu.
  • On the left, click ‘Display.’
  • Scroll until you hit ‘Graphics settings’ in the ‘Multiple displays’ area.
  • You’ll find a switch for ‘Hardware-accelerated GPU scheduling’—flip it to ‘Off.’
  • Give your trusty computer a restart so it can catch up with the changes.

Now, for Windows 11:

  • Same key combo—Windows + I will get you into Settings.
  • Go to ‘System.’
  • ‘Display’ option is on your left too.
  • Find ‘Graphics’ under ‘Related settings’ and click into it.
  • There’s that GPU scheduling toggle—set it to ‘Off.’
  • Time for another restart to lock in those changes.

You might be wondering, why bother with all this? Well, if your system’s acting all jittery or sluggish, this might just smooth things out. If it doesn’t, maybe updating your GPU drivers or ringing up your hardware manufacturer could help.

I’ve stumbled across a few system hiccups myself, and tweaking these settings can sometimes be the magic trick.

There you have it—a quick route to potentially boost your system’s mojo.

0