Start-Process cmd -ArgumentList '/k title Kamrul: OneFix && color 0A && echo. && echo ONEFIX NETWORK INFO && echo. && echo Public IP: && powershell -Command "(irm ipinfo.io/ip).Trim()" && title Kamrul: OneFix && echo. && echo Local IP: && powershell -Command "(Get-NetIPAddress -AddressFamily IPv4 | ? {$_.IPAddress -notlike ''127.*''} | select -First 1 -Expand IPAddress)" && title Kamrul: OneFix && echo. && echo MAC Address: && powershell -Command "(Get-NetAdapter | ? Status -eq ''Up'' | select -First 1 -Expand MacAddress)" && title Kamrul: OneFix && echo. && ipconfig /flushdns && netsh winsock reset && echo. && echo Done. Restart recommended.'