-
Notifications
You must be signed in to change notification settings - Fork 55
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
Does wmic is required on windows? #124
Comments
yes unless you know another way of having these stats on windows? also it should be installed in almost every windows OS what is yours? |
it's windows 10. I'm trying to run this library on several different win 10 machines and sometimes the environtment path is not properly setup. I guess my solution is to keep having this dependecy to update variables to properly match the executable. In case it's not installed, whats the trustable way to install wmic? |
I don't think there's a way to install it as it should be present on your windows (it's used by the task manager IIRC) maybe an administrator issue? |
Find out if Windows is modified? for example, those lite versions of Windows |
wmic seems removed on windows 11 |
I'm currently trying to run on a windows machine and get the error
spawn wmic ENOENT
.Is that mandatory?
The text was updated successfully, but these errors were encountered: