DEV Community

Giancarlo Rocha
Giancarlo Rocha

Posted on

Disable Chrome Window Occlusion

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome" /v WindowOcclusionEnabled /t REG_DWORD /d 0 /f
Enter fullscreen mode Exit fullscreen mode

This makes chrome keep rendering videos behind other windows, like windows terminal with transparency.

to restart chrome after setting this you can go to chrome://restart

Top comments (0)