From 96b7926f1a3e7602fc23a0c16f667d803e9ef7e0 Mon Sep 17 00:00:00 2001 From: Gerardo Grignoli Date: Tue, 13 Feb 2024 02:17:47 -0300 Subject: [PATCH] Update gsudo-vs-sudo.md --- docs/docs/gsudo-vs-sudo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/gsudo-vs-sudo.md b/docs/docs/gsudo-vs-sudo.md index bcd6ccf3..2eaa223b 100644 --- a/docs/docs/gsudo-vs-sudo.md +++ b/docs/docs/gsudo-vs-sudo.md @@ -50,7 +50,7 @@ Disappointingly, Microsoft's sudo does not leverage new OS features to enhance s | Run in new window | Yes | Yes | | Option to keep new window open until a key is pressed | [Yes](tips/elevation-in-new-window.md) | No | | Option to keep new window's shell open | [Yes](tips/elevation-in-new-window.md) | No | -| Run with Input Disabled | [Yes](https://gerardog.github.io/gsudo/docs/security#what-are-the-risks-of-running-gsudo) | No | +| Run with Input Disabled | [Yes](https://gerardog.github.io/gsudo/docs/security#what-are-the-risks-of-running-gsudo) | Yes | | Elevate last command with `sudo !!` | Yes | No | ### PowerShell @@ -66,4 +66,4 @@ Disappointingly, Microsoft's sudo does not leverage new OS features to enhance s If you have both Microsoft Sudo and `gsudo` installed, they both should work independently. -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. \ No newline at end of file +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.