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.
-cef-single-process -cef-disable-breakpad -cef-disable-gpu-compositing
and appends any user provided ones, this restricts the CEF to a single process.The dynamic link library toggles the CEF depending if an is app running or not.
[!NOTE] You may also manually toggle the CEF via a tray icon provided by NoSteamWebHelper.
This way, the Steam UI is still accessible to use.
Download the latest release from GitHub Releases.
Unzip NoSteamWebHelper.zip
, place NoSteamWebHelper.exe
& NoSteamWebHelper.dll
in your Steam installation directory where steam.exe
is located.
Make sure Steam is fully closed and run NoSteamWebHelper.exe
to launch Steam.
Start up an app and the CEF will be toggled accordingly.
Update the MSYS2 Environment until there are no pending updates using:
pacman -Syu --noconfirm
Install GCC i686 using:
pacman -S mingw-w64-i686-gcc
Make sure <MSYS2 Installation Directory>\mingw32\bin
is added to the Windows PATH
environment variable.
Run Build.cmd
.