FIX Chrome Green Screen while playing YouTube Videos
disable hardware acceleration in chrome
for complete windows
To disable hardware acceleration for the GPU in Windows 11, you can follow these steps:
Option 1: Disable via Settings
- Open Settings: Press
Windows + I
to open the Settings app. - System: Go to the "System" section.
- Display: Click on the "Display" tab on the left side.
- Graphics: Scroll down and click on "Graphics" under the "Related settings" section.
- Default Graphics Settings: Click on "Change default graphics settings."
- Hardware-Accelerated GPU Scheduling: Turn off the toggle switch for "Hardware-accelerated GPU scheduling."
Option 2: Disable via Registry Editor
- Open Registry Editor: Press
Windows + R
, typeregedit
, and press Enter. - Navigate to the Key:
- Go to:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
- Go to:
- Create or Modify the Value:
- Right-click on the right pane, select
New > DWORD (32-bit) Value
. - Name it
HwSchMode
. - Set its value to
0
to disable hardware acceleration.
- Right-click on the right pane, select
- Restart Your Computer: For the changes to take effect.
Option 3: Disable in Individual Apps (e.g., Chrome)
Some applications have their own settings to disable hardware acceleration.
- Chrome:
- Open Chrome, click on the three-dot menu, and go to "Settings."
- Scroll down and click on "Advanced."
- Under the "System" section, toggle off "Use hardware acceleration when available."
- Restart Chrome.
By following these methods, you can disable GPU hardware acceleration in Windows 11.
Comments
Post a Comment