11
General Software Discussion / Re: Something similar to Progress Bar of Life
« on: August 15, 2023, 05:33 PM »
The only thing I do know in that direction is BgInfo from Sysinternals.
Does that satisfy you?
Does that satisfy you?
I begin to ask in other forumsWell, why not ask in a proper category if someone, maybe I, can program something for you?-Contro (August 14, 2023, 07:18 AM)
FWIW a little bit of PowerShell:What my app parse for NICs is similar to the PowerShell command you gave me.Code: PowerShell [Select]
(Get-NetAdapter -Name * -Physical | % { Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias $_.Name }) | Format-Table -Property InterfaceAlias, IPAddress-4wd (July 14, 2023, 03:24 AM)
Sorry for the delay, completely slipped my mind :-[No worries :-*-4wd (July 16, 2023, 09:11 PM)
That worked :Thmbsup:Amazing to hear :-*-4wd (July 16, 2023, 09:11 PM)
BTW, would it be a good idea to indicate which interface the local IP is applicable to?Everything is possible :-*
eg.
Local IP: 192.168.0.99 (WiFi)-4wd (July 16, 2023, 09:11 PM)
In the case of multiple connected NICs it might help identify which is the one with the highest metric.This is what "Local IP" shows :D-4wd (July 16, 2023, 09:11 PM)