Skip to content

Instantly share code, notes, and snippets.

@uranio-235
Created January 5, 2019 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uranio-235/f8ddd41fcfb34cb3a3ac4fd8b6d5a59c to your computer and use it in GitHub Desktop.
Save uranio-235/f8ddd41fcfb34cb3a3ac4fd8b6d5a59c to your computer and use it in GitHub Desktop.
bajar windows defender
#!/bin/sh
mkdir -p 'Windows Defender'
cd 'Windows Defender'
mv mpam-fe-exe mpm-fe.exe.old
wget -O mpam-fe.exe -c 'http://go.microsoft.com/fwlink/?LinkID=121721&arch=x64' && rm mpm-fe.exe.old || mv mpm-fe.exe.old mpm-fe.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment