KV Server für seriellen Betrieb der KoCoBox
Eintragen der KV Server in host Datei. c:\Windows\System32\driver\etc\
Eintragen der KV Server in host Datei. c:\Windows\System32\driver\etc\
Powershell mit Adminrechten Ausführen: dann Adapterindex rausfinden: Get-NetAdapter Netzwerk auf Privat stellen $a=Get-NetConnectionProfile -InterfaceIndex „Adapterindex“ $a.NetworkCategory = „Private“ Set-NetConnectionProfile -InputObject $a Einstellung überprüfen Get-NetConnectionProfile -InterfaceIndex „Adapterindex“