Versions:
win-sudo is a lightweight open-source utility published by oleg-shilo that brings the familiar Linux sudo experience to Windows, enabling users to elevate commands without leaving the current console session. Designed as a drop-in replacement for the Unix-style sudo, the tool intercepts elevated-privilege requests and transparently spawns an elevated child process, returning control and output to the originating non-elevated window. This behavior makes it ideal for developers, system administrators, and power users who run scripts, package managers, or build tools that occasionally need administrative rights but who prefer not to open a separate elevated terminal. Typical use cases include installing global npm or Python packages, modifying protected hosts files, binding to low-numbered ports, or quickly toggling Windows services during development workflows. The program is distributed in two numbered versions—1.0.0 and the current 1.0.1—both offering identical syntax and requiring no background service, thereby keeping system overhead minimal and security surface small. Because win-sudo ships as a portable executable, it can reside in any user-writable folder and requires only a one-time addition to the PATH environment variable, after which commands such as sudo npm install or sudo sc stop spooler work exactly as on Unix-like systems. The utility is categorized under System Shell Enhancements and is compatible with Windows 8 and later, including Windows 11. win-sudo is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.
Tags: