gsudo icon indicating copy to clipboard operation
gsudo copied to clipboard

Sudo for Windows

Results 71 gsudo issues
Sort by recently updated
recently updated
newest added

Requirements: - 100% backward compatible with latest gsudo - Keep manual parsing (do not use 3rd party parsers to maintain startup performance) - Follow posix arguments conventions: (from https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html )...

I want to start an elevated CMD, Powershell or Powershell 7 Tab in Windows Terminal. First elevated Tab works fine, regardless if its cmd, Powershell or Powershell 7. Second elevated...

Have large batch script, it uses a lot of external command line utilities. At script beginning have such declaration ``` "%binpath%\gsudo.exe" cache on "%binpath%\gsudo.exe" config CacheDuration 00:15:00 ``` But later...

## Issue Description The issue occurs no matter the way in which gsudo is called. If the binary is stored in a network directory (ewither mapped or not), windows BSODs...

## Issue Description `gsudo notepad` won't open notepad on CMD / Win11 ## Context: - Windows version: Win 11 21H2 - gsudo version: 1.1.1 It seems like notepad is a...

I know this has been discussed before but I'd like to come up with a couple examples as to why TI is a good addition and AV detection should not...

### Issue Description The [Sponsor gsudo page](https://github.com/gerardog/gsudo/wiki/Sponsor-gsudo) lists several ways of supporting gsudo project, but it doesn't tell people which to use. ### Context I'd like to sponsor your project....

I've already heard opinions like: "I can not use this on the enterpise." or "This other sudo is just a few lines RunAs script that I can audit myself." (Sure,...

One way to ensure UIPI isolation is to elevate in a new window. If a user wants to ensure UIPI is respected is to force all elevations in new windows....

Hi @gerardog. Sorry for the late reply, I was on vacation. I confirm that the attached mode (`gsudo config ForceAttachedConsole True`) is working properly. It is sufficient for my actions...