Commit e3d7a3e3 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

wmic: Add nicconfig alias.

parent 97b9d8dd
......@@ -47,7 +47,8 @@ alias_map[] =
{ L"process", L"Win32_Process" },
{ L"baseboard", L"Win32_BaseBoard" },
{ L"diskdrive", L"Win32_DiskDrive" },
{ L"memorychip", L"Win32_PhysicalMemory" }
{ L"memorychip", L"Win32_PhysicalMemory" },
{ L"nicconfig", L"Win32_NetworkAdapterConfiguration" },
};
static const WCHAR *find_class( const WCHAR *alias )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment