We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
child_process.spawn('C:\\Windows\\System32\\runas.exe', ['/user:' + self.data.id, 'cmd.exe']);
Works perfectly. It gives output asking for user password
but when I do
pty.spawn('C:\\Windows\\System32\\runas.exe', ['/user:' + self.data.id, 'cmd.exe']);
It says that params are wrong
Any Ideas why ?
The text was updated successfully, but these errors were encountered:
Fixes microsoft#137: Follow Windows conventions when composing cmdline
22f6075
Fixes #137: Follow Windows conventions when composing cmdline
ed3c9da
electron .
No branches or pull requests
Works perfectly. It gives output asking for user password
but when I do
It says that params are wrong
Any Ideas why ?
The text was updated successfully, but these errors were encountered: