Skip to content

Instantly share code, notes, and snippets.

@mchubby
Created January 5, 2022 12:44
Show Gist options
  • Select an option

  • Save mchubby/327b53dc0a712f875d49a96bccfe43f6 to your computer and use it in GitHub Desktop.

Select an option

Save mchubby/327b53dc0a712f875d49a96bccfe43f6 to your computer and use it in GitHub Desktop.

Revisions

  1. mchubby created this gist Jan 5, 2022.
    19 changes: 19 additions & 0 deletions _disable.cmd
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    @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