topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 12:53 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 4wd [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 ... 224next
26
Did you try running the Mcafee uninstaller in Safe Mode, (so any unnecessary services aren't running and possibly locking files)?
Also, according to them, PC Optimizer won't be automatically uninstalled, you have to do it via normal Windows program uninstaller.

You can try to delete the files with SetACL Studio followed by cleaning any leftover Mcafee traces from registry by hand.

Look through Services, Task Scheduler, etc for anything that might be Mcafee related w.r.t. the popup.

27
@4wd, I attached another version of my main app, replace the .exe with this new one, the libraries are not included.
App will run its normal job but
 - i fixed the interpretation for "Local IP: "
 - i added a new "PowerShell IPs: "
The app needs now longer to parse and compute the new PowerShell input.

Tell me if this version would be okay so I can update my first post and close this issue.

Sorry for the delay, completely slipped my mind :-[

That worked  :Thmbsup:

BTW, would it be a good idea to indicate which interface the local IP is applicable to?
eg.

Local IP: 192.168.0.99 (WiFi)

In the case of multiple connected NICs it might help identify which is the one with the highest metric.

28
FWIW a little bit of PowerShell:
Code: PowerShell [Select]
  1. (Get-NetAdapter -Name * -Physical | % { Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias $_.Name }) | Format-Table -Property InterfaceAlias, IPAddress

Output:
Code: Text [Select]
  1. InterfaceAlias IPAddress
  2. -------------- ---------
  3. WiFi           192.168.0.99
  4. Ethernet 3     169.254.82.44

It's interesting that AdapterInfo returned the InterfaceAlias for the 2.5GbE connection, (Ethernet 3), but not the WiFi connection.

Actually, referring to your post above, you've chosen this interface:
Code: Text [Select]
  1. 0x0000000B (11)
  2. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-Virtual WiFi Filter Driver-0000"
  3. Info: radio spread spectrum
  4.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  5.         inet addr: Mask:
  6.         MTU: 1500 Speed:866.70 Mbps
  7.         Admin status:UP Oper status:OPERATIONAL
  8.         RX packets:7549 dropped:0 errors:0 unkown:0
  9.         TX packets:5468 dropped:0 errors:0 txqueuelen:0

When shouldn't it be this one:
Code: Text [Select]
  1. 0x00000011
  2. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card"
  3. Info: radio spread spectrum
  4.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  5.         inet addr:192.168.0.99 Mask: 255.255.255.0
  6.         MTU: 1500 Speed:866.70 Mbps
  7.         Admin status:UP Oper status:OPERATIONAL
  8.         RX packets:2307643 dropped:0 errors:0 unkown:0
  9.         TX packets:697565 dropped:0 errors:0 txqueuelen:0

29
Project4 output:
Code: Text [Select]
  1. ------------------------------------------
  2. Proof of concept for MAC address retrieval
  3. ------------------------------------------
  4. IPHLPAPI "GetIfTable" returned 85 entries (=interfaces)
  5. Looking up IP address for dns.google... 8.8.4.4
  6. Calling IPHLPAPI "GetBestInterface"... got interface index = 18
  7. Found interface index 18 at table position #75
  8. The corresponding MAC address is: 34-6F-24-D9-64-49
  9. Done.

AdapterInfo output:
Code: Text [Select]
  1. 0x00000001 (1) (Loopback Pseudo-Interface 1)
  2. "Software Loopback Interface 1"
  3.         Link encap: softwareLoopback (24)
  4.         inet addr:127.0.0.1 Mask: 255.0.0.0
  5.         MTU: 1500 Speed:1073.74 Mbps
  6.         Admin status:UP Oper status:OPERATIONAL
  7.         RX packets:0 dropped:0 errors:0 unkown:0
  8.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  9.  
  10. 0x00000002 (2)
  11. "WAN Miniport (IKEv2)"
  12. Info: Encapsulation interface
  13.         Link encap: tunnel (131)
  14.         inet addr: Mask:
  15.         MTU: 1480 Speed:0.00 Mbps
  16.         Admin status:UP Oper status:NON_OPERATIONAL
  17.         RX packets:0 dropped:0 errors:0 unkown:0
  18.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  19.  
  20. 0x00000003 (3)
  21. "Microsoft 6to4 Adapter"
  22. Info: Encapsulation interface
  23.         Link encap: tunnel (131)
  24.         inet addr: Mask:
  25.         MTU: 0 Speed:0.00 Mbps
  26.         Admin status:DOWN Oper status:NON_OPERATIONAL
  27.         RX packets:0 dropped:0 errors:0 unkown:0
  28.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  29.  
  30. 0x00000004 (4)
  31. "Microsoft Kernel Debug Network Adapter"
  32. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  33.         Link encap: ethernetCsmacd (6)
  34.         inet addr: Mask:
  35.         MTU: 0 Speed:0.00 Mbps
  36.         Admin status:DOWN Oper status:NON_OPERATIONAL
  37.         RX packets:0 dropped:0 errors:0 unkown:0
  38.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  39.  
  40. 0x00000005 (5) (Local Area Connection 2)
  41. "Windscribe Windtun420"
  42. Info: proprietary virtual/internal
  43.         Link encap: propVirtual (53)
  44.         inet addr: Mask:
  45.         MTU: 65535 Speed:0.00 Mbps
  46.         Admin status:UP Oper status:NON_OPERATIONAL
  47.         RX packets:0 dropped:0 errors:0 unkown:0
  48.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  49.  
  50. 0x00000006 (6)
  51. "Microsoft IP-HTTPS Platform Adapter"
  52. Info: Encapsulation interface
  53.         Link encap: tunnel (131)
  54.         inet addr: Mask:
  55.         MTU: 0 Speed:0.00 Mbps
  56.         Admin status:DOWN Oper status:NON_OPERATIONAL
  57.         RX packets:0 dropped:0 errors:0 unkown:0
  58.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  59.  
  60. 0x00000007 (7)
  61. "Microsoft Wi-Fi Direct Virtual Adapter-WFP Native MAC Layer LightWeight Filter-0000"
  62. Info: radio spread spectrum
  63.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  64.         inet addr: Mask:
  65.         MTU: 1500 Speed:0.00 Mbps
  66.         Admin status:UP Oper status:NON_OPERATIONAL
  67.         RX packets:0 dropped:0 errors:0 unkown:0
  68.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  69.  
  70. 0x00000008 (8)
  71. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-WFP Native MAC Layer LightWeight Filter-0000"
  72. Info: radio spread spectrum
  73.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  74.         inet addr: Mask:
  75.         MTU: 1500 Speed:866.70 Mbps
  76.         Admin status:UP Oper status:OPERATIONAL
  77.         RX packets:7549 dropped:0 errors:0 unkown:0
  78.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  79.  
  80. 0x00000009 (9)
  81. "WAN Miniport (Network Monitor)"
  82. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  83.         Link encap: ethernetCsmacd (6)
  84.         inet addr: Mask:
  85.         MTU: 1500 Speed:0.00 Mbps
  86.         Admin status:UP Oper status:OPERATIONAL
  87.         RX packets:0 dropped:0 errors:0 unkown:0
  88.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  89.  
  90. 0x0000000A (10)
  91. "WAN Miniport (SSTP)"
  92. Info: Encapsulation interface
  93.         Link encap: tunnel (131)
  94.         inet addr: Mask:
  95.         MTU: 4091 Speed:0.00 Mbps
  96.         Admin status:UP Oper status:NON_OPERATIONAL
  97.         RX packets:0 dropped:0 errors:0 unkown:0
  98.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  99.  
  100. 0x0000000B (11)
  101. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-Virtual WiFi Filter Driver-0000"
  102. Info: radio spread spectrum
  103.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  104.         inet addr: Mask:
  105.         MTU: 1500 Speed:866.70 Mbps
  106.         Admin status:UP Oper status:OPERATIONAL
  107.         RX packets:7549 dropped:0 errors:0 unkown:0
  108.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  109.  
  110. 0x0000000C (12)
  111. "WAN Miniport (L2TP)"
  112. Info: Encapsulation interface
  113.         Link encap: tunnel (131)
  114.         inet addr: Mask:
  115.         MTU: 1460 Speed:0.00 Mbps
  116.         Admin status:UP Oper status:NON_OPERATIONAL
  117.         RX packets:0 dropped:0 errors:0 unkown:0
  118.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  119.  
  120. 0x0000000D (13) (Bluetooth Network Connection 2)
  121. "Bluetooth Device (Personal Area Network) #2"
  122. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  123.         Link encap: ethernetCsmacd (6) HWaddr: 34-6F-24-D9-64-48
  124.         inet addr: Mask:
  125.         MTU: 1500 Speed:3.00 Mbps
  126.         Admin status:UP Oper status:NON_OPERATIONAL
  127.         RX packets:0 dropped:0 errors:0 unkown:0
  128.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  129.  
  130. 0x0000000E (14)
  131. "WAN Miniport (PPTP)"
  132. Info: Encapsulation interface
  133.         Link encap: tunnel (131)
  134.         inet addr: Mask:
  135.         MTU: 1464 Speed:0.00 Mbps
  136.         Admin status:UP Oper status:NON_OPERATIONAL
  137.         RX packets:0 dropped:0 errors:0 unkown:0
  138.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  139.  
  140. 0x0000000F (15)
  141. "Hyper-V Virtual Switch Extension Adapter"
  142. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  143.         Link encap: ethernetCsmacd (6)
  144.         inet addr: Mask:
  145.         MTU: 1500 Speed:0.00 Mbps
  146.         Admin status:UP Oper status:OPERATIONAL
  147.         RX packets:0 dropped:0 errors:0 unkown:0
  148.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  149.  
  150. 0x00000010 (16) (Ethernet 3)
  151. "Realtek Gaming 2.5GbE Family Controller #2"
  152. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  153.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  154.         inet addr: Mask:
  155.         MTU: 1500 Speed:0.00 Mbps
  156.         Admin status:UP Oper status:NON_OPERATIONAL
  157.         RX packets:0 dropped:0 errors:0 unkown:0
  158.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  159.  
  160. 0x00000011 (17)
  161. "Microsoft Teredo Tunneling Adapter"
  162. Info: Encapsulation interface
  163.         Link encap: tunnel (131) HWaddr: 00-00-00-00-00-00-00-E0
  164.         inet addr: Mask:
  165.         MTU: 0 Speed:0.00 Mbps
  166.         Admin status:DOWN Oper status:NON_OPERATIONAL
  167.         RX packets:0 dropped:0 errors:0 unkown:0
  168.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  169.  
  170. 0x00000012 (18) (WiFi)
  171. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card"
  172. Info: radio spread spectrum
  173.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  174.         inet addr:192.168.0.99 Mask: 255.255.255.0
  175.         MTU: 1500 Speed:866.70 Mbps
  176.         Admin status:UP Oper status:OPERATIONAL
  177.         RX packets:7550 dropped:0 errors:0 unkown:0
  178.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  179.  
  180. 0x00000013 (19)
  181. "WAN Miniport (IP)"
  182. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  183.         Link encap: ethernetCsmacd (6)
  184.         inet addr: Mask:
  185.         MTU: 1500 Speed:0.00 Mbps
  186.         Admin status:UP Oper status:OPERATIONAL
  187.         RX packets:0 dropped:0 errors:0 unkown:0
  188.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  189.  
  190. 0x00000014 (20)
  191. "WAN Miniport (IPv6)"
  192. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  193.         Link encap: ethernetCsmacd (6)
  194.         inet addr: Mask:
  195.         MTU: 1500 Speed:0.00 Mbps
  196.         Admin status:UP Oper status:OPERATIONAL
  197.         RX packets:0 dropped:0 errors:0 unkown:0
  198.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  199.  
  200. 0x00000015 (21)
  201. "WAN Miniport (PPPOE)"
  202.         Link encap: ppp (23)
  203.         inet addr: Mask:
  204.         MTU: 1494 Speed:0.00 Mbps
  205.         Admin status:UP Oper status:NON_OPERATIONAL
  206.         RX packets:0 dropped:0 errors:0 unkown:0
  207.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  208.  
  209. 0x00000016 (22)
  210. "Hyper-V Virtual Switch Extension Adapter-Hyper-V Virtual Switch Extension Filter-0000"
  211. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  212.         Link encap: ethernetCsmacd (6)
  213.         inet addr: Mask:
  214.         MTU: 1500 Speed:0.00 Mbps
  215.         Admin status:UP Oper status:OPERATIONAL
  216.         RX packets:0 dropped:0 errors:0 unkown:0
  217.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  218.  
  219. 0x00000017 (23) (Local Area Connection* 11)
  220. "Microsoft Wi-Fi Direct Virtual Adapter #2"
  221. Info: radio spread spectrum
  222.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  223.         inet addr: Mask:
  224.         MTU: 1500 Speed:0.00 Mbps
  225.         Admin status:UP Oper status:NON_OPERATIONAL
  226.         RX packets:0 dropped:0 errors:0 unkown:0
  227.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  228.  
  229. 0x00000018 (24)
  230. "Realtek Gaming 2.5GbE Family Controller"
  231. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  232.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  233.         inet addr: Mask:
  234.         MTU: 0 Speed:0.00 Mbps
  235.         Admin status:DOWN Oper status:NON_OPERATIONAL
  236.         RX packets:0 dropped:0 errors:0 unkown:0
  237.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  238.  
  239. 0x00000019 (25) (Local Area Connection)
  240. "Windscribe VPN"
  241. Info: proprietary virtual/internal
  242.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  243.         inet addr: Mask:
  244.         MTU: 1500 Speed:1000.00 Mbps
  245.         Admin status:UP Oper status:NON_OPERATIONAL
  246.         RX packets:0 dropped:0 errors:0 unkown:0
  247.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  248.  
  249. 0x0000001A (26) (Local Area Connection* 10)
  250. "Microsoft Wi-Fi Direct Virtual Adapter"
  251. Info: radio spread spectrum
  252.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  253.         inet addr: Mask:
  254.         MTU: 1500 Speed:0.00 Mbps
  255.         Admin status:UP Oper status:NON_OPERATIONAL
  256.         RX packets:0 dropped:0 errors:0 unkown:0
  257.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  258.  
  259. 0x0000001B (27) (Ethernet)
  260. "VirtualBox Host-Only Ethernet Adapter"
  261. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  262.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  263.         inet addr:192.168.56.1 Mask: 255.255.255.0
  264.         MTU: 1500 Speed:1000.00 Mbps
  265.         Admin status:UP Oper status:OPERATIONAL
  266.         RX packets:0 dropped:0 errors:0 unkown:0
  267.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  268.  
  269. 0x0000001C (28)
  270. "VirtualBox Host-Only Ethernet Adapter-WFP Native MAC Layer LightWeight Filter-0000"
  271. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  272.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  273.         inet addr: Mask:
  274.         MTU: 1500 Speed:1000.00 Mbps
  275.         Admin status:UP Oper status:OPERATIONAL
  276.         RX packets:0 dropped:0 errors:0 unkown:0
  277.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  278.  
  279. 0x0000001D (29)
  280. "VirtualBox Host-Only Ethernet Adapter-cFosSpeed for faster Internet with Traffic Shaping-0000"
  281. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  282.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  283.         inet addr: Mask:
  284.         MTU: 1500 Speed:1000.00 Mbps
  285.         Admin status:UP Oper status:OPERATIONAL
  286.         RX packets:0 dropped:0 errors:0 unkown:0
  287.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  288.  
  289. 0x0000001E (30)
  290. "VirtualBox Host-Only Ethernet Adapter-QoS Packet Scheduler-0000"
  291. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  292.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  293.         inet addr: Mask:
  294.         MTU: 1500 Speed:1000.00 Mbps
  295.         Admin status:UP Oper status:OPERATIONAL
  296.         RX packets:0 dropped:0 errors:0 unkown:0
  297.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  298.  
  299. 0x0000001F (31)
  300. "VirtualBox Host-Only Ethernet Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000"
  301. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  302.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  303.         inet addr: Mask:
  304.         MTU: 1500 Speed:1000.00 Mbps
  305.         Admin status:UP Oper status:OPERATIONAL
  306.         RX packets:0 dropped:0 errors:0 unkown:0
  307.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  308.  
  309. 0x00000020 (32)
  310. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-Native WiFi Filter Driver-0000"
  311. Info: radio spread spectrum
  312.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  313.         inet addr: Mask:
  314.         MTU: 1500 Speed:866.70 Mbps
  315.         Admin status:UP Oper status:OPERATIONAL
  316.         RX packets:7549 dropped:0 errors:0 unkown:0
  317.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  318.  
  319. 0x00000021 (33)
  320. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-cFosSpeed for faster Internet with Traffic Shaping-0000"
  321. Info: radio spread spectrum
  322.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  323.         inet addr: Mask:
  324.         MTU: 1500 Speed:866.70 Mbps
  325.         Admin status:UP Oper status:OPERATIONAL
  326.         RX packets:7549 dropped:0 errors:0 unkown:0
  327.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  328.  
  329. 0x00000022 (34)
  330. "Windscribe VPN-WFP Native MAC Layer LightWeight Filter-0000"
  331. Info: proprietary virtual/internal
  332.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  333.         inet addr: Mask:
  334.         MTU: 1500 Speed:1000.00 Mbps
  335.         Admin status:UP Oper status:NON_OPERATIONAL
  336.         RX packets:0 dropped:0 errors:0 unkown:0
  337.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  338.  
  339. 0x00000023 (35)
  340. "Windscribe VPN-cFosSpeed for faster Internet with Traffic Shaping-0000"
  341. Info: proprietary virtual/internal
  342.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  343.         inet addr: Mask:
  344.         MTU: 1500 Speed:1000.00 Mbps
  345.         Admin status:UP Oper status:NON_OPERATIONAL
  346.         RX packets:0 dropped:0 errors:0 unkown:0
  347.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  348.  
  349. 0x00000024 (36)
  350. "Windscribe VPN-VirtualBox NDIS Light-Weight Filter-0000"
  351. Info: proprietary virtual/internal
  352.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  353.         inet addr: Mask:
  354.         MTU: 1500 Speed:1000.00 Mbps
  355.         Admin status:UP Oper status:NON_OPERATIONAL
  356.         RX packets:0 dropped:0 errors:0 unkown:0
  357.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  358.  
  359. 0x00000025 (37)
  360. "Windscribe VPN-QoS Packet Scheduler-0000"
  361. Info: proprietary virtual/internal
  362.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  363.         inet addr: Mask:
  364.         MTU: 1500 Speed:1000.00 Mbps
  365.         Admin status:UP Oper status:NON_OPERATIONAL
  366.         RX packets:0 dropped:0 errors:0 unkown:0
  367.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  368.  
  369. 0x00000026 (38)
  370. "Windscribe VPN-WFP 802.3 MAC Layer LightWeight Filter-0000"
  371. Info: proprietary virtual/internal
  372.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  373.         inet addr: Mask:
  374.         MTU: 1500 Speed:1000.00 Mbps
  375.         Admin status:UP Oper status:NON_OPERATIONAL
  376.         RX packets:0 dropped:0 errors:0 unkown:0
  377.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  378.  
  379. 0x00000027 (39)
  380. "Realtek Gaming 2.5GbE Family Controller #2-WFP Native MAC Layer LightWeight Filter-0000"
  381. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  382.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  383.         inet addr: Mask:
  384.         MTU: 1500 Speed:0.00 Mbps
  385.         Admin status:UP Oper status:NON_OPERATIONAL
  386.         RX packets:0 dropped:0 errors:0 unkown:0
  387.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  388.  
  389. 0x00000028 (40)
  390. "Realtek Gaming 2.5GbE Family Controller #2-cFosSpeed for faster Internet with Traffic Shaping-0000"
  391. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  392.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  393.         inet addr: Mask:
  394.         MTU: 1500 Speed:0.00 Mbps
  395.         Admin status:UP Oper status:NON_OPERATIONAL
  396.         RX packets:0 dropped:0 errors:0 unkown:0
  397.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  398.  
  399. 0x00000029 (41)
  400. "Realtek Gaming 2.5GbE Family Controller #2-VirtualBox NDIS Light-Weight Filter-0000"
  401. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  402.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  403.         inet addr: Mask:
  404.         MTU: 1500 Speed:0.00 Mbps
  405.         Admin status:UP Oper status:NON_OPERATIONAL
  406.         RX packets:0 dropped:0 errors:0 unkown:0
  407.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  408.  
  409. 0x0000002A (42)
  410. "Realtek Gaming 2.5GbE Family Controller #2-QoS Packet Scheduler-0000"
  411. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  412.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  413.         inet addr: Mask:
  414.         MTU: 1500 Speed:0.00 Mbps
  415.         Admin status:UP Oper status:NON_OPERATIONAL
  416.         RX packets:0 dropped:0 errors:0 unkown:0
  417.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  418.  
  419. 0x0000002B (43)
  420. "Realtek Gaming 2.5GbE Family Controller #2-WFP 802.3 MAC Layer LightWeight Filter-0000"
  421. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  422.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  423.         inet addr: Mask:
  424.         MTU: 1500 Speed:0.00 Mbps
  425.         Admin status:UP Oper status:NON_OPERATIONAL
  426.         RX packets:0 dropped:0 errors:0 unkown:0
  427.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  428.  
  429. 0x0000002C (44) (vEthernet (Default Switch))
  430. "Hyper-V Virtual Ethernet Adapter"
  431. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  432.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-3B-81-72
  433.         inet addr:172.18.32.1 Mask: 255.255.240.0
  434.         MTU: 1500 Speed:0.00 Mbps
  435.         Admin status:UP Oper status:OPERATIONAL
  436.         RX packets:0 dropped:0 errors:0 unkown:0
  437.         TX packets:235 dropped:0 errors:0 txqueuelen:0
  438.  
  439. 0x0000002D (45)
  440. "Hyper-V Virtual Ethernet Adapter-WFP Native MAC Layer LightWeight Filter-0000"
  441. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  442.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-3B-81-72
  443.         inet addr: Mask:
  444.         MTU: 1500 Speed:0.00 Mbps
  445.         Admin status:UP Oper status:OPERATIONAL
  446.         RX packets:0 dropped:0 errors:0 unkown:0
  447.         TX packets:235 dropped:0 errors:0 txqueuelen:0
  448.  
  449. 0x0000002E (46)
  450. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-VirtualBox NDIS Light-Weight Filter-0000"
  451. Info: radio spread spectrum
  452.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  453.         inet addr: Mask:
  454.         MTU: 1500 Speed:866.70 Mbps
  455.         Admin status:UP Oper status:OPERATIONAL
  456.         RX packets:7549 dropped:0 errors:0 unkown:0
  457.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  458.  
  459. 0x0000002F (47)
  460. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-QoS Packet Scheduler-0000"
  461. Info: radio spread spectrum
  462.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  463.         inet addr: Mask:
  464.         MTU: 1500 Speed:866.70 Mbps
  465.         Admin status:UP Oper status:OPERATIONAL
  466.         RX packets:7549 dropped:0 errors:0 unkown:0
  467.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  468.  
  469. 0x00000030 (48)
  470. "Hyper-V Virtual Ethernet Adapter-cFosSpeed for faster Internet with Traffic Shaping-0000"
  471. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  472.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-3B-81-72
  473.         inet addr: Mask:
  474.         MTU: 1500 Speed:0.00 Mbps
  475.         Admin status:UP Oper status:OPERATIONAL
  476.         RX packets:0 dropped:0 errors:0 unkown:0
  477.         TX packets:235 dropped:0 errors:0 txqueuelen:0
  478.  
  479. 0x00000031 (49)
  480. "Hyper-V Virtual Ethernet Adapter-VirtualBox NDIS Light-Weight Filter-0000"
  481. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  482.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-3B-81-72
  483.         inet addr: Mask:
  484.         MTU: 1500 Speed:0.00 Mbps
  485.         Admin status:UP Oper status:OPERATIONAL
  486.         RX packets:0 dropped:0 errors:0 unkown:0
  487.         TX packets:235 dropped:0 errors:0 txqueuelen:0
  488.  
  489. 0x00000032 (50)
  490. "Hyper-V Virtual Ethernet Adapter-QoS Packet Scheduler-0000"
  491. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  492.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-3B-81-72
  493.         inet addr: Mask:
  494.         MTU: 1500 Speed:0.00 Mbps
  495.         Admin status:UP Oper status:OPERATIONAL
  496.         RX packets:0 dropped:0 errors:0 unkown:0
  497.         TX packets:235 dropped:0 errors:0 txqueuelen:0
  498.  
  499. 0x00000033 (51)
  500. "Microsoft Wi-Fi Direct Virtual Adapter-Native WiFi Filter Driver-0000"
  501. Info: radio spread spectrum
  502.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  503.         inet addr: Mask:
  504.         MTU: 1500 Speed:0.00 Mbps
  505.         Admin status:UP Oper status:NON_OPERATIONAL
  506.         RX packets:0 dropped:0 errors:0 unkown:0
  507.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  508.  
  509. 0x00000034 (52)
  510. "Hyper-V Virtual Ethernet Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000"
  511. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  512.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-3B-81-72
  513.         inet addr: Mask:
  514.         MTU: 1500 Speed:0.00 Mbps
  515.         Admin status:UP Oper status:OPERATIONAL
  516.         RX packets:0 dropped:0 errors:0 unkown:0
  517.         TX packets:235 dropped:0 errors:0 txqueuelen:0
  518.  
  519. 0x00000035 (53)
  520. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-WFP 802.3 MAC Layer LightWeight Filter-0000"
  521. Info: radio spread spectrum
  522.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  523.         inet addr: Mask:
  524.         MTU: 1500 Speed:866.70 Mbps
  525.         Admin status:UP Oper status:OPERATIONAL
  526.         RX packets:7549 dropped:0 errors:0 unkown:0
  527.         TX packets:5468 dropped:0 errors:0 txqueuelen:0
  528.  
  529. 0x00000036 (54)
  530. "WAN Miniport (IP)-WFP Native MAC Layer LightWeight Filter-0000"
  531. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  532.         Link encap: ethernetCsmacd (6)
  533.         inet addr: Mask:
  534.         MTU: 1500 Speed:0.00 Mbps
  535.         Admin status:UP Oper status:OPERATIONAL
  536.         RX packets:0 dropped:0 errors:0 unkown:0
  537.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  538.  
  539. 0x00000037 (55)
  540. "WAN Miniport (IP)-cFosSpeed for faster Internet with Traffic Shaping-0000"
  541. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  542.         Link encap: ethernetCsmacd (6)
  543.         inet addr: Mask:
  544.         MTU: 1500 Speed:0.00 Mbps
  545.         Admin status:UP Oper status:OPERATIONAL
  546.         RX packets:0 dropped:0 errors:0 unkown:0
  547.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  548.  
  549. 0x00000038 (56) (vEthernet (Ethernet 3))
  550. "Hyper-V Virtual Ethernet Adapter #2"
  551. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  552.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-DB-98-35
  553.         inet addr:172.17.144.1 Mask: 255.255.240.0
  554.         MTU: 1500 Speed:0.00 Mbps
  555.         Admin status:UP Oper status:OPERATIONAL
  556.         RX packets:225 dropped:0 errors:0 unkown:0
  557.         TX packets:234 dropped:0 errors:0 txqueuelen:0
  558.  
  559. 0x00000039 (57)
  560. "Hyper-V Virtual Ethernet Adapter #2-WFP Native MAC Layer LightWeight Filter-0000"
  561. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  562.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-DB-98-35
  563.         inet addr: Mask:
  564.         MTU: 1500 Speed:0.00 Mbps
  565.         Admin status:UP Oper status:OPERATIONAL
  566.         RX packets:225 dropped:0 errors:0 unkown:0
  567.         TX packets:234 dropped:0 errors:0 txqueuelen:0
  568.  
  569. 0x0000003A (58)
  570. "WAN Miniport (IPv6)-WFP Native MAC Layer LightWeight Filter-0000"
  571. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  572.         Link encap: ethernetCsmacd (6)
  573.         inet addr: Mask:
  574.         MTU: 1500 Speed:0.00 Mbps
  575.         Admin status:UP Oper status:OPERATIONAL
  576.         RX packets:0 dropped:0 errors:0 unkown:0
  577.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  578.  
  579. 0x0000003B (59)
  580. "Hyper-V Virtual Ethernet Adapter #2-cFosSpeed for faster Internet with Traffic Shaping-0000"
  581. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  582.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-DB-98-35
  583.         inet addr: Mask:
  584.         MTU: 1500 Speed:0.00 Mbps
  585.         Admin status:UP Oper status:OPERATIONAL
  586.         RX packets:225 dropped:0 errors:0 unkown:0
  587.         TX packets:234 dropped:0 errors:0 txqueuelen:0
  588.  
  589. 0x0000003C (60)
  590. "WAN Miniport (IPv6)-cFosSpeed for faster Internet with Traffic Shaping-0000"
  591. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  592.         Link encap: ethernetCsmacd (6)
  593.         inet addr: Mask:
  594.         MTU: 1500 Speed:0.00 Mbps
  595.         Admin status:UP Oper status:OPERATIONAL
  596.         RX packets:0 dropped:0 errors:0 unkown:0
  597.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  598.  
  599. 0x0000003D (61)
  600. "WAN Miniport (IP)-QoS Packet Scheduler-0000"
  601. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  602.         Link encap: ethernetCsmacd (6)
  603.         inet addr: Mask:
  604.         MTU: 1500 Speed:0.00 Mbps
  605.         Admin status:UP Oper status:OPERATIONAL
  606.         RX packets:0 dropped:0 errors:0 unkown:0
  607.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  608.  
  609. 0x0000003E (62)
  610. "Hyper-V Virtual Ethernet Adapter #2-VirtualBox NDIS Light-Weight Filter-0000"
  611. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  612.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-DB-98-35
  613.         inet addr: Mask:
  614.         MTU: 1500 Speed:0.00 Mbps
  615.         Admin status:UP Oper status:OPERATIONAL
  616.         RX packets:225 dropped:0 errors:0 unkown:0
  617.         TX packets:234 dropped:0 errors:0 txqueuelen:0
  618.  
  619. 0x0000003F (63)
  620. "WAN Miniport (IPv6)-QoS Packet Scheduler-0000"
  621. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  622.         Link encap: ethernetCsmacd (6)
  623.         inet addr: Mask:
  624.         MTU: 1500 Speed:0.00 Mbps
  625.         Admin status:UP Oper status:OPERATIONAL
  626.         RX packets:0 dropped:0 errors:0 unkown:0
  627.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  628.  
  629. 0x00000040 (64)
  630. "WAN Miniport (Network Monitor)-WFP Native MAC Layer LightWeight Filter-0000"
  631. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  632.         Link encap: ethernetCsmacd (6)
  633.         inet addr: Mask:
  634.         MTU: 1500 Speed:0.00 Mbps
  635.         Admin status:UP Oper status:OPERATIONAL
  636.         RX packets:0 dropped:0 errors:0 unkown:0
  637.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  638.  
  639. 0x00000041 (65)
  640. "WAN Miniport (Network Monitor)-cFosSpeed for faster Internet with Traffic Shaping-0000"
  641. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  642.         Link encap: ethernetCsmacd (6)
  643.         inet addr: Mask:
  644.         MTU: 1500 Speed:0.00 Mbps
  645.         Admin status:UP Oper status:OPERATIONAL
  646.         RX packets:0 dropped:0 errors:0 unkown:0
  647.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  648.  
  649. 0x00000042 (66)
  650. "WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000"
  651. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  652.         Link encap: ethernetCsmacd (6)
  653.         inet addr: Mask:
  654.         MTU: 1500 Speed:0.00 Mbps
  655.         Admin status:UP Oper status:OPERATIONAL
  656.         RX packets:0 dropped:0 errors:0 unkown:0
  657.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  658.  
  659. 0x00000043 (67)
  660. "Microsoft Wi-Fi Direct Virtual Adapter-cFosSpeed for faster Internet with Traffic Shaping-0000"
  661. Info: radio spread spectrum
  662.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  663.         inet addr: Mask:
  664.         MTU: 1500 Speed:0.00 Mbps
  665.         Admin status:UP Oper status:NON_OPERATIONAL
  666.         RX packets:0 dropped:0 errors:0 unkown:0
  667.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  668.  
  669. 0x00000044 (68)
  670. "Microsoft Wi-Fi Direct Virtual Adapter-VirtualBox NDIS Light-Weight Filter-0000"
  671. Info: radio spread spectrum
  672.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  673.         inet addr: Mask:
  674.         MTU: 1500 Speed:0.00 Mbps
  675.         Admin status:UP Oper status:NON_OPERATIONAL
  676.         RX packets:0 dropped:0 errors:0 unkown:0
  677.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  678.  
  679. 0x00000045 (69)
  680. "Microsoft Wi-Fi Direct Virtual Adapter-QoS Packet Scheduler-0000"
  681. Info: radio spread spectrum
  682.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  683.         inet addr: Mask:
  684.         MTU: 1500 Speed:0.00 Mbps
  685.         Admin status:UP Oper status:NON_OPERATIONAL
  686.         RX packets:0 dropped:0 errors:0 unkown:0
  687.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  688.  
  689. 0x00000046 (70)
  690. "Microsoft Wi-Fi Direct Virtual Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000"
  691. Info: radio spread spectrum
  692.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  693.         inet addr: Mask:
  694.         MTU: 1500 Speed:0.00 Mbps
  695.         Admin status:UP Oper status:NON_OPERATIONAL
  696.         RX packets:0 dropped:0 errors:0 unkown:0
  697.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  698.  
  699. 0x00000047 (71)
  700. "Hyper-V Virtual Ethernet Adapter #2-QoS Packet Scheduler-0000"
  701. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  702.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-DB-98-35
  703.         inet addr: Mask:
  704.         MTU: 1500 Speed:0.00 Mbps
  705.         Admin status:UP Oper status:OPERATIONAL
  706.         RX packets:225 dropped:0 errors:0 unkown:0
  707.         TX packets:234 dropped:0 errors:0 txqueuelen:0
  708.  
  709. 0x00000048 (72)
  710. "Hyper-V Virtual Ethernet Adapter #2-WFP 802.3 MAC Layer LightWeight Filter-0000"
  711. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  712.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-DB-98-35
  713.         inet addr: Mask:
  714.         MTU: 1500 Speed:0.00 Mbps
  715.         Admin status:UP Oper status:OPERATIONAL
  716.         RX packets:225 dropped:0 errors:0 unkown:0
  717.         TX packets:234 dropped:0 errors:0 txqueuelen:0
  718.  
  719. 0x00000049 (73)
  720. "Hyper-V Virtual Switch Extension Adapter-Microsoft Hvsi Filter Driver-0000"
  721. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  722.         Link encap: ethernetCsmacd (6)
  723.         inet addr: Mask:
  724.         MTU: 1500 Speed:0.00 Mbps
  725.         Admin status:UP Oper status:OPERATIONAL
  726.         RX packets:0 dropped:0 errors:0 unkown:0
  727.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  728.  
  729. 0x0000004A (74) (vEthernet (Ethernet))
  730. "Hyper-V Virtual Ethernet Adapter #3"
  731. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  732.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-10-85-7C
  733.         inet addr:172.19.192.1 Mask: 255.255.240.0
  734.         MTU: 1500 Speed:0.00 Mbps
  735.         Admin status:UP Oper status:OPERATIONAL
  736.         RX packets:144 dropped:0 errors:0 unkown:0
  737.         TX packets:167 dropped:0 errors:0 txqueuelen:0
  738.  
  739. 0x0000004B (75)
  740. "Hyper-V Virtual Ethernet Adapter #3-WFP Native MAC Layer LightWeight Filter-0000"
  741. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  742.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-10-85-7C
  743.         inet addr: Mask:
  744.         MTU: 1500 Speed:0.00 Mbps
  745.         Admin status:UP Oper status:OPERATIONAL
  746.         RX packets:144 dropped:0 errors:0 unkown:0
  747.         TX packets:167 dropped:0 errors:0 txqueuelen:0
  748.  
  749. 0x0000004C (76)
  750. "Hyper-V Virtual Ethernet Adapter #3-cFosSpeed for faster Internet with Traffic Shaping-0000"
  751. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  752.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-10-85-7C
  753.         inet addr: Mask:
  754.         MTU: 1500 Speed:0.00 Mbps
  755.         Admin status:UP Oper status:OPERATIONAL
  756.         RX packets:144 dropped:0 errors:0 unkown:0
  757.         TX packets:167 dropped:0 errors:0 txqueuelen:0
  758.  
  759. 0x0000004D (77)
  760. "Hyper-V Virtual Ethernet Adapter #3-VirtualBox NDIS Light-Weight Filter-0000"
  761. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  762.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-10-85-7C
  763.         inet addr: Mask:
  764.         MTU: 1500 Speed:0.00 Mbps
  765.         Admin status:UP Oper status:OPERATIONAL
  766.         RX packets:144 dropped:0 errors:0 unkown:0
  767.         TX packets:167 dropped:0 errors:0 txqueuelen:0
  768.  
  769. 0x0000004E (78)
  770. "Hyper-V Virtual Ethernet Adapter #3-QoS Packet Scheduler-0000"
  771. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  772.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-10-85-7C
  773.         inet addr: Mask:
  774.         MTU: 1500 Speed:0.00 Mbps
  775.         Admin status:UP Oper status:OPERATIONAL
  776.         RX packets:144 dropped:0 errors:0 unkown:0
  777.         TX packets:167 dropped:0 errors:0 txqueuelen:0
  778.  
  779. 0x0000004F (79)
  780. "Hyper-V Virtual Ethernet Adapter #3-WFP 802.3 MAC Layer LightWeight Filter-0000"
  781. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  782.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-10-85-7C
  783.         inet addr: Mask:
  784.         MTU: 1500 Speed:0.00 Mbps
  785.         Admin status:UP Oper status:OPERATIONAL
  786.         RX packets:144 dropped:0 errors:0 unkown:0
  787.         TX packets:167 dropped:0 errors:0 txqueuelen:0
  788.  
  789. 0x00000050 (80) (vEthernet (WiFi))
  790. "Hyper-V Virtual Ethernet Adapter #4"
  791. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  792.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-7F-88-EA
  793.         inet addr:172.25.128.1 Mask: 255.255.240.0
  794.         MTU: 1500 Speed:0.00 Mbps
  795.         Admin status:UP Oper status:OPERATIONAL
  796.         RX packets:126 dropped:0 errors:0 unkown:0
  797.         TX packets:126 dropped:0 errors:0 txqueuelen:0
  798.  
  799. 0x00000051 (81)
  800. "Hyper-V Virtual Ethernet Adapter #4-WFP Native MAC Layer LightWeight Filter-0000"
  801. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  802.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-7F-88-EA
  803.         inet addr: Mask:
  804.         MTU: 1500 Speed:0.00 Mbps
  805.         Admin status:UP Oper status:OPERATIONAL
  806.         RX packets:126 dropped:0 errors:0 unkown:0
  807.         TX packets:126 dropped:0 errors:0 txqueuelen:0
  808.  
  809. 0x00000052 (82)
  810. "Hyper-V Virtual Ethernet Adapter #4-cFosSpeed for faster Internet with Traffic Shaping-0000"
  811. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  812.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-7F-88-EA
  813.         inet addr: Mask:
  814.         MTU: 1500 Speed:0.00 Mbps
  815.         Admin status:UP Oper status:OPERATIONAL
  816.         RX packets:126 dropped:0 errors:0 unkown:0
  817.         TX packets:126 dropped:0 errors:0 txqueuelen:0
  818.  
  819. 0x00000053 (83)
  820. "Hyper-V Virtual Ethernet Adapter #4-VirtualBox NDIS Light-Weight Filter-0000"
  821. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  822.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-7F-88-EA
  823.         inet addr: Mask:
  824.         MTU: 1500 Speed:0.00 Mbps
  825.         Admin status:UP Oper status:OPERATIONAL
  826.         RX packets:126 dropped:0 errors:0 unkown:0
  827.         TX packets:126 dropped:0 errors:0 txqueuelen:0
  828.  
  829. 0x00000054 (84)
  830. "Hyper-V Virtual Ethernet Adapter #4-QoS Packet Scheduler-0000"
  831. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  832.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-7F-88-EA
  833.         inet addr: Mask:
  834.         MTU: 1500 Speed:0.00 Mbps
  835.         Admin status:UP Oper status:OPERATIONAL
  836.         RX packets:126 dropped:0 errors:0 unkown:0
  837.         TX packets:126 dropped:0 errors:0 txqueuelen:0
  838.  
  839. 0x00000055 (85)
  840. "Hyper-V Virtual Ethernet Adapter #4-WFP 802.3 MAC Layer LightWeight Filter-0000"
  841. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  842.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-7F-88-EA
  843.         inet addr: Mask:
  844.         MTU: 1500 Speed:0.00 Mbps
  845.         Admin status:UP Oper status:OPERATIONAL
  846.         RX packets:126 dropped:0 errors:0 unkown:0
  847.         TX packets:126 dropped:0 errors:0 txqueuelen:0
  848.  
  849. 0x00000056 (86)
  850. "Microsoft Wi-Fi Direct Virtual Adapter #2-WFP Native MAC Layer LightWeight Filter-0000"
  851. Info: radio spread spectrum
  852.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  853.         inet addr: Mask:
  854.         MTU: 1500 Speed:0.00 Mbps
  855.         Admin status:UP Oper status:NON_OPERATIONAL
  856.         RX packets:0 dropped:0 errors:0 unkown:0
  857.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  858.  
  859. 0x00000057 (87)
  860. "Microsoft Wi-Fi Direct Virtual Adapter #2-Native WiFi Filter Driver-0000"
  861. Info: radio spread spectrum
  862.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  863.         inet addr: Mask:
  864.         MTU: 1500 Speed:0.00 Mbps
  865.         Admin status:UP Oper status:NON_OPERATIONAL
  866.         RX packets:0 dropped:0 errors:0 unkown:0
  867.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  868.  
  869. 0x00000058 (88)
  870. "Microsoft Wi-Fi Direct Virtual Adapter #2-cFosSpeed for faster Internet with Traffic Shaping-0000"
  871. Info: radio spread spectrum
  872.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  873.         inet addr: Mask:
  874.         MTU: 1500 Speed:0.00 Mbps
  875.         Admin status:UP Oper status:NON_OPERATIONAL
  876.         RX packets:0 dropped:0 errors:0 unkown:0
  877.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  878.  
  879. 0x00000059 (89)
  880. "Microsoft Wi-Fi Direct Virtual Adapter #2-VirtualBox NDIS Light-Weight Filter-0000"
  881. Info: radio spread spectrum
  882.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  883.         inet addr: Mask:
  884.         MTU: 1500 Speed:0.00 Mbps
  885.         Admin status:UP Oper status:NON_OPERATIONAL
  886.         RX packets:0 dropped:0 errors:0 unkown:0
  887.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  888.  
  889. 0x0000005A (90)
  890. "Microsoft Wi-Fi Direct Virtual Adapter #2-QoS Packet Scheduler-0000"
  891. Info: radio spread spectrum
  892.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  893.         inet addr: Mask:
  894.         MTU: 1500 Speed:0.00 Mbps
  895.         Admin status:UP Oper status:NON_OPERATIONAL
  896.         RX packets:0 dropped:0 errors:0 unkown:0
  897.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  898.  
  899. 0x0000005B (91)
  900. "Microsoft Wi-Fi Direct Virtual Adapter #2-WFP 802.3 MAC Layer LightWeight Filter-0000"
  901. Info: radio spread spectrum
  902.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  903.         inet addr: Mask:
  904.         MTU: 1500 Speed:0.00 Mbps
  905.         Admin status:UP Oper status:NON_OPERATIONAL
  906.         RX packets:0 dropped:0 errors:0 unkown:0
  907.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  908.  
  909. Host: MainPC
  910. Local IP:
  911. Public IP: 111.222.333.444

30
Now I get this:
Code: Text [Select]
  1. Host: MainPC
  2. Local IP:
  3. Public IP: 111.222.333.444

ie. No local IP reported  :)

31
Need the equivalent of the following PowerShell:

Code: PowerShell [Select]
  1. get-netadapter -name * -physical
  2.  
  3. Name                      InterfaceDescription                    ifIndex Status       MacAddress             LinkSpeed
  4. ----                      --------------------                    ------- ------       ----------             ---------
  5. WiFi                      MediaTek Wi-Fi 6 MT7921 Wireless LAN C…      17 Up           34-6F-24-D9-64-49     866.7 Mbps
  6. Ethernet 3                Realtek Gaming 2.5GbE Family Contr...#2      14 Disconnected 58-11-22-B7-AC-0B          0 bps

No need to apologise :)

32
You can add separate Height and Width columns to Explorer, then you can just sort on the Height column.

Right-click on the column headings, select More..., then check Height and Width.

Screenshot_20230708-023329-01.jpeg

Otherwise, DOpus let's you sort on multiple columns, (by holding Control as you click on them), so you could sort on Height and Width, there might be other file managers that offer the same.

34
Unfortunately it doesn't fair too well when Docker is involved  ;)

Code: Text [Select]
  1. Host: MainPC
  2. Local IP: 172.28.176.1
  3. Public IP: 111.222.333.444

Host and Public IP, (changed in above), are correct but the Local IP for the LAN is 192.168.0.99, Docker uses 172.17.0.0/16 subnet by default normally, in this case I have it using 172.28.0.0/16 and 172.27.0.0/16.

2023-07-07 15_50_49-.png

Output from your program, (changed name of PC and WAN IP):
Code: Text [Select]
  1. 0x00000001
  2. "Software Loopback Interface 1"
  3. Info:
  4.         Link encap: softwareLoopback (24)
  5.         inet addr:127.0.0.1 Mask: 255.0.0.0
  6.         MTU: 1500 Speed:1073.74 Mbps
  7.         Admin status:UP Oper status:OPERATIONAL
  8.         RX packets:0 dropped:0 errors:0 unkown:0
  9.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  10.  
  11. 0x00000002
  12. "WAN Miniport (IKEv2)"
  13. Info: Encapsulation interface
  14.         Link encap: tunnel (131)
  15.         inet addr: Mask:
  16.         MTU: 1480 Speed:0.00 Mbps
  17.         Admin status:UP Oper status:NON_OPERATIONAL
  18.         RX packets:0 dropped:0 errors:0 unkown:0
  19.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  20.  
  21. 0x00000003
  22. "Microsoft 6to4 Adapter"
  23. Info: Encapsulation interface
  24.         Link encap: tunnel (131)
  25.         inet addr: Mask:
  26.         MTU: 0 Speed:0.00 Mbps
  27.         Admin status:DOWN Oper status:NON_OPERATIONAL
  28.         RX packets:0 dropped:0 errors:0 unkown:0
  29.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  30.  
  31. 0x00000004
  32. "Microsoft Kernel Debug Network Adapter"
  33. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  34.         Link encap: ethernetCsmacd (6)
  35.         inet addr: Mask:
  36.         MTU: 0 Speed:0.00 Mbps
  37.         Admin status:DOWN Oper status:NON_OPERATIONAL
  38.         RX packets:0 dropped:0 errors:0 unkown:0
  39.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  40.  
  41. 0x00000005
  42. "Hyper-V Virtual Switch Extension Adapter"
  43. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  44.         Link encap: ethernetCsmacd (6)
  45.         inet addr: Mask:
  46.         MTU: 1500 Speed:0.00 Mbps
  47.         Admin status:UP Oper status:OPERATIONAL
  48.         RX packets:0 dropped:0 errors:0 unkown:0
  49.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  50.  
  51. 0x00000006
  52. "Windscribe Windtun420"
  53. Info: proprietary virtual/internal
  54.         Link encap: propVirtual (53)
  55.         inet addr: Mask:
  56.         MTU: 65535 Speed:0.00 Mbps
  57.         Admin status:UP Oper status:NON_OPERATIONAL
  58.         RX packets:0 dropped:0 errors:0 unkown:0
  59.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  60.  
  61. 0x00000007
  62. "WAN Miniport (IP)-WFP Native MAC Layer LightWeight Filter-0000"
  63. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  64.         Link encap: ethernetCsmacd (6)
  65.         inet addr: Mask:
  66.         MTU: 1500 Speed:0.00 Mbps
  67.         Admin status:UP Oper status:OPERATIONAL
  68.         RX packets:0 dropped:0 errors:0 unkown:0
  69.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  70.  
  71. 0x00000008
  72. "Microsoft IP-HTTPS Platform Adapter"
  73. Info: Encapsulation interface
  74.         Link encap: tunnel (131)
  75.         inet addr: Mask:
  76.         MTU: 0 Speed:0.00 Mbps
  77.         Admin status:DOWN Oper status:NON_OPERATIONAL
  78.         RX packets:0 dropped:0 errors:0 unkown:0
  79.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  80.  
  81. 0x00000009
  82. "WAN Miniport (Network Monitor)"
  83. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  84.         Link encap: ethernetCsmacd (6)
  85.         inet addr: Mask:
  86.         MTU: 1500 Speed:0.00 Mbps
  87.         Admin status:UP Oper status:OPERATIONAL
  88.         RX packets:0 dropped:0 errors:0 unkown:0
  89.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  90.  
  91. 0x0000000A
  92. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-WFP Native MAC Layer LightWeight Filter-0000"
  93. Info: radio spread spectrum
  94.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  95.         inet addr: Mask:
  96.         MTU: 1500 Speed:866.70 Mbps
  97.         Admin status:UP Oper status:OPERATIONAL
  98.         RX packets:2307643 dropped:0 errors:0 unkown:0
  99.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  100.  
  101. 0x0000000B
  102. "WAN Miniport (SSTP)"
  103. Info: Encapsulation interface
  104.         Link encap: tunnel (131)
  105.         inet addr: Mask:
  106.         MTU: 4091 Speed:0.00 Mbps
  107.         Admin status:UP Oper status:NON_OPERATIONAL
  108.         RX packets:0 dropped:0 errors:0 unkown:0
  109.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  110.  
  111. 0x0000000C
  112. "WAN Miniport (L2TP)"
  113. Info: Encapsulation interface
  114.         Link encap: tunnel (131)
  115.         inet addr: Mask:
  116.         MTU: 1460 Speed:0.00 Mbps
  117.         Admin status:UP Oper status:NON_OPERATIONAL
  118.         RX packets:0 dropped:0 errors:0 unkown:0
  119.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  120.  
  121. 0x0000000D
  122. "Bluetooth Device (Personal Area Network) #2"
  123. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  124.         Link encap: ethernetCsmacd (6) HWaddr: 34-6F-24-D9-64-48
  125.         inet addr: Mask:
  126.         MTU: 1500 Speed:3.00 Mbps
  127.         Admin status:UP Oper status:NON_OPERATIONAL
  128.         RX packets:0 dropped:0 errors:0 unkown:0
  129.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  130.  
  131. 0x0000000E
  132. "WAN Miniport (PPTP)"
  133. Info: Encapsulation interface
  134.         Link encap: tunnel (131)
  135.         inet addr: Mask:
  136.         MTU: 1464 Speed:0.00 Mbps
  137.         Admin status:UP Oper status:NON_OPERATIONAL
  138.         RX packets:0 dropped:0 errors:0 unkown:0
  139.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  140.  
  141. 0x0000000F
  142. "Realtek Gaming 2.5GbE Family Controller #2"
  143. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  144.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  145.         inet addr: Mask:
  146.         MTU: 1500 Speed:0.00 Mbps
  147.         Admin status:UP Oper status:NON_OPERATIONAL
  148.         RX packets:0 dropped:0 errors:0 unkown:0
  149.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  150.  
  151. 0x00000010
  152. "Microsoft Teredo Tunneling Adapter"
  153. Info: Encapsulation interface
  154.         Link encap: tunnel (131) HWaddr: 00-00-00-00-00-00-00-E0
  155.         inet addr: Mask:
  156.         MTU: 0 Speed:0.00 Mbps
  157.         Admin status:DOWN Oper status:NON_OPERATIONAL
  158.         RX packets:0 dropped:0 errors:0 unkown:0
  159.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  160.  
  161. 0x00000011
  162. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card"
  163. Info: radio spread spectrum
  164.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  165.         inet addr:192.168.0.99 Mask: 255.255.255.0
  166.         MTU: 1500 Speed:866.70 Mbps
  167.         Admin status:UP Oper status:OPERATIONAL
  168.         RX packets:2307643 dropped:0 errors:0 unkown:0
  169.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  170.  
  171. 0x00000012
  172. "WAN Miniport (IP)"
  173. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  174.         Link encap: ethernetCsmacd (6)
  175.         inet addr: Mask:
  176.         MTU: 1500 Speed:0.00 Mbps
  177.         Admin status:UP Oper status:OPERATIONAL
  178.         RX packets:0 dropped:0 errors:0 unkown:0
  179.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  180.  
  181. 0x00000013
  182. "WAN Miniport (IPv6)"
  183. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  184.         Link encap: ethernetCsmacd (6)
  185.         inet addr: Mask:
  186.         MTU: 1500 Speed:0.00 Mbps
  187.         Admin status:UP Oper status:OPERATIONAL
  188.         RX packets:0 dropped:0 errors:0 unkown:0
  189.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  190.  
  191. 0x00000014
  192. "WAN Miniport (PPPOE)"
  193. Info:
  194.         Link encap: ppp (23)
  195.         inet addr: Mask:
  196.         MTU: 1494 Speed:0.00 Mbps
  197.         Admin status:UP Oper status:NON_OPERATIONAL
  198.         RX packets:0 dropped:0 errors:0 unkown:0
  199.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  200.  
  201. 0x00000015
  202. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-Virtual WiFi Filter Driver-0000"
  203. Info: radio spread spectrum
  204.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  205.         inet addr: Mask:
  206.         MTU: 1500 Speed:866.70 Mbps
  207.         Admin status:UP Oper status:OPERATIONAL
  208.         RX packets:2307643 dropped:0 errors:0 unkown:0
  209.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  210.  
  211. 0x00000016
  212. "Microsoft Wi-Fi Direct Virtual Adapter #2"
  213. Info: radio spread spectrum
  214.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  215.         inet addr: Mask:
  216.         MTU: 1500 Speed:0.00 Mbps
  217.         Admin status:UP Oper status:NON_OPERATIONAL
  218.         RX packets:0 dropped:0 errors:0 unkown:0
  219.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  220.  
  221. 0x00000017
  222. "Realtek Gaming 2.5GbE Family Controller"
  223. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  224.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  225.         inet addr: Mask:
  226.         MTU: 0 Speed:0.00 Mbps
  227.         Admin status:DOWN Oper status:NON_OPERATIONAL
  228.         RX packets:0 dropped:0 errors:0 unkown:0
  229.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  230.  
  231. 0x00000018
  232. "Windscribe VPN"
  233. Info: proprietary virtual/internal
  234.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  235.         inet addr: Mask:
  236.         MTU: 1500 Speed:1000.00 Mbps
  237.         Admin status:UP Oper status:NON_OPERATIONAL
  238.         RX packets:0 dropped:0 errors:0 unkown:0
  239.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  240.  
  241. 0x00000019
  242. "Hyper-V Virtual Switch Extension Adapter-Hyper-V Virtual Switch Extension Filter-0000"
  243. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  244.         Link encap: ethernetCsmacd (6)
  245.         inet addr: Mask:
  246.         MTU: 1500 Speed:0.00 Mbps
  247.         Admin status:UP Oper status:OPERATIONAL
  248.         RX packets:0 dropped:0 errors:0 unkown:0
  249.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  250.  
  251. 0x0000001A
  252. "Microsoft Wi-Fi Direct Virtual Adapter"
  253. Info: radio spread spectrum
  254.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  255.         inet addr: Mask:
  256.         MTU: 1500 Speed:0.00 Mbps
  257.         Admin status:UP Oper status:NON_OPERATIONAL
  258.         RX packets:0 dropped:0 errors:0 unkown:0
  259.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  260.  
  261. 0x0000001B
  262. "VirtualBox Host-Only Ethernet Adapter"
  263. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  264.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  265.         inet addr:192.168.56.1 Mask: 255.255.255.0
  266.         MTU: 1500 Speed:1000.00 Mbps
  267.         Admin status:UP Oper status:OPERATIONAL
  268.         RX packets:0 dropped:0 errors:0 unkown:0
  269.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  270.  
  271. 0x0000001C
  272. "VirtualBox Host-Only Ethernet Adapter-WFP Native MAC Layer LightWeight Filter-0000"
  273. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  274.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  275.         inet addr: Mask:
  276.         MTU: 1500 Speed:1000.00 Mbps
  277.         Admin status:UP Oper status:OPERATIONAL
  278.         RX packets:0 dropped:0 errors:0 unkown:0
  279.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  280.  
  281. 0x0000001D
  282. "VirtualBox Host-Only Ethernet Adapter-cFosSpeed for faster Internet with Traffic Shaping-0000"
  283. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  284.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  285.         inet addr: Mask:
  286.         MTU: 1500 Speed:1000.00 Mbps
  287.         Admin status:UP Oper status:OPERATIONAL
  288.         RX packets:0 dropped:0 errors:0 unkown:0
  289.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  290.  
  291. 0x0000001E
  292. "VirtualBox Host-Only Ethernet Adapter-QoS Packet Scheduler-0000"
  293. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  294.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  295.         inet addr: Mask:
  296.         MTU: 1500 Speed:1000.00 Mbps
  297.         Admin status:UP Oper status:OPERATIONAL
  298.         RX packets:0 dropped:0 errors:0 unkown:0
  299.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  300.  
  301. 0x0000001F
  302. "VirtualBox Host-Only Ethernet Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000"
  303. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  304.         Link encap: ethernetCsmacd (6) HWaddr: 0A-00-27-00-00-1B
  305.         inet addr: Mask:
  306.         MTU: 1500 Speed:1000.00 Mbps
  307.         Admin status:UP Oper status:OPERATIONAL
  308.         RX packets:0 dropped:0 errors:0 unkown:0
  309.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  310.  
  311. 0x00000020
  312. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-Native WiFi Filter Driver-0000"
  313. Info: radio spread spectrum
  314.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  315.         inet addr: Mask:
  316.         MTU: 1500 Speed:866.70 Mbps
  317.         Admin status:UP Oper status:OPERATIONAL
  318.         RX packets:2307643 dropped:0 errors:0 unkown:0
  319.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  320.  
  321. 0x00000021
  322. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-cFosSpeed for faster Internet with Traffic Shaping-0000"
  323. Info: radio spread spectrum
  324.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  325.         inet addr: Mask:
  326.         MTU: 1500 Speed:866.70 Mbps
  327.         Admin status:UP Oper status:OPERATIONAL
  328.         RX packets:2307643 dropped:0 errors:0 unkown:0
  329.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  330.  
  331. 0x00000022
  332. "Windscribe VPN-WFP Native MAC Layer LightWeight Filter-0000"
  333. Info: proprietary virtual/internal
  334.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  335.         inet addr: Mask:
  336.         MTU: 1500 Speed:1000.00 Mbps
  337.         Admin status:UP Oper status:NON_OPERATIONAL
  338.         RX packets:0 dropped:0 errors:0 unkown:0
  339.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  340.  
  341. 0x00000023
  342. "Windscribe VPN-cFosSpeed for faster Internet with Traffic Shaping-0000"
  343. Info: proprietary virtual/internal
  344.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  345.         inet addr: Mask:
  346.         MTU: 1500 Speed:1000.00 Mbps
  347.         Admin status:UP Oper status:NON_OPERATIONAL
  348.         RX packets:0 dropped:0 errors:0 unkown:0
  349.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  350.  
  351. 0x00000024
  352. "Windscribe VPN-VirtualBox NDIS Light-Weight Filter-0000"
  353. Info: proprietary virtual/internal
  354.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  355.         inet addr: Mask:
  356.         MTU: 1500 Speed:1000.00 Mbps
  357.         Admin status:UP Oper status:NON_OPERATIONAL
  358.         RX packets:0 dropped:0 errors:0 unkown:0
  359.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  360.  
  361. 0x00000025
  362. "Windscribe VPN-QoS Packet Scheduler-0000"
  363. Info: proprietary virtual/internal
  364.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  365.         inet addr: Mask:
  366.         MTU: 1500 Speed:1000.00 Mbps
  367.         Admin status:UP Oper status:NON_OPERATIONAL
  368.         RX packets:0 dropped:0 errors:0 unkown:0
  369.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  370.  
  371. 0x00000026
  372. "Windscribe VPN-WFP 802.3 MAC Layer LightWeight Filter-0000"
  373. Info: proprietary virtual/internal
  374.         Link encap: propVirtual (53) HWaddr: 00-FF-DF-EA-2A-31
  375.         inet addr: Mask:
  376.         MTU: 1500 Speed:1000.00 Mbps
  377.         Admin status:UP Oper status:NON_OPERATIONAL
  378.         RX packets:0 dropped:0 errors:0 unkown:0
  379.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  380.  
  381. 0x00000027
  382. "Realtek Gaming 2.5GbE Family Controller #2-WFP Native MAC Layer LightWeight Filter-0000"
  383. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  384.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  385.         inet addr: Mask:
  386.         MTU: 1500 Speed:0.00 Mbps
  387.         Admin status:UP Oper status:NON_OPERATIONAL
  388.         RX packets:0 dropped:0 errors:0 unkown:0
  389.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  390.  
  391. 0x00000028
  392. "Realtek Gaming 2.5GbE Family Controller #2-cFosSpeed for faster Internet with Traffic Shaping-0000"
  393. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  394.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  395.         inet addr: Mask:
  396.         MTU: 1500 Speed:0.00 Mbps
  397.         Admin status:UP Oper status:NON_OPERATIONAL
  398.         RX packets:0 dropped:0 errors:0 unkown:0
  399.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  400.  
  401. 0x00000029
  402. "Realtek Gaming 2.5GbE Family Controller #2-VirtualBox NDIS Light-Weight Filter-0000"
  403. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  404.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  405.         inet addr: Mask:
  406.         MTU: 1500 Speed:0.00 Mbps
  407.         Admin status:UP Oper status:NON_OPERATIONAL
  408.         RX packets:0 dropped:0 errors:0 unkown:0
  409.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  410.  
  411. 0x0000002A
  412. "Realtek Gaming 2.5GbE Family Controller #2-QoS Packet Scheduler-0000"
  413. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  414.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  415.         inet addr: Mask:
  416.         MTU: 1500 Speed:0.00 Mbps
  417.         Admin status:UP Oper status:NON_OPERATIONAL
  418.         RX packets:0 dropped:0 errors:0 unkown:0
  419.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  420.  
  421. 0x0000002B
  422. "Realtek Gaming 2.5GbE Family Controller #2-WFP 802.3 MAC Layer LightWeight Filter-0000"
  423. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  424.         Link encap: ethernetCsmacd (6) HWaddr: 58-11-22-B7-AC-0B
  425.         inet addr: Mask:
  426.         MTU: 1500 Speed:0.00 Mbps
  427.         Admin status:UP Oper status:NON_OPERATIONAL
  428.         RX packets:0 dropped:0 errors:0 unkown:0
  429.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  430.  
  431. 0x0000002C
  432. "Hyper-V Virtual Ethernet Adapter"
  433. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  434.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-98-32-2C
  435.         inet addr:172.28.32.1 Mask: 255.255.240.0
  436.         MTU: 1500 Speed:0.00 Mbps
  437.         Admin status:UP Oper status:OPERATIONAL
  438.         RX packets:0 dropped:0 errors:0 unkown:0
  439.         TX packets:354 dropped:0 errors:0 txqueuelen:0
  440.  
  441. 0x0000002D
  442. "Hyper-V Virtual Ethernet Adapter #3-WFP Native MAC Layer LightWeight Filter-0000"
  443. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  444.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-BB-38-22
  445.         inet addr: Mask:
  446.         MTU: 1500 Speed:0.00 Mbps
  447.         Admin status:UP Oper status:OPERATIONAL
  448.         RX packets:255 dropped:0 errors:0 unkown:0
  449.         TX packets:277 dropped:0 errors:0 txqueuelen:0
  450.  
  451. 0x0000002E
  452. "Microsoft Wi-Fi Direct Virtual Adapter-WFP Native MAC Layer LightWeight Filter-0000"
  453. Info: radio spread spectrum
  454.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  455.         inet addr: Mask:
  456.         MTU: 1500 Speed:0.00 Mbps
  457.         Admin status:UP Oper status:NON_OPERATIONAL
  458.         RX packets:0 dropped:0 errors:0 unkown:0
  459.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  460.  
  461. 0x0000002F
  462. "Microsoft Wi-Fi Direct Virtual Adapter-Native WiFi Filter Driver-0000"
  463. Info: radio spread spectrum
  464.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  465.         inet addr: Mask:
  466.         MTU: 1500 Speed:0.00 Mbps
  467.         Admin status:UP Oper status:NON_OPERATIONAL
  468.         RX packets:0 dropped:0 errors:0 unkown:0
  469.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  470.  
  471. 0x00000030
  472. "Hyper-V Virtual Ethernet Adapter #3-cFosSpeed for faster Internet with Traffic Shaping-0000"
  473. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  474.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-BB-38-22
  475.         inet addr: Mask:
  476.         MTU: 1500 Speed:0.00 Mbps
  477.         Admin status:UP Oper status:OPERATIONAL
  478.         RX packets:255 dropped:0 errors:0 unkown:0
  479.         TX packets:277 dropped:0 errors:0 txqueuelen:0
  480.  
  481. 0x00000031
  482. "Hyper-V Virtual Ethernet Adapter #3-VirtualBox NDIS Light-Weight Filter-0000"
  483. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  484.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-BB-38-22
  485.         inet addr: Mask:
  486.         MTU: 1500 Speed:0.00 Mbps
  487.         Admin status:UP Oper status:OPERATIONAL
  488.         RX packets:255 dropped:0 errors:0 unkown:0
  489.         TX packets:277 dropped:0 errors:0 txqueuelen:0
  490.  
  491. 0x00000032
  492. "Hyper-V Virtual Ethernet Adapter #3-QoS Packet Scheduler-0000"
  493. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  494.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-BB-38-22
  495.         inet addr: Mask:
  496.         MTU: 1500 Speed:0.00 Mbps
  497.         Admin status:UP Oper status:OPERATIONAL
  498.         RX packets:255 dropped:0 errors:0 unkown:0
  499.         TX packets:277 dropped:0 errors:0 txqueuelen:0
  500.  
  501. 0x00000033
  502. "Hyper-V Virtual Ethernet Adapter #3-WFP 802.3 MAC Layer LightWeight Filter-0000"
  503. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  504.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-BB-38-22
  505.         inet addr: Mask:
  506.         MTU: 1500 Speed:0.00 Mbps
  507.         Admin status:UP Oper status:OPERATIONAL
  508.         RX packets:255 dropped:0 errors:0 unkown:0
  509.         TX packets:277 dropped:0 errors:0 txqueuelen:0
  510.  
  511. 0x00000034
  512. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-VirtualBox NDIS Light-Weight Filter-0000"
  513. Info: radio spread spectrum
  514.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  515.         inet addr: Mask:
  516.         MTU: 1500 Speed:866.70 Mbps
  517.         Admin status:UP Oper status:OPERATIONAL
  518.         RX packets:2307643 dropped:0 errors:0 unkown:0
  519.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  520.  
  521. 0x00000035
  522. "Hyper-V Virtual Ethernet Adapter #2"
  523. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  524.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-E1-27-28
  525.         inet addr:172.27.176.1 Mask: 255.255.240.0
  526.         MTU: 1500 Speed:0.00 Mbps
  527.         Admin status:UP Oper status:OPERATIONAL
  528.         RX packets:347 dropped:0 errors:0 unkown:0
  529.         TX packets:391 dropped:0 errors:0 txqueuelen:0
  530.  
  531. 0x00000036
  532. "WAN Miniport (IP)-cFosSpeed for faster Internet with Traffic Shaping-0000"
  533. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  534.         Link encap: ethernetCsmacd (6)
  535.         inet addr: Mask:
  536.         MTU: 1500 Speed:0.00 Mbps
  537.         Admin status:UP Oper status:OPERATIONAL
  538.         RX packets:0 dropped:0 errors:0 unkown:0
  539.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  540.  
  541. 0x00000037
  542. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-QoS Packet Scheduler-0000"
  543. Info: radio spread spectrum
  544.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  545.         inet addr: Mask:
  546.         MTU: 1500 Speed:866.70 Mbps
  547.         Admin status:UP Oper status:OPERATIONAL
  548.         RX packets:2307643 dropped:0 errors:0 unkown:0
  549.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  550.  
  551. 0x00000038
  552. "Hyper-V Virtual Ethernet Adapter #2-WFP Native MAC Layer LightWeight Filter-0000"
  553. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  554.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-E1-27-28
  555.         inet addr: Mask:
  556.         MTU: 1500 Speed:0.00 Mbps
  557.         Admin status:UP Oper status:OPERATIONAL
  558.         RX packets:347 dropped:0 errors:0 unkown:0
  559.         TX packets:391 dropped:0 errors:0 txqueuelen:0
  560.  
  561. 0x00000039
  562. "WAN Miniport (IPv6)-WFP Native MAC Layer LightWeight Filter-0000"
  563. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  564.         Link encap: ethernetCsmacd (6)
  565.         inet addr: Mask:
  566.         MTU: 1500 Speed:0.00 Mbps
  567.         Admin status:UP Oper status:OPERATIONAL
  568.         RX packets:0 dropped:0 errors:0 unkown:0
  569.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  570.  
  571. 0x0000003A
  572. "Hyper-V Virtual Ethernet Adapter #2-cFosSpeed for faster Internet with Traffic Shaping-0000"
  573. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  574.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-E1-27-28
  575.         inet addr: Mask:
  576.         MTU: 1500 Speed:0.00 Mbps
  577.         Admin status:UP Oper status:OPERATIONAL
  578.         RX packets:347 dropped:0 errors:0 unkown:0
  579.         TX packets:391 dropped:0 errors:0 txqueuelen:0
  580.  
  581. 0x0000003B
  582. "WAN Miniport (IPv6)-cFosSpeed for faster Internet with Traffic Shaping-0000"
  583. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  584.         Link encap: ethernetCsmacd (6)
  585.         inet addr: Mask:
  586.         MTU: 1500 Speed:0.00 Mbps
  587.         Admin status:UP Oper status:OPERATIONAL
  588.         RX packets:0 dropped:0 errors:0 unkown:0
  589.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  590.  
  591. 0x0000003C
  592. "Hyper-V Virtual Ethernet Adapter #2-VirtualBox NDIS Light-Weight Filter-0000"
  593. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  594.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-E1-27-28
  595.         inet addr: Mask:
  596.         MTU: 1500 Speed:0.00 Mbps
  597.         Admin status:UP Oper status:OPERATIONAL
  598.         RX packets:347 dropped:0 errors:0 unkown:0
  599.         TX packets:391 dropped:0 errors:0 txqueuelen:0
  600.  
  601. 0x0000003D
  602. "MediaTek Wi-Fi 6 MT7921 Wireless LAN Card-WFP 802.3 MAC Layer LightWeight Filter-0000"
  603. Info: radio spread spectrum
  604.         Link encap: ieee80211 (71) HWaddr: 34-6F-24-D9-64-49
  605.         inet addr: Mask:
  606.         MTU: 1500 Speed:866.70 Mbps
  607.         Admin status:UP Oper status:OPERATIONAL
  608.         RX packets:2307643 dropped:0 errors:0 unkown:0
  609.         TX packets:697565 dropped:0 errors:0 txqueuelen:0
  610.  
  611. 0x0000003E
  612. "WAN Miniport (IP)-QoS Packet Scheduler-0000"
  613. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  614.         Link encap: ethernetCsmacd (6)
  615.         inet addr: Mask:
  616.         MTU: 1500 Speed:0.00 Mbps
  617.         Admin status:UP Oper status:OPERATIONAL
  618.         RX packets:0 dropped:0 errors:0 unkown:0
  619.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  620.  
  621. 0x0000003F
  622. "WAN Miniport (IPv6)-QoS Packet Scheduler-0000"
  623. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  624.         Link encap: ethernetCsmacd (6)
  625.         inet addr: Mask:
  626.         MTU: 1500 Speed:0.00 Mbps
  627.         Admin status:UP Oper status:OPERATIONAL
  628.         RX packets:0 dropped:0 errors:0 unkown:0
  629.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  630.  
  631. 0x00000040
  632. "WAN Miniport (Network Monitor)-WFP Native MAC Layer LightWeight Filter-0000"
  633. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  634.         Link encap: ethernetCsmacd (6)
  635.         inet addr: Mask:
  636.         MTU: 1500 Speed:0.00 Mbps
  637.         Admin status:UP Oper status:OPERATIONAL
  638.         RX packets:0 dropped:0 errors:0 unkown:0
  639.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  640.  
  641. 0x00000041
  642. "WAN Miniport (Network Monitor)-cFosSpeed for faster Internet with Traffic Shaping-0000"
  643. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  644.         Link encap: ethernetCsmacd (6)
  645.         inet addr: Mask:
  646.         MTU: 1500 Speed:0.00 Mbps
  647.         Admin status:UP Oper status:OPERATIONAL
  648.         RX packets:0 dropped:0 errors:0 unkown:0
  649.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  650.  
  651. 0x00000042
  652. "WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000"
  653. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  654.         Link encap: ethernetCsmacd (6)
  655.         inet addr: Mask:
  656.         MTU: 1500 Speed:0.00 Mbps
  657.         Admin status:UP Oper status:OPERATIONAL
  658.         RX packets:0 dropped:0 errors:0 unkown:0
  659.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  660.  
  661. 0x00000043
  662. "Microsoft Wi-Fi Direct Virtual Adapter-cFosSpeed for faster Internet with Traffic Shaping-0000"
  663. Info: radio spread spectrum
  664.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  665.         inet addr: Mask:
  666.         MTU: 1500 Speed:0.00 Mbps
  667.         Admin status:UP Oper status:NON_OPERATIONAL
  668.         RX packets:0 dropped:0 errors:0 unkown:0
  669.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  670.  
  671. 0x00000044
  672. "Microsoft Wi-Fi Direct Virtual Adapter-VirtualBox NDIS Light-Weight Filter-0000"
  673. Info: radio spread spectrum
  674.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  675.         inet addr: Mask:
  676.         MTU: 1500 Speed:0.00 Mbps
  677.         Admin status:UP Oper status:NON_OPERATIONAL
  678.         RX packets:0 dropped:0 errors:0 unkown:0
  679.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  680.  
  681. 0x00000045
  682. "Microsoft Wi-Fi Direct Virtual Adapter-QoS Packet Scheduler-0000"
  683. Info: radio spread spectrum
  684.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  685.         inet addr: Mask:
  686.         MTU: 1500 Speed:0.00 Mbps
  687.         Admin status:UP Oper status:NON_OPERATIONAL
  688.         RX packets:0 dropped:0 errors:0 unkown:0
  689.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  690.  
  691. 0x00000046
  692. "Microsoft Wi-Fi Direct Virtual Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000"
  693. Info: radio spread spectrum
  694.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-29
  695.         inet addr: Mask:
  696.         MTU: 1500 Speed:0.00 Mbps
  697.         Admin status:UP Oper status:NON_OPERATIONAL
  698.         RX packets:0 dropped:0 errors:0 unkown:0
  699.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  700.  
  701. 0x00000047
  702. "Hyper-V Virtual Ethernet Adapter #2-QoS Packet Scheduler-0000"
  703. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  704.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-E1-27-28
  705.         inet addr: Mask:
  706.         MTU: 1500 Speed:0.00 Mbps
  707.         Admin status:UP Oper status:OPERATIONAL
  708.         RX packets:347 dropped:0 errors:0 unkown:0
  709.         TX packets:391 dropped:0 errors:0 txqueuelen:0
  710.  
  711. 0x00000048
  712. "Hyper-V Virtual Ethernet Adapter #2-WFP 802.3 MAC Layer LightWeight Filter-0000"
  713. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  714.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-E1-27-28
  715.         inet addr: Mask:
  716.         MTU: 1500 Speed:0.00 Mbps
  717.         Admin status:UP Oper status:OPERATIONAL
  718.         RX packets:347 dropped:0 errors:0 unkown:0
  719.         TX packets:391 dropped:0 errors:0 txqueuelen:0
  720.  
  721. 0x00000049
  722. "Hyper-V Virtual Switch Extension Adapter-Microsoft Hvsi Filter Driver-0000"
  723. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  724.         Link encap: ethernetCsmacd (6)
  725.         inet addr: Mask:
  726.         MTU: 1500 Speed:0.00 Mbps
  727.         Admin status:UP Oper status:OPERATIONAL
  728.         RX packets:0 dropped:0 errors:0 unkown:0
  729.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  730.  
  731. 0x0000004A
  732. "Hyper-V Virtual Ethernet Adapter #3"
  733. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  734.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-BB-38-22
  735.         inet addr:172.26.16.1 Mask: 255.255.240.0
  736.         MTU: 1500 Speed:0.00 Mbps
  737.         Admin status:UP Oper status:OPERATIONAL
  738.         RX packets:255 dropped:0 errors:0 unkown:0
  739.         TX packets:277 dropped:0 errors:0 txqueuelen:0
  740.  
  741. 0x0000004B
  742. "Hyper-V Virtual Ethernet Adapter-WFP Native MAC Layer LightWeight Filter-0000"
  743. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  744.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-98-32-2C
  745.         inet addr: Mask:
  746.         MTU: 1500 Speed:0.00 Mbps
  747.         Admin status:UP Oper status:OPERATIONAL
  748.         RX packets:0 dropped:0 errors:0 unkown:0
  749.         TX packets:354 dropped:0 errors:0 txqueuelen:0
  750.  
  751. 0x0000004C
  752. "Hyper-V Virtual Ethernet Adapter-cFosSpeed for faster Internet with Traffic Shaping-0000"
  753. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  754.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-98-32-2C
  755.         inet addr: Mask:
  756.         MTU: 1500 Speed:0.00 Mbps
  757.         Admin status:UP Oper status:OPERATIONAL
  758.         RX packets:0 dropped:0 errors:0 unkown:0
  759.         TX packets:354 dropped:0 errors:0 txqueuelen:0
  760.  
  761. 0x0000004D
  762. "Hyper-V Virtual Ethernet Adapter-VirtualBox NDIS Light-Weight Filter-0000"
  763. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  764.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-98-32-2C
  765.         inet addr: Mask:
  766.         MTU: 1500 Speed:0.00 Mbps
  767.         Admin status:UP Oper status:OPERATIONAL
  768.         RX packets:0 dropped:0 errors:0 unkown:0
  769.         TX packets:354 dropped:0 errors:0 txqueuelen:0
  770.  
  771. 0x0000004E
  772. "Hyper-V Virtual Ethernet Adapter-QoS Packet Scheduler-0000"
  773. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  774.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-98-32-2C
  775.         inet addr: Mask:
  776.         MTU: 1500 Speed:0.00 Mbps
  777.         Admin status:UP Oper status:OPERATIONAL
  778.         RX packets:0 dropped:0 errors:0 unkown:0
  779.         TX packets:354 dropped:0 errors:0 txqueuelen:0
  780.  
  781. 0x0000004F
  782. "Hyper-V Virtual Ethernet Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000"
  783. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  784.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-98-32-2C
  785.         inet addr: Mask:
  786.         MTU: 1500 Speed:0.00 Mbps
  787.         Admin status:UP Oper status:OPERATIONAL
  788.         RX packets:0 dropped:0 errors:0 unkown:0
  789.         TX packets:354 dropped:0 errors:0 txqueuelen:0
  790.  
  791. 0x00000050
  792. "Hyper-V Virtual Ethernet Adapter #4"
  793. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  794.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-20-EB-8E
  795.         inet addr:172.28.176.1 Mask: 255.255.240.0
  796.         MTU: 1500 Speed:0.00 Mbps
  797.         Admin status:UP Oper status:OPERATIONAL
  798.         RX packets:165 dropped:0 errors:0 unkown:0
  799.         TX packets:214 dropped:0 errors:0 txqueuelen:0
  800.  
  801. 0x00000051
  802. "Hyper-V Virtual Ethernet Adapter #4-WFP Native MAC Layer LightWeight Filter-0000"
  803. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  804.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-20-EB-8E
  805.         inet addr: Mask:
  806.         MTU: 1500 Speed:0.00 Mbps
  807.         Admin status:UP Oper status:OPERATIONAL
  808.         RX packets:165 dropped:0 errors:0 unkown:0
  809.         TX packets:214 dropped:0 errors:0 txqueuelen:0
  810.  
  811. 0x00000052
  812. "Hyper-V Virtual Ethernet Adapter #4-cFosSpeed for faster Internet with Traffic Shaping-0000"
  813. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  814.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-20-EB-8E
  815.         inet addr: Mask:
  816.         MTU: 1500 Speed:0.00 Mbps
  817.         Admin status:UP Oper status:OPERATIONAL
  818.         RX packets:165 dropped:0 errors:0 unkown:0
  819.         TX packets:214 dropped:0 errors:0 txqueuelen:0
  820.  
  821. 0x00000053
  822. "Hyper-V Virtual Ethernet Adapter #4-VirtualBox NDIS Light-Weight Filter-0000"
  823. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  824.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-20-EB-8E
  825.         inet addr: Mask:
  826.         MTU: 1500 Speed:0.00 Mbps
  827.         Admin status:UP Oper status:OPERATIONAL
  828.         RX packets:165 dropped:0 errors:0 unkown:0
  829.         TX packets:214 dropped:0 errors:0 txqueuelen:0
  830.  
  831. 0x00000054
  832. "Hyper-V Virtual Ethernet Adapter #4-QoS Packet Scheduler-0000"
  833. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  834.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-20-EB-8E
  835.         inet addr: Mask:
  836.         MTU: 1500 Speed:0.00 Mbps
  837.         Admin status:UP Oper status:OPERATIONAL
  838.         RX packets:165 dropped:0 errors:0 unkown:0
  839.         TX packets:214 dropped:0 errors:0 txqueuelen:0
  840.  
  841. 0x00000055
  842. "Hyper-V Virtual Ethernet Adapter #4-WFP 802.3 MAC Layer LightWeight Filter-0000"
  843. Info: for all ethernet-like interfaces, regardless of speed, as per RFC3635
  844.         Link encap: ethernetCsmacd (6) HWaddr: 00-15-5D-20-EB-8E
  845.         inet addr: Mask:
  846.         MTU: 1500 Speed:0.00 Mbps
  847.         Admin status:UP Oper status:OPERATIONAL
  848.         RX packets:165 dropped:0 errors:0 unkown:0
  849.         TX packets:214 dropped:0 errors:0 txqueuelen:0
  850.  
  851. 0x00000056
  852. "Microsoft Wi-Fi Direct Virtual Adapter #2-WFP Native MAC Layer LightWeight Filter-0000"
  853. Info: radio spread spectrum
  854.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  855.         inet addr: Mask:
  856.         MTU: 1500 Speed:0.00 Mbps
  857.         Admin status:UP Oper status:NON_OPERATIONAL
  858.         RX packets:0 dropped:0 errors:0 unkown:0
  859.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  860.  
  861. 0x00000057
  862. "Microsoft Wi-Fi Direct Virtual Adapter #2-Native WiFi Filter Driver-0000"
  863. Info: radio spread spectrum
  864.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  865.         inet addr: Mask:
  866.         MTU: 1500 Speed:0.00 Mbps
  867.         Admin status:UP Oper status:NON_OPERATIONAL
  868.         RX packets:0 dropped:0 errors:0 unkown:0
  869.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  870.  
  871. 0x00000058
  872. "Microsoft Wi-Fi Direct Virtual Adapter #2-cFosSpeed for faster Internet with Traffic Shaping-0000"
  873. Info: radio spread spectrum
  874.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  875.         inet addr: Mask:
  876.         MTU: 1500 Speed:0.00 Mbps
  877.         Admin status:UP Oper status:NON_OPERATIONAL
  878.         RX packets:0 dropped:0 errors:0 unkown:0
  879.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  880.  
  881. 0x00000059
  882. "Microsoft Wi-Fi Direct Virtual Adapter #2-VirtualBox NDIS Light-Weight Filter-0000"
  883. Info: radio spread spectrum
  884.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  885.         inet addr: Mask:
  886.         MTU: 1500 Speed:0.00 Mbps
  887.         Admin status:UP Oper status:NON_OPERATIONAL
  888.         RX packets:0 dropped:0 errors:0 unkown:0
  889.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  890.  
  891. 0x0000005A
  892. "Microsoft Wi-Fi Direct Virtual Adapter #2-QoS Packet Scheduler-0000"
  893. Info: radio spread spectrum
  894.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  895.         inet addr: Mask:
  896.         MTU: 1500 Speed:0.00 Mbps
  897.         Admin status:UP Oper status:NON_OPERATIONAL
  898.         RX packets:0 dropped:0 errors:0 unkown:0
  899.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  900.  
  901. 0x0000005B
  902. "Microsoft Wi-Fi Direct Virtual Adapter #2-WFP 802.3 MAC Layer LightWeight Filter-0000"
  903. Info: radio spread spectrum
  904.         Link encap: ieee80211 (71) HWaddr: 36-6F-24-D9-64-39
  905.         inet addr: Mask:
  906.         MTU: 1500 Speed:0.00 Mbps
  907.         Admin status:UP Oper status:NON_OPERATIONAL
  908.         RX packets:0 dropped:0 errors:0 unkown:0
  909.         TX packets:0 dropped:0 errors:0 txqueuelen:0
  910.  
  911. Host: MainPC
  912. Local IP: 172.28.176.1
  913. Public IP: 111.222.333.444

35
I would think you'd need to authenticate the user somehow, eg. user/pass, then you could use something similar as suggested here:
https://stackoverflo...o-download-once-only

On user authentication, anything that relies on the client storing anything (eg. cookies), the IP, or software used for access (eg. browser fingerprinting), would be pointless as they can all be bypassed - so kind of falls back on the server to ensure single access only.

36
Could try wandering through the wonderful world of hidden menus and see what's available:
https://technastic.c...des-hidden-settings/

38
N.A.N.Y. 2024 / Re: [Pre-Release] Reddit Image Downloader
« on: June 25, 2023, 07:52 AM »
This probably won't work with the new API changes that Reddit are forcing down people's throats. So, if it doesn't work, blame them, not me  >:( ;D
-KynloStephen66515 (June 21, 2023, 08:41 AM)

Thanks for reminding me to bulk download the three sub-reddits I'm interested in for images :up:

40
Living Room / Re: AI coprocessor for your Raspberry Pi
« on: May 01, 2023, 08:21 AM »
https://www.donation....msg444062#msg444062

Currently I use it with a RasPi 4B 4GB in conjunction with Frigate monitoring three security cameras.

IMG20230412114017.jpg
FrankenNVR - RasPi 4B in a CoolerMaster PiCase40, Coral Edge on the right, 240GB SSD underneath, and 4 port powered USB 3.0 hub on top ... held together with Velcro.

snapshot.jpg

Originally bought it a couple of years ago to play with NSFW image detection but unfortunately the trained data wasn't available in TFLite and I couldn't get it to convert.

41
NOTE: I can't test this not having Intune but when I ran it I was prompted to input MS credentials which I assume it needs for admin functions.

Needless to say, try a test first.

May help, may not.

This information is from these URLs:
https://smsagent.blo...mgr-with-powershell/
https://social.techn...he-list-of-computers

You need to install dependencies which you can do as follows in a PowerShell Admin console.

For Intune you need: Microsoft.Graph.Intune
For AzureAD you need: AzureAD

Below is the commands with the output you can expect:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Users\ItsMe> Install-Module -name Microsoft.Graph.Intune
NuGet provider is required to continue
PowerShellGet requires NuGet provider version '2.8.5.201' or newer to interact with NuGet-based repositories. The NuGet
 provider must be available in 'C:\Program Files\PackageManagement\ProviderAssemblies' or
'C:\Users\ItsMe\AppData\Local\PackageManagement\ProviderAssemblies'. You can also install the NuGet provider by running
'Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force'. Do you want PowerShellGet to install and import
 the NuGet provider now?
[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): Y

Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its
InstallationPolicy value by running the Set-PSRepository cmdlet. Are you sure you want to install the modules from
'PSGallery'?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): Y

