steiner-gtk.de
Docs » Netzwerkprofil ändern

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

Previous Next

steiner-gtk.de

Table of Contents

Impressum / Datenschutzerklaerung