IP Stack zurücksetzen in Windows
CMD als Administrator starten. netsh int ip reset catalog c:\resetlog.txt [ENTER]
CMD als Administrator starten. netsh int ip reset catalog c:\resetlog.txt [ENTER]
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“