Hans Leidekker (@hans) commented about programs/wmic/main.c:
{ const WCHAR *class, *value; int i;
WCHAR cmd[MAX_STRING];
setlocale( LC_ALL, "" );
if(argc == 1)
{
STARTUPINFOW si = {0};
PROCESS_INFORMATION pi = {0};
output_error( STRING_INTERACTIVE );
This is not an error and the string doesn't need translation.