wmicGet

Get computer and operating system information on Windows with WMIC
339 download
Aggiornato 16 set 2014

Visualizza la licenza

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.

Cita come

Jerome Briot (2024). wmicGet (https://www.mathworks.com/matlabcentral/fileexchange/47858-wmicget), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Programming in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: wmicGetHardwareInfos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0