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