tmp

foreach($Adapter in Get-NetAdapter)
{
    New-NetIPAddress –IPAddress 144.76.5.13 -DefaultGateway 144.76.5.1 -PrefixLength 27 -InterfaceIndex $Adapter.InterfaceIndex
}

-ExecutionPolicy Bypass -File C:\run.ps1