Hi Gurus help neded on wmic command (Cpu data)


  1. Posts : 11,247
    Windows / Linux : Arch Linux
       #1

    Hi Gurus help neded on wmic command (Cpu data)


    Hi windows gurus out there

    is there any way I can capture the output of the wmic command -- the current screen presents data in an undecipherable manner.

    Hi Gurus help neded on wmic command (Cpu data)-wmic.png


    Cheers
    jimbo
      My Computer


  2. Posts : 17,661
    Windows 10 Pro
       #2

    Try formatting output as a list:

    cpu get /format:list

    If you want to, you can also save the output in an HTML file as a form or a table:

    /output: "Z:\Test.html" cpu list /format:htable

    /output: "Z:\Test.html" cpu list /format:hform

    Often it's enough to get shorter list / table / form using switch brief:

    /output: "Z:\Test.html" cpu list brief /format:htable

    /output: "Z:\Test.html" cpu list brief /format:hform

    Example command:

    Hi Gurus help neded on wmic command (Cpu data)-image.png

    ... will produce a quite clear and readable HTML form:

    Hi Gurus help neded on wmic command (Cpu data)-image.png

    Kari
      My Computer


  3. Posts : 11,247
    Windows / Linux : Arch Linux
    Thread Starter
       #3

    @Kari

    Thanks
    The HTML method great -- now in a nice spreadsheet

    Cheers
    jimbo
      My Computer


  4. Posts : 17,661
    Windows 10 Pro
       #4

    If you use the output in a spreadsheet, you can also set output as CSV:

    /output: "Z:\Test.csv" cpu list brief /format:csv
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:37.
Find Us




Windows 10 Forums