# WinUtil — Network Reset # Źródło: https://github.com/christitustech/winutil/blob/main/functions/public/Invoke-WPFFixesNetwork.ps1 # Wymaga: PowerShell jako Administrator #Requires -RunAsAdministrator Write-Host "==> Resetowanie konfiguracji sieciowej..." -ForegroundColor Cyan Write-Host " [1/3] Reset WinSock..." netsh winsock reset Write-Host " [2/3] Reset WinHTTP proxy..." netsh winhttp reset proxy Write-Host " [3/3] Reset TCP/IP stack..." netsh int ip reset Write-Host "==> Reset sieci zakończony." -ForegroundColor Green Write-Host "WYMAGANY RESTART SYSTEMU!" -ForegroundColor Red