Home Games Leaderboards Get Started FAQs Donate Supporters Contact Creator Login
← Back to Blog

Windows Settings Optimizations for Gaming and Streaming

Squeeze every frame out of your PC with these Windows settings tweaks. Power plans, GPU scheduling, Game Mode, visual effects, and more.

In This Article

  1. Power Plan Settings
  2. GPU Hardware Scheduling
  3. Game Mode & Game Bar
  4. Visual Effects & Transparency
  5. Background Apps & Startup
  6. Mouse Acceleration
  7. Core Isolation (VBS)
  8. GPU Control Panel Settings
  9. Full-Screen Optimizations
  10. DNS Settings

Power Plan Settings

Windows power plans control CPU frequency scaling, sleep timers, and hardware power states. The default "Balanced" plan throttles your CPU to save energy — great for laptops, terrible for gaming.

  1. Open Settings → System → Power & battery → Power mode
  2. Select Best Performance

This unlocks maximum CPU clocks and disables aggressive sleep states. For desktop PCs, there's no downside.

Going further: If you want even more control, open Control Panel → Power Options and look for Ultimate Performance. It's hidden on most systems — you can enable it by running this in an admin PowerShell:

powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

GPU Hardware Scheduling

Hardware-accelerated GPU scheduling lets your GPU manage its own memory and task scheduling, reducing CPU overhead and input latency.

  1. Open Settings → System → Display → Graphics → Change default graphics settings
  2. Toggle Hardware-accelerated GPU scheduling to On
  3. Restart your PC

Requires a compatible GPU (NVIDIA 10-series or newer, AMD RX 5000-series or newer). If you don't see the option, update your GPU drivers.

Game Mode & Game Bar

Game Mode tells Windows to prioritize your game process and prevents Windows Update from installing drivers mid-session. Keep it on.

Game Bar adds an overlay that consumes resources. If you're using OBS for captures, you don't need it. On recent Windows 11 builds, the Game Bar toggle controls the overlay — to fully disable it, also turn off the controller button option.

Visual Effects & Transparency

Windows renders transparency, shadow, and animation effects that consume GPU resources. Disabling them frees up headroom for your game and stream encoder.

  1. Search for "Adjust the appearance and performance of Windows" in the Start menu
  2. Select Adjust for best performance (disables all visual effects)
  3. Re-enable Show thumbnails instead of icons and Smooth edges of screen fonts — without these, Windows is hard to use

Additionally, disable transparency effects:

Background Apps & Startup

Every background app competes for CPU, memory, and disk I/O. Audit both startup programs and background app permissions.

Startup apps:

  1. Open Task Manager → Startup apps tab
  2. Disable anything you don't need running at boot — common offenders: Discord, Spotify, OneDrive, Adobe Creative Cloud, manufacturer bloatware

Background apps:

  1. Settings → Apps → Installed apps
  2. Click the three-dot menu on apps you don't need running in the background
  3. Select Advanced options → Set Background app permissions to Never

Focus on apps that phone home or sync constantly: cloud storage clients, chat apps, update checkers.

Mouse Acceleration

Windows enables "Enhance pointer precision" by default, which applies mouse acceleration — your cursor moves faster when you move the mouse quickly and slower when you move it slowly. This makes aiming inconsistent in games.

  1. Open Settings → Bluetooth & devices → Mouse → Additional mouse settings
  2. Go to the Pointer Options tab
  3. Uncheck Enhance pointer precision

Most competitive gamers disable this. Your muscle memory will be more consistent without it.

Core Isolation (VBS)

Virtualization-Based Security (VBS) and Memory Integrity are security features that run a hypervisor alongside Windows. They're enabled by default on many Windows 11 installations and cause a measurable 5–10% FPS loss in benchmarks.

If your PC is a dedicated gaming machine and not a work laptop handling sensitive data, you can safely disable this:

  1. Open Settings → Privacy & security → Device security → Core isolation
  2. Toggle Memory integrity to Off
  3. Restart your PC

Note: This reduces a layer of security protection. If you use your PC for work or handle sensitive data, leave it on. For a dedicated gaming/streaming rig, the performance gain is worth it.

GPU Control Panel Settings

Your GPU driver's control panel has settings that impact latency and frame delivery.

NVIDIA Control Panel:

AMD Radeon Software:

These are global settings. You can also set per-game profiles if you want different configurations for different titles.

Full-Screen Optimizations

Windows applies a compatibility layer to full-screen applications that can add input latency, particularly in older DX11 games. You can disable it per-game:

  1. Right-click the game's .exe file → Properties
  2. Go to the Compatibility tab
  3. Check Disable fullscreen optimizations

This forces the game to use exclusive full-screen mode, bypassing the Windows compositor. Not every game benefits from this — test it and see if you notice a difference.

DNS Settings

Switching to a faster DNS provider won't reduce your in-game ping, but it speeds up everything that involves domain resolution — loading web pages, game launchers, update downloads, and stream connections.

  1. Open Settings → Network & Internet → Wi-Fi or Ethernet, click your connection, then find DNS server assignment → Edit
  2. Set to Manual and enter:
    • Cloudflare: 1.1.1.1 / 1.0.0.1
    • Or Google: 8.8.8.8 / 8.8.4.4