- Joined
- Apr 20, 2014
- Messages
- 24,097
- Reaction score
- 34,633
With the latest windows updates Windows Defender has been blocking some of our trainers from working properly ,A simple fix for this is to disable Windows defender .
I included an attachment file with two .bat files ,One will deactivate windows defender the other will turn it back on ,You only have to open them .
The code the bat files contain is the following
Disable
Enable
May require a windows restart to take effect .
If you decide to turn windows defender off make sure you have a good antivirus to protect yourself , You could simply make a folder place our trainers in it and put it on the antivirus exception list to make sure the antivirus doesn't block the trainers .
I included an attachment file with two .bat files ,One will deactivate windows defender the other will turn it back on ,You only have to open them .
The code the bat files contain is the following
Disable
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Policy Manager]
"DisableAntiSpyware"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableRealtimeMonitoring"=dword:00000001
Enable
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Policy Manager]
"DisableAntiSpyware"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableRealtimeMonitoring"=dword:00000000
May require a windows restart to take effect .
If you decide to turn windows defender off make sure you have a good antivirus to protect yourself , You could simply make a folder place our trainers in it and put it on the antivirus exception list to make sure the antivirus doesn't block the trainers .
Attachments
Last edited: