@Parkinsond
It would also be possible to block WebDAV as an output rule in the firewall.
The rule below should be used in PowerShell opened as administrator:
Code:
New-NetFirewallRule `
-DisplayName "Block WebDAV WebClient Outbound" `
-Direction Outbound `
-Service WebClient `
-Action Block `
-Protocol TCP `
-RemotePort 80,443
Obviously, create a rule that you can view (or delete) in the firewall's outgoing connections.
But I suspect that it might not be necessary

because there are various rules in H_C that block Explorer... we would need to hear
@Andy Ful opinion.
