Skip to main content

All Questions

0 votes
1 answer
402 views

WMIC Output Result Without Property Name

I'm entering this line: wmic /OUTPUT:D:\DriverVersion.txt path win32_VideoController get driverversion The txt file has two lines in it: VariableValue XX.XXX.XXX.XX.X But I don't want ...
SammyJ's user avatar
  • 3
8 votes
7 answers
28k views

WMIC output property value without property name

I'm entering something like that Desktop>wmic environment where(name="PATH" and systemVariable=FALSE) get variableValue VariableValue xxx But I don't want VariableValue to get into output. I want ...
Paweł Audionysos's user avatar