- May
- 13,823
- 211
Code:
v:\> wmiquery /a . "select Name,DisplayName from Win32_service where Started='TRUE'" | head /n2
DisplayName = Application Information
Name = Appinfo
I'm not sure whether "DisplayName = " and "Name = " are coming from TCC or from WMI. If they're coming from TCC, can there be an option to suppress them? Can they be suppressed even if they're coming from WMI?