PS C:\Users\ItsMe> Install-Module -name AzureAD

Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its
InstallationPolicy value by running the Set-PSRepository cmdlet. Are you sure you want to install the modules from
'PSGallery'?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): Y
PS C:\Users\ItsMe>


With the code from the site you create the Delete-AutopilotedDeviceRecords.ps1 script in a dir, (I've attached the script but you'll probably need to change it's security properties for it to run).

Then, in theory, you should be able to: .\Delete-AutopilotedDeviceRecords.ps1 -ComputerName <computer name> -Intune

For multiple computers, create a CSV with one per line, for example:
Code: Text [Select]
  1. computername
  2. pc01
  3. pc02
  4. pc03
  5. pc04

And then this short script should run through them all:
Code: PowerShell [Select]
  1. $computer = Import-Csv .\test.csv
  2. $computer | ForEach-Object {
  3.   ./Delete-AutopilotedDeviceRecords.ps1 -ComputerName $_.computername -Intune
  4. }


42
Living Room / Re: Easily clean porous tile floors?
« on: February 12, 2023, 10:00 PM »
The least effort for me would probably be ...

... going to the $2 shop and buying cheap poly tarps and putting them on the floor.

 :P


Cheap vinegar solution, mop, pour it down the sink/bath/shower, probably do more good than harm.

43
scrcpy of course  :)

