Advertisement
Python253

enable_windows_defender

Mar 23rd, 2024
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.59 KB | None | 0 0
  1. """
  2. === DISCLAIMER ===
  3. The following comments are for reference only and should not be included in the saved script.
  4.  
  5. File Data:
  6. - Filename: enable_windows_defender.reg
  7. - Version: 1.00
  8. - Author: Jeoi Reqi
  9.  
  10. Registry Modification Notes:
  11. - This '.reg' file enables Windows Defender by setting a new key under the Windows Defender policy.
  12. - It is recommended to create a backup of the registry before applying any changes.
  13. ==================
  14. """
  15.  
  16. Windows Registry Editor Version 5.00
  17.  
  18. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
  19. "DisableAntiSpyware"=dword:00000000
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement