Command Mastery: Embracing Sudo on Windows PCs
Command Mastery: Embracing Sudo on Windows PCs
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
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.
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
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
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:
- [New] In 2024, Exploring Yi 4K's Potential with an Action Vlogger
- [New] Top Time-Lapse Techniques & Tools #5 for 2024
- [Updated] The Comprehensive Guide to Screenshot Excellence
- Claude Pro Demystified: How It Stacks Up to ChatGPT+
- Digital Learning for Real Romanians
- Five Steps to Wipe MS Defender History on Windows Systems
- Get Direct Access to Processes in Win11 with a Search Box
- How to Enable or Disable the Windows Installer Service on Windows
- Leveraging Overhauled Window for Selecting Widgets in Win11
- Overcome Radiosyncrasies with Ease, Windows Style
- Overcome Wi-Fi Woes: Enhance Your Windows Apps' Connectivity
- Preparing to Engage in Google's Video Meetings for 2024
- Reveal Usage Metrics: Infusing CPU & Memory Details Into SysTray
- Revolutionize Your Video Presence with Personalized Shorts Thumbnails for 2024
- Title: Command Mastery: Embracing Sudo on Windows PCs
- Author: David
- Created at : 2024-10-14 17:44:55
- Updated at : 2024-10-15 19:38:57
- Link: https://win11.techidaily.com/command-mastery-embracing-sudo-on-windows-pcs/
- License: This work is licensed under CC BY-NC-SA 4.0.