-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
windows 24H2 version not support #938
Comments
Sorry to read that. I am also looking for a solution to read wmi with nodejs without wmic with nodejs / electron. |
@wald-tq @xwenzheng ... since version 5.9.7. we removed the use of
Can you confirm that this is not longer working (when calling this from powershell)? Thank you for testing. |
@sebhildebrandt thanks, I solved it in my app by calling powershell. I didn't know that you already solved that in your library.
This command works on my laptop with Windows 10 |
@sebhildebrandt will this issue be resolved in the complete rewrite (6.0)? |
@Spartan-Hex-Shadow @xwenzheng @wald-tq ... the latest version 5.23.11 does not use |
Just realized i was running on an old version. I do not see the error anymore, thank you! |
@wald-tq @Spartan-Hex-Shadow @xwenzheng ... then I can close this issue, right. If you still have any errors, please feel free to reopen this ticket. |
Describe the bug
in latest windows system call error:invoking remote method "get-machines-info": Error : Command failed: failed wmic path win32_VideoController
To Reproduce
Steps to reproduce the behavior:
Current Output
If applicable, add output to help explain your problem.
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
To get all needed environment information, please run the following command:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: