MSI
WinGet
gsudo
Gerardo Grignoli · 2.5.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i gsudo.setup.arm64.msi /quiet /norestart
InstallPath
msiexec /i gsudo.setup.arm64.msi /quiet /norestart INSTALLFOLDER="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{1245C6AA-EF42-4E1D-BD45-C53E155DD252}
Product version operator
Greater than or equal to
Product version
2.5.0
MSI Properties
Product Code
{1245C6AA-EF42-4E1D-BD45-C53E155DD252}
File Identity
Filename
gsudo.setup.arm64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
gerardog.gsudo
Version
2.5.0
Description
The missing piece in Windows. Cherry-pick which commands to elevate with just one keyword.
License
MIT
↗
Homepage
https://gerardog.github.io/gsudo/
Upgrade Behavior
install(Install over existing)
Release Notes
With the release of Microsoft Sudo in Windows 11 24H2, both needs to coexist peacefully. When Microsoft Sudo is present, the sudo command no longer redirects to gsudo by default, so:
- Added a new config setting PathPrecedence: When set to true, it will ensure gsudo appears first in the PATH variable, ensuring the sudo keyword starts gsudo instead of Microsoft Sudo.
- Call gsudo config PathPrecedence true to activate. Please restart all your consoles to ensure the change makes effect.
- Set…