-
Notifications
You must be signed in to change notification settings - Fork 34
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
can not run in windows 10 #5
Comments
Hello, The WMI command you are trying to execute is returning an error. Best regards, |
only this method can not use ,if i run this method , it will report the error List<String> wmiClassesList = WMI4Java.get().listClasses(); |
Hello, This is weird... do you have jPowerShell jar in your classpath? If it is not the case, try to do instead:
Regards |
Hi, List<Map<String, String>> wmiObjectProperties = WMI4Java.get().VBSEngine().filters(Arrays.asList(filter_str)).getWMIObjectList("Win32_PnPEntity"); But when I use the VBSEngine, I can get nothing back? It returns very quickly. When I use the default jpowershell it returns much slower but it give back some items back. So how to use VBSEngine() do I need to install some packages? Thank you! |
when i use the jar file in windows 10.it not work......
the error follow
please tell me how to use it, thinks
The text was updated successfully, but these errors were encountered: