wmic NIC where NetEnabled=true get Name, Speed
Tohle? Smysl neřeším.
Když to chceš s výstupem do textového souboru: wmic NIC where NetEnabled=true get Name, Speed > c:\rychlost.txt
wmic NIC where NetEnabled=true get Name, Speed
Tohle? Smysl neřeším.
Když to chceš s výstupem do textového souboru: wmic NIC where NetEnabled=true get Name, Speed > c:\rychlost.txt