wmicGet

Get computer and operating system information on Windows with WMIC

Ahora está siguiendo esta publicación

wmicGet returns computer and operating system informations on Windows platforms.
wmicGet is a wrapper function that call the Windows Management Instrumentation Command-line (WMIC).

wmicGet can also uses the "where" clause of WQL syntaxe to perform more advanced queries.

Examples:

infos = wmicGet('cpu');

infos = wmicGet('win32_logicaldisk', {'DeviceID' 'FreeSpace' 'Size'}, ...
'Where',{'' 'DeviceID' 'C:' true ;
'or' 'DeviceID' 'D:' true})

See wmicGet.m header for more examples and links to the Microsoft documentation.

Citar como

Jerome Briot (2026). wmicGet (https://la.mathworks.com/matlabcentral/fileexchange/47858-wmicget), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: wmicGetHardwareInfos

Categorías

Más información sobre Programming en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0