4 lines
116 B
PowerShell
4 lines
116 B
PowerShell
# Apply recommended exploit protection settings
|
|
Add-MpPreference -ExploitProtectionSettings "Recommended"
|
|
exit 0
|