Skip to content

Instantly share code, notes, and snippets.

@jeremyrsellars
Last active August 29, 2015 14:14
Show Gist options
  • Save jeremyrsellars/221f0ae0800ca8bb8267 to your computer and use it in GitHub Desktop.
Save jeremyrsellars/221f0ae0800ca8bb8267 to your computer and use it in GitHub Desktop.
Disable Forefront virus scanner to root android phone
REM Get around the Forefront virus scanner
REM cannot open 'rageagainstthecage-arm5.bin': No such file or directory
ECHO WARNING This disables your virus/malware scanner
pause
taskkill /f /im fcssas.exe
taskkill /f /im msmpeng.exe
taskkill /f /im MSASCui.exe
taskkill /f /im MOMService.exe
REM Unblocks the file... see https://technet.microsoft.com/en-us/sysinternals/bb897440.aspx
\install\streams.exe -d rageagainstthecage-arm5.bin
adb push rageagainstthecage-arm5.bin /data/local/tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment