gsudo icon
gsudo icon

gsudo

gsudo is a sudo equivalent for Windows, with a similar user-experience as the original *nix sudo.

gsudo screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Windows  Supports Windows 7 SP1 onwards. Some features may only work in Windows 10/11, like elevating as TrustedInstaller.
gsudo screenshot 1
gsudo screenshot 2
+1
gsudo screenshot 3
3likes
1comment
0alternatives
0articles

gsudo News & Activities

Highlights All activities

Recent activities

No activities found.

gsudo information

AlternativeTo Categories

OS & UtilitiesNetwork & Admin

GitHub repository

  •  6,035 Stars
  •  165 Forks
  •  50 Open Issues
  •   Updated  
View on GitHub

Our users have written 1 comments and reviews about gsudo, and it has gotten 3 likes

gsudo was added to AlternativeTo by 0x6A7232 on and this page was last updated .

Comments and Reviews

   
MorningGlory
0

Neat sudo-like elevation tool for Windows, allowing to elevate commands or the current shell as an administrator, SYSTEM, or even as TrustedInstaller. The Credentials Cache will allow you to elevate as many times with only a single UAC prompt (it might represent a security risk, though - it's disabled by default). Can be used in scripts - it will allow you to self-elevate when necessary. More info in gsudo's documentation.

Featured in Lists

A list with 16 apps by MrLangley without a description.

List by Fernando Marín with 16 apps, updated

Official Links

What is gsudo?

gsudo is a sudo equivalent for Windows, with a similar user-experience as the original *nix sudo.

It allows to run commands with elevated permissions, or to elevate the current shell, in the current console window or a new one. gsudo detects your current shell and elevates your command as native shell commands. (Supports CMD, PowerShell, WSL, git-bash, MinGW, Cygwin, Yori, Take Command, BusyBox & NuShell.)

Just prepend gsudo (or the sudo alias) to your command and it will run elevated. One UAC popup will appear each time. You can see less popups if you enable gsudo cache.

It is designed so it is easy to install, easy to use, and feels familiar with other popular tools.