crackruckles Posted July 8, 2019 Share Posted July 8, 2019 Hi guys, Ive noticed a lot of people were having problems with windows defender quarantining their payloads. Here's how i get around that with a simple batch file: @echo off chdir /d "%ProgramFiles%\Windows Defender" MpCmdRun.exe /restore -name "Insert Threat Name Here, Remove quotes" -All To find the threat name, let defender quarantine the file on your machine and run this command on your machine: MpCmdRun.exe /restore -listall Add that to your sd card and run it as an administrator and it will restore your file and add it to the allowed list to prevent future quarantining. Hope this helps Crackruckles Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.