A program that disables Steam's CEF/Chromium Embedded Framework.
This program was created with the intent of replacing of Steam's command-line parameter -no-browser
which was removed.
The dynamic link library toggles the CEF depending if an is app running or not.
-
If an app is running then the CEF is disabled.
-
If an app is not running then the CEF is enabled.
This way, Steam is still accessible to use.
-
Download the latest release from GitHub Releases.
-
Place
umpdc.dll
in your Steam installation directory wheresteam.exe
is located. -
Make sure Steam is fully closed and launch a new instance of Steam.
-
Start up an app and the CEF will be toggled accordingly.
Note
- You may also manually toggle the CEF via a tray icon.
- To prevent the CEF from automatically showing when restored, pass
-silent
to Steam.
-
Update the MSYS2 Environment until there are no pending updates using:
pacman -Syu --noconfirm
-
Install GCC i686 using:
pacman -S mingw-w64-i686-gcc --noconfirm
-
Make sure
<MSYS2 Installation Directory>\mingw32\bin
is added to the WindowsPATH
environment variable. -
Run
Build.cmd
.