Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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.
Citation pour cette source
Jerome Briot (2026). wmicGet (https://fr.mathworks.com/matlabcentral/fileexchange/47858-wmicget), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : wmicGetHardwareInfos
Informations générales
- Version 1.0.0.0 (3,21 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 |
