Regedit
Local Security Policy
Security settings\Network List Manage …\
PowerShell
Get-NetConnectionProfile
Change the network interface to private, use the network interface index number from the previous command.
Set-NetConnectionProfile -InterfaceIndex 10 -NetworkCategory Private
Cet article PowerShell : Network profil est apparu en premier sur IT Consult.