Skip to content

Instantly share code, notes, and snippets.

@domhoward14
Created September 6, 2024 15:05
Show Gist options
  • Save domhoward14/1ce8f34e6686bbe7ba7e34d1e9946801 to your computer and use it in GitHub Desktop.
Save domhoward14/1ce8f34e6686bbe7ba7e34d1e9946801 to your computer and use it in GitHub Desktop.
install.bat
reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Features" /v TamperProtection /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows Defender" /v DisableAntiVirus /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableBehaviorMonitoring /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableOnAccessProtection /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableScanOnRealtimeEnable /t REG_DWORD /d 1 /f
D:\Office2019-setup.exe /configure D:\office-config.xml
D:\AdbeRdr11000_en_US.exe /sALL
D:\AdbeRdrUpd11023.msp /quiet
D:\jre-8u20-windows-x64.exe /s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment