mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
6 lines
167 B
PowerShell
6 lines
167 B
PowerShell
function Invoke-WPFFixesNetwork {
|
|
netsh winsock reset
|
|
netsh int ip reset
|
|
Write-Host "Network Configuration has been Reset Please restart your computer."
|
|
}
|