Mirosoft Windows 11 – enthält mit dem ‚Netzwerkschutz‘ eine verborgene Funktion die den Anwender vor gefährlichen eventuell mit Malware verseuchten Websites schützt

Mirosoft Windows 11 – so aktivieren sie die ‚Network Protection‘

Die Voraussetzungen sind Microsoft Windows 11 in der Version Pro oder Enterprise als Antivirenprogramm muss der Microsoft Defender aktiv sein und eine Windows Anmeldung mittels einem Microsoft Konto

PS C:\Users\josef> Get-MpPreference | select *NetworkProtection* | Format-List
AllowNetworkProtectionDownLevel : False
AllowNetworkProtectionOnWinServer : False
DisableNetworkProtectionPerfTelemetry : False
EnableNetworkProtection : 0
NetworkProtectionReputationMode : 0
PS C:\Users\josef> Set-MpPreference -EnableNetworkProtection Enabled
PS C:\Users\josef> Get-MpPreference | select *NetworkProtection* | Format-List
AllowNetworkProtectionDownLevel : False
AllowNetworkProtectionOnWinServer : False
DisableNetworkProtectionPerfTelemetry : False
EnableNetworkProtection : 1
NetworkProtectionReputationMode : 0
PS C:\Users\josef> Set-MpPreference -EnableNetworkProtection Disabled
AllowNetworkProtectionDownLevel : False
AllowNetworkProtectionOnWinServer : False
DisableNetworkProtectionPerfTelemetry : False
EnableNetworkProtection : 0
NetworkProtectionReputationMode : 0

Visit a (fake) malicious domain open Google Chrome or any other browser of your choice

Go to https://smartscreentestratings2.net

The network connection is allowed and a test message displays

Leave a Reply

You must be logged in to post a comment.