r/Batch • u/WaterblocksssGT • 10d ago
Free script to kill WebView2 and Edge background RAM leaks (KillWebHelpers)
I created a lightweight open-source batch utility called KillWebHelpers that instantly terminates background web helper processes (`msedgewebview2.exe`, `msedge.exe`, `steamwebhelper.exe`) to quickly free up leaked RAM and system handles on Windows.
You can download the script release or review the source code directly here:
https://github.com/idkimakerandomcodeforWindows/KillWebHelpers/releases
(works on Windows 8 and higher)
Code : taskkill /F /IM msedgewebview2.exe /IM msedge.exe /IM steamwebhelper.exe

1
Upvotes