4 lines
86 B
PowerShell
4 lines
86 B
PowerShell
# Enable tamper protection
|
|
Set-MpPreference -DisableTamperProtection $false
|
|
exit 0
|