Changes between Version 3 and Version 4 of Windows Diable Defender


Ignore:
Timestamp:
12/09/24 01:51:04 (7 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Diable Defender

    v3 v4  
    13134. Set the DWORD title do DisableAntiSpyware.and change its value to 1.
    1414
    15 eg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d 1 /f
     15reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d 1 /f
    1616
    1717}}}