Skip to content

Commit 96b7926

Browse files
authored
Update gsudo-vs-sudo.md
1 parent 29b8b6d commit 96b7926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/gsudo-vs-sudo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Disappointingly, Microsoft's sudo does not leverage new OS features to enhance s
5050
| Run in new window | Yes | Yes |
5151
| Option to keep new window open until a key is pressed | [Yes](tips/elevation-in-new-window.md) | No |
5252
| Option to keep new window's shell open | [Yes](tips/elevation-in-new-window.md) | No |
53-
| Run with Input Disabled | [Yes](https://gerardog.github.io/gsudo/docs/security#what-are-the-risks-of-running-gsudo) | No |
53+
| Run with Input Disabled | [Yes](https://gerardog.github.io/gsudo/docs/security#what-are-the-risks-of-running-gsudo) | Yes |
5454
| Elevate last command with `sudo !!` | Yes | No |
5555

5656
### PowerShell
@@ -66,4 +66,4 @@ Disappointingly, Microsoft's sudo does not leverage new OS features to enhance s
6666

6767
If you have both Microsoft Sudo and `gsudo` installed, they both should work independently.
6868

69-
The `sudo` keyword will run Microsoft's sudo instead of `gsudo` because the typical install of `Sudo for Windows` (which is via a Windows Insider build) puts it in `c:\Windows\System32\sudo.exe`. This folder appears first in the `PATH` environment variable, therefore when running `sudo`, the Microsoft `sudo.exe` will take precedence over gsudo's `sudo` alias.
69+
The `sudo` keyword will run Microsoft's sudo instead of `gsudo` because the typical install of `Sudo for Windows` (which is via a Windows Insider build) puts it in `c:\Windows\System32\sudo.exe`. This folder appears first in the `PATH` environment variable, therefore when running `sudo`, the Microsoft `sudo.exe` will take precedence over gsudo's `sudo` alias.

0 commit comments

Comments
 (0)