Created
January 5, 2022 12:44
-
-
Save mchubby/327b53dc0a712f875d49a96bccfe43f6 to your computer and use it in GitHub Desktop.
Firefox win32 component disabling (batch file)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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