Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
Set-MpPreference -DisableIOAVProtection $true
PS C:\Users\htb-student> Set-MpPreference -DisableRealtimeMonitoring $true
Set-MpPreference -DisableRealtimeMonitoring $true -DisableScriptScanning $true -DisableBehaviorMonitoring $true -DisableIOAVProtection $true -DisableIntrusionPreventionSystem $true