Microsoft removed the WMIC tool from Windows 11 Dev builds and this command is not working.
path : node_modules\node-disk-info\src\utils\constants.ts line 9
"wmic logicaldisk get Caption,FreeSpace,Size,VolumeSerialNumber,Description /format:list"

I tried to contribute but I have doubts about what to use instead of wmic.
Microsoft removed the WMIC tool from Windows 11 Dev builds and this command is not working.
path : node_modules\node-disk-info\src\utils\constants.ts line 9
"wmic logicaldisk get Caption,FreeSpace,Size,VolumeSerialNumber,Description /format:list"
I tried to contribute but I have doubts about what to use instead of wmic.