Netzwerkprofil ändern
Schritt 1: Administrative Powershell öffnen
Schritt 2: Abfrage: get-netconnectionprofile
Wichtig hier: InterfaceIndex und NetworkCategory
Beispieländerungen:
Wechsel Netzwerkprofil auf <Privat>:
set-netconnectionprofile -InterfaceIndex xx -NetworkCategory Private
Wechsel Netzwerkprofil auf <Öffentlich>:
set-netconnectionprofile -InterfaceIndex xx -NetworkCategory Public