Replies: 1 comment 1 reply
-
I wouldn't say |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like sudo.exe is getting readily available across Windows devices.
Now; if I want to utilize sudo.exe in a script, how would I know its enabled in the settings app?
sudo.exe -V always exit with status 0
sudo.exe always exits with status 2
I presume I could read the stdout, but that feels hacky.
So I'm looking so a way to check wether sudo.exe is actually usable.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions