Fix typo in Ethernet

This commit is contained in:
Pavel Valach 2024-10-08 01:13:58 +02:00
parent 7e112b0552
commit a192f78dce

View File

@ -155,7 +155,7 @@ echo.
:setEth
:: Print all network interfaces
echo List of Avaliable Interfaces:
echo List of Available Interfaces:
echo.
wmic nic where 'NOT Manufacturer like "%%Microsoft%%" and PhysicalAdapter=TRUE and NOT Manufacturer like "%%Windows%%"' get Manufacturer,MACAddress,NetConnectionID 2>nul
IF NOT %ERRORLEVEL% EQU 0 (