The hidden Network Protection feature in Windows defender

To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!

Hello,

A video showcasing a hidden Network Protection feature of Windows defender

Powershell code used in the video

# Enable network protection
Set-MpPreference -EnableNetworkProtection Enabled
# Disable network protection
Set-MpPreference -EnableNetworkProtection Disabled
# Display network protection configuration (1: Enabled, 0: Disabled)
Get-MpPreference | Select-Object EnableNetworkProtection
# smartscreen test site
https://smartscreentestratings2.net

Video : The hidden Network Protection feature in Windows defender

Related links