Maximizing Command Control on Windows with Sudo

Maximizing Command Control on Windows with Sudo

Joseph Lv10

Maximizing Command Control on Windows with Sudo

Key Takeaways

  • The sudo command on Windows lets you run commands with elevated privileges.
  • Microsoft is introducing sudo in Windows 11 to make using the command line more convenient.
  • Enable sudo via Settings, the Command Prompt, or PowerShell.

If you’re a fan of tweaking your Windows setup, you often need to run “elevated” or Administrator-level commands. You’re probably used to doing this by running a Command Prompt as administrator, but it’s about to get a lot easier with sudo on Windows.

What Does the sudo Command Do?

Despite the general focus on configuring everything through the Settings apps and easy-to-use configuration wizards on Windows, every once in a while, you still need to type in commands. Many of these won’t work with your standard user account. Instead, you need to run them as an administrator. Requiring administrator permissions is still a relatively new concept in Windows, but it was prevalent for far longer in older operating systems.

It was so prevalent that operating system developers thought about a solution to the problem decades ago. Unix installations had, and still do have, a su command, which means “switch user.” This would allow you to switch accounts to any other user, but could also let you run as the administrator, or superuser, account of the system by default.

This solution worked, but logging in as the administrator to run one command seemed like overkill. As a solution, developers created the sudo command, which means either “switch user and do,” or “superuser do,” depending on various opinions. Long story short, the sudo command lets you easily run one command with elevated privileges—we’ve covered the differences between su and sudo if you’re curious.

This means that the sudo command is roughly equivalent to right-clicking on the Command Prompt app, selecting Run as administrator, and running a command, like do_something. With the help of the sudo command, you don’t need to worry about remembering to run the Command Prompt as administrator. Instead, simply type sudo do_something, and the command will work in exactly the same way.

Which Windows Versions Can Run the sudo Command?

Microsoft is adding the sudo command to Windows 11, and considering that support for Windows 10 is winding down, we don’t expect to see the command coming there anytime soon. At the time of writing, the sudo command is only available for Windows Insider participants (builds 26045 and later), specifically those on the Developer and Windows Canary channels .

Unlike some features that Microsoft tests in these versions, it seems fairly likely that sudo is going to arrive on the operating system soon.

How to Enable the sudo Command on Windows

If the sudo command isn’t yet available for your version of Windows, you’ll need to sign up for Windows Insider . This is a simple process, but be warned: the Developer and Canary options can be unstable, so don’t use them on a PC you’re not willing to lose data on.

Once you’re running a version of Windows that has the sudo command available, enabling it is a simple process. Open the Settings app, then select System on the left and For developers from the main area of the window.

Here, scroll down and enable the checkbox that reads Enable sudo.

Enabling sudo on Window in the Settings app

Enable sudo via the Command Prompt

If you’re more command-line oriented, you can also enable sudo via the Commmand Prompt. Somewhat ironically, this requires you to run an elevated CMD window. Press the Windows key, type “command,” then right-click on Command Prompt (or PowerShell) and select Run as administrator.

In this prompt, run the following command:

sudo config --enable enable

Enabling sudo on Windows via PowerShell

How to Use the sudo Command on Windows

After you’ve enabled the sudo command on Windows, it’s simple to use. Simply prepend the sudo command to any command you’d typically need to run as an administrator, then accept the prompts that follow.

An example from Microsoft uses the netstat command:

sudo netstat -ab

Running a command on Windows via sudo

This feature may seem a tad unnecessary—and for many people, it is. That said, if you spend your day running command after command on Windows and wish for the simplicity of the sudo command, its addition will make your life easier.

Microsoft seems committed to its implementation of sudo, even going so far as to release sudo on GitHub as open source. If reading this entices you to learn more about what goes on under the hood in Windows, make sure to take a look at our list of commands every Windows user should know .

If you’re a fan of tweaking your Windows setup, you often need to run “elevated” or Administrator-level commands. You’re probably used to doing this by running a Command Prompt as administrator, but it’s about to get a lot easier with sudo on Windows.

Also read:

  • Title: Maximizing Command Control on Windows with Sudo
  • Author: Joseph
  • Created at : 2024-06-25 12:43:14
  • Updated at : 2024-06-26 12:43:14
  • Link: https://windows11.techidaily.com/maximizing-command-control-on-windows-with-sudo/
  • License: This work is licensed under CC BY-NC-SA 4.0.