I just found about sndcpy to forward sound to the desktop as well (which doesn't happen by default)
https://github.com/rom1v/sndcpy
These two tools + OBS Studio are a good way to record screen videos from your phone.

You can find a GUI for Linux/Windows to run both here: GitHub

44
The below tested ok on my machine, there's a lot of comments which should make it easy to understand.

Basically:
  • Grabs list of PNGs in directory
  • Splits list into number of cmd files along with formatting for ect.exe
  • Executes cmd files

NOTES:
  • Edit in the full path to ect.exe - see comments
  • Edit in your ect.exe options - see comments
  • I only run PowerShell 7+ so that's what I tested it on

You'll see a CLI window open for each cmd file running along with output from ect.exe in each, they close as each cmd file finishes.

Code: PowerShell [Select]
  1. <#
  2. RunEct.ps1
  3.  
  4. Open a PowerShell console:
  5.  
  6. path\to\RunEct.ps1 <path of PNG files> [-Threads <x>]
  7.  
  8. Default number of threads is 4
  9.  
  10. Examples:
  11.  
  12. .\RunEct.ps1 d:\png-images
  13. d:\RunEct.ps1 "f:\png images" -Threads 8
  14.  
  15. #>
  16.  
  17. param(
  18.   [Parameter(Mandatory=$true)][string]$Path,
  19.   [int]$Threads = 4
  20. )
  21.  
  22. # Full path to ect.exe
  23. $ectPath = "R:\ect.exe"
  24. # Options for ect.exe
  25. $ectOpts = "-9"
  26.  
  27. # Get the system TEMP path
  28. $tempPath = [System.IO.Path]::GetTempPath()
  29.  
  30. # Get all PNG files within the directory
  31. $files = (Get-ChildItem "$($Path)/*" -Include *.png)
  32.  
  33. # Collect the file names into a list
  34. $fileNames = $files.Name
  35. # Get the number of files
  36. $numberOfFiles = $fileNames.Count
  37. # Set the number of cmd files to the number of required threads to run
  38. # and set number of files per list
  39. $numberOfLists = $Threads
  40. $filesPerList = [Math]::Ceiling($numberOfFiles / $numberOfLists)
  41.  
  42. # Create a list to hold the cmd file names
  43. $cmdFiles = @()
  44. # Split the number of files between the number of lists
  45. for ($i = 0; $i -lt $numberOfLists; $i++) {
  46.   $startIndex = $i * $filesPerList
  47.   $endIndex = $startIndex + $filesPerList - 1
  48.   $list = $fileNames[$startIndex..$endIndex]
  49. # Create a temp cmd file
  50.   $filePath = [System.IO.Path]::Combine($tempPath, "ectTempFile$($i).cmd")
  51.   New-Item -Path $filePath -ItemType File -Force
  52. # Add it to the cmd file list
  53.   $cmdFiles += $filePath
  54. # Output that list of files to the cmd file with formatting to run ect.exe on each
  55.   $list | ForEach-Object {
  56.     "$($ectPath) $($ectOpts) `"$($_)`""
  57.   } | Set-Content -Path $filePath
  58. }
  59.  
  60. # Change current location to input path
  61. Push-Location $Path
  62.  
  63. # Execute each cmd file
  64. $cmdFiles | ForEach-Object {
  65. # Remove the hash (#) in the line below to have all output to the PowerShell console
  66.     Start-Process cmd.exe -ArgumentList "/c $($_)" #-NoNewWindow
  67. }
  68.  
  69. # Jump back to original path
  70. Pop-Location

Each ECT process causes ~10% CPU load on my Ryzen 5 5600X.
2023-01-12 13_08_30-Task Manager.png

45
You'd probably have to find a program that uses OpenCL.

ECT doesn't seem to cause much CPU load, typically less than %20 on my machine so you could speed things up by running concurrent tasks.

Example:
Code: Text [Select]
  1. .\timeit.exe .\ect.exe -9 .\20221224-topaz-denoise.png
  2. Processed 1 file
  3. Saved 1.95MB out of 12.34MB (15.7650%)
  4.  
  5. Version Number:   Windows NT 6.2 (Build 9200)
  6. Exit Time:        12:32 am, Wednesday, January 11 2023
  7. Elapsed Time:     0:01:28.952
  8. Process Time:     0:01:28.937

Five concurrent processes on the same file, (five different names):
Code: Text [Select]
  1. .\timeit.exe .\ect.exe -9 .\20221224-topaz-denoise(x).png
  2. Processed 1 file
  3. Saved 1.95MB out of 12.34MB (15.7650%)
  4.  
  5. Version Number:   Windows NT 6.2 (Build 9200)
  6. Exit Time:        12:39 am, Wednesday, January 11 2023
  7. Elapsed Time:     0:01:42.891
  8. Process Time:     0:01:42.703

Time to process increased by 14 seconds, (this was the same for all processes give or take a few ms), CPU utilization was still under 60% so still plenty left for doing other things.

So for the cost of an extra 14 seconds I got a 5 fold increase in files processed, files had the same properties of course but it should still scale similarly.

46
Mmm really, Python does not require installation on Win10? How come when I install any IDE like PyCharm, Anaconda, they install Python at the same time?

You said Python, not an IDE, Python does not require an IDE.

All it requires is a text editor and to know what you're doing ... you're halfway there :)

47
@Shades: Let us journey into the distant past ...

 :P

48
Just when you thought 2023 was going to be better
323321948_1213138272946596_7103715901559518928_n.png


49
4) no Powershell, no cmd, no WSCRIPT, ...
5) Power Automate is okay but ideally would like something else as it is not standard with every Windows

In point 4 you eliminated those which come standard with Windows and then in point 5 state something else that would be suitable but eliminate it because it does not come standard with Windows.

You need to rethink your requirements, either you want something that comes standard with Windows or you don't.

And FWIW, Powershell 7 does not require installation neither does Python.

50
XNView MP:

XNViewMP.png

Pages: prev1 [2] 3 4 5 6 7 ... 224next