mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
6b125346cd
* Update Invoke-WPFFixesNetwork.ps1 * Update Invoke-WPFFixesNetwork.ps1
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."
|
|
}
|