-
Notifications
You must be signed in to change notification settings - Fork 466
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
Missing Argument error #5
Comments
|
I'm not sure that is true, as the |
I got the same error. For some reason, it worked when i called it with "cmd /c".
|
If you are using this with powershell (i.e PS C:\users\test\Desktop>) you will get this error. cmd /c does it make it work within a powershell command prompt though. |
You should put the CLSID betweeb double quotations, like this: "{90F18417-F0F1-484E-9D3C-59DCEEE5DBD8}" |
Hi,
I am having an issue when specifying the CLSID:
Works fine if I omit the
-c {..}
option.Have you experienced this?
The text was updated successfully, but these errors were encountered: