One of many annoying issues about utilizing PowerShell in Home windows, when you’re used to Linux, is having to run it as an admin with a view to make system modifications. The only approach to do that is right-clicking the applying within the begin menu and clicking “Run as administrator,” which is not precisely elegant.
It is notably irritating as a result of most Linux distributions fastened this a very long time in the past: the sudo
command. Principally, on Linux, if you’ll want to run a single command as an administrator you possibly can simply put “sudo” in the beginning and run it—you are requested for an administrator password and the method runs. It is such a helpful characteristic that it even impressed some of the well-known XKCD comics.
Somebody at Microsoft apparently seen: sudo is now included in Home windows. Form of. A characteristic that lets you run single instructions as an administrator, referred to as sudo, is now included in Home windows, however this characteristic isn’t technically associated to the sudo included on Linux techniques (Microsoft, as at all times, is utilizing a complicated title).
Anyway: this pseudo-sudo characteristic is included with Home windows 11 model 24H2, launched in October 2024 and nonetheless rolling out to Home windows customers as of February 2025. You possibly can examine whether or not you will have entry to the characteristic by opening System Settings and heading to System > For builders. Scroll down and you may see the choice to allow sudo (when you do not see the choice, you are not utilizing 24H2).

Credit score: Justin Pot
There are three choices right here relating to how sudo runs. By default, command will run in a brand new window. There are two extra choices: Inline, which can run the command in the identical window; and Enter closed, which runs the command in the identical window however with out enter from different instructions within the window. The official documentation closely recommends leaving the default setting for safety causes, although Inline is far nearer to the Linux-style sudo command.
Utilizing the characteristic is easy: when operating a command that requires administrator privileges, begin with sudo
. You will notice a pop-up asking to verify.

Credit score: Justin Pot
Click on Sure and the command will run as administrator. That is actually it: simply put sudo in the beginning of your instructions to run as administrator.

Credit score: Justin Pot
Strive it together with your common instructions and see the way you prefer it. If the reply is that you do not, that is nice: return to opening Powershell as administrator.
There are causes Microsoft’s sudo might not give you the results you want. Perhaps you are not but utilizing the 24H2 model of Home windows. Perhaps you possibly can’t get sudo working with the functions you are making an attempt. Or perhaps you simply need to shortly change your present session into an elevated session. If that’s the case, gsudo may work higher for you. This open supply software is really helpful in Microsoft’s documentation as providing options extra much like the Linux model of sudo and might shortly be put in utilizing the winget bundle supervisor.