Skip to content

Instantly share code, notes, and snippets.

@mchubby
Created January 5, 2022 12:44
Show Gist options
  • Save mchubby/327b53dc0a712f875d49a96bccfe43f6 to your computer and use it in GitHub Desktop.
Save mchubby/327b53dc0a712f875d49a96bccfe43f6 to your computer and use it in GitHub Desktop.
Firefox win32 component disabling (batch file)
@echo off
goto :main
:rn
del %1-
ren %1 %1-
goto :eof
:main
call :rn Accessible.tlb
call :rn AccessibleHandler.dll
call :rn AccessibleMarshal.dll
call :rn libEGL.dll
call :rn libGLESv2.dll
call :rn mozavcodec.dll
call :rn mozavutil.dll
call :rn mozwer.dll
del *.ini *.log crashreporter* default-browser-agent* installation_telemetry.json maintenanceservice* minidump* pingsender* plugin-container* updater*
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment