April 19, 2026
Permission drama: granted
Sudo for Windows
Windows gets “sudo” and the crowd splits: love it, hate it, meme it
TLDR: Microsoft added “Sudo for Windows” to preview builds so you can run admin commands from a normal window. The internet split: some say it’s late and redundant (see gsudo), others bristle at the name and incompatibility with Linux sudo, while jokers shout “sudon’t”—and that debate matters for developer workflows.
Microsoft just dropped “Sudo for Windows,” a built‑in way to run admin tasks from a normal command window—and the comments section immediately went thermonuclear. It’s available on Windows 11 Insiders (build 26045+), can be toggled in Developer Settings, and Microsoft stresses it’s not a Linux port: different rules, some scripts won’t work the same. One thread alone racked up big numbers—587 points, 423 comments—per this HN link. Cue the drama.
First punch: the “already had this” crowd. “We had gsudo long before this,” sneers one user, accusing Microsoft of arriving late to a party that’s been raging for years. Next up, the name fight. Quoting Microsoft’s own “everything is different” disclaimer, a commenter hits back: “Then why is it named ‘sudo’?”—with others muttering the classic “embrace” meme about Microsoft adopting trendy tools. Meanwhile, jokers flood the thread with one‑liners like “sudon’t”, turning the announcement into a meme factory.
Not everyone’s cynical: a quieter camp likes having an official option plus a friendlier PowerShell wrapper (sudo.ps1) and handy docs at aka.ms/sudo-docs. But the vibe? Peak internet split. Is this helpful convenience or brand confusion? Microsoft says “open issues on GitHub,” the crowd says “open popcorn,” and the culture clash writes itself.
Key Points
- •Sudo for Windows enables running elevated commands from unelevated terminals.
- •It is included (inbox) in Windows 11 build 26045 and later; enable via Settings > Developer Features on supported Insider builds.
- •It is not a fork or port of Unix/Linux sudo; it is a Windows-specific implementation with differing behavior and compatibility.
- •Documentation lives at aka.ms/sudo-docs, and contributions are accepted via PRs to the documentation repo and through CONTRIBUTING.md.
- •A PowerShell helper script (sudo.ps1) wraps sudo.exe to improve usability, and the project follows the Microsoft Open Source Code of Conduct.