-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on Windows because "Wmic" removed. #29
Comments
My solution : getDisksInfo = () =>
|
in my windows,
|
dscalzi
added a commit
to dscalzi/helios-core
that referenced
this issue
Aug 21, 2023
WMIC is deprecated and/or removed and node-disk-info is abandoned. cristiammercado/node-disk-info#29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: