Skip to content

Instantly share code, notes, and snippets.

@wildiney
Created October 15, 2025 22:34
Show Gist options
  • Save wildiney/acbacedd3a17f5bf3ab20ae244ee3310 to your computer and use it in GitHub Desktop.
Save wildiney/acbacedd3a17f5bf3ab20ae244ee3310 to your computer and use it in GitHub Desktop.
Fix blank screen on Edge Browser when windows sandbox starts
<Configuration>
<VGpu>Off</VGpu>
<Networking>Enable</Networking>
<MappedFolders>
</MappedFolders>
<PrinterRedirection>Disable</PrinterRedirection>
<VideoInput>Disable</VideoInput>
<LogonCommand>
<Command>cmd /c reg add "HKCU\Software\Policies\Microsoft\Edge" /v HardwareAccelerationModeEnabled /t REG_DWORD /d 0 /f &amp; start msedge --use-angle=swiftshader --disable-gpu-driver-bug-workarounds</Command>
</LogonCommand>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment