Skip to content
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

Closed
LeonardoRick opened this issue Mar 8, 2021 · 5 comments · May be fixed by #143
Closed

Does wmic is required on windows? #124

LeonardoRick opened this issue Mar 8, 2021 · 5 comments · May be fixed by #143

Comments

@LeonardoRick
Copy link

I'm currently trying to run on a windows machine and get the error spawn wmic ENOENT.

Is that mandatory?

@soyuka
Copy link
Owner

soyuka commented Mar 11, 2021

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?

@LeonardoRick
Copy link
Author

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?

@soyuka
Copy link
Owner

soyuka commented Mar 12, 2021

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?

@hirios
Copy link

hirios commented Apr 7, 2021

I'm currently trying to run on a windows machine and get the error spawn wmic ENOENT.

Is that mandatory?

Find out if Windows is modified? for example, those lite versions of Windows

@soyuka soyuka closed this as completed Apr 8, 2021
@aliuq
Copy link

aliuq commented Feb 20, 2022

wmic seems removed on windows 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants