JSI Tip 5250. FindNIC freeware is a command line tool for locating the installed network adapters on your Windows computers.

Jerold Schulman

April 30, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today


FindNIC, authored by Harry Bates, will search for all installed NICs on your Windows computers, even if they are currently NOT present.

You can use the search capability to locate specific strings, like wireless or3COM or 100. If the search finds a matching NIC, FindNIC can launch a program or script.

When you type FindNIC /?, the Help screen appears:

If you wanted to find all the wireless NICs on your network, you could use Workstation.bat to run wireless.bat:

Workstation WSPD \ServerShareNamewireless.bat \ServerShareNamewireless.log

which contains:

@echo off
\ServerShareNameFindNIC /s=wireless /l=\ServerShareName%computername%.log

NOTE: This utility changes the parameters to upper case. If you used the /R= switch, the invoked program will receive upper case parameters.

NOTE: FindNIC recursively parses HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionNetworkCards.

NOTE: See FindPCI.

NOTE: See FindPCMCIA.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like