4 lines
88 B
PowerShell
4 lines
88 B
PowerShell
# Enable network protection
|
|
Set-MpPreference -EnableNetworkProtection Enabled
|
|
exit 0
|