You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you have in mind? It was only ever intended to run from PowerShell and so it needs to start the same shell in order for the command to run as though it had been invoked from the current shell. I guess if you wanted to make a sudo.cmd then it could start cmd.exe, but changing the start process wouldn't be the only thing you'd need to customize.
Sudo uses a fixed entry point for powershell instance: https://github.com/lukesampson/psutils/blob/master/sudo.ps1#L62
Could this be customizable?
The text was updated successfully, but these errors were encountered: