mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-05 12:43:50 -05:00
add reset network with netsh (#768)
This commit is contained in:
11
functions/public/Invoke-WPFFixesNetwork.ps1
Normal file
11
functions/public/Invoke-WPFFixesNetwork.ps1
Normal file
@ -0,0 +1,11 @@
|
||||
function Invoke-WPFFixesNetwork {
|
||||
<#
|
||||
|
||||
.DESCRIPTION
|
||||
PlaceHolder
|
||||
|
||||
#>
|
||||
Write-Host "Reseting Network with netsh"
|
||||
netsh int ip reset
|
||||
netsh winsock reset
|
||||
}
|
Reference in New Issue
Block a user