Home  >  Article  >  Computer Tutorials  >  How to run SUDO commands in Windows 11/10

How to run SUDO commands in Windows 11/10

王林
王林forward
2024-03-09 09:50:24764browse

With the sudo command, users can run commands in elevated privilege mode without switching to superuser mode. This article will introduce how to simulate functions similar to sudo commands in Windows systems.

What is Shudao Command?

Sudo (short for "superuser do") is a command-line tool that allows users of Unix-based operating systems such as Linux and MacOS to execute commands with elevated privileges that are typically held by administrators .

Running SUDO Commands in Windows 11/10

However, with the launch of the latest Windows 11 Insider preview, Windows users can now experience this feature. This new feature enables users to run elevated commands directly in an unelevated console session without opening a separate elevated terminal. If you haven't seen this feature in stable releases yet, please be patient and wait for it to roll out on your PC.

How to enable SUDO in Windows?

Enabling SUDO in Windows provides basic administrative control and security to the system. It improves the overall security of the system by elevating privileges as needed and restricting access to sensitive activities and resources. This helps prevent unauthorized installation or changes that may pose a threat to system integrity. Before executing the SUDO command, ensure that the SUDO function is enabled in the Windows system. By enabling SUDO, you can manage your system more efficiently and ensure that only authorized users can access and modify sensitive data and settings. This permission management method can help you improve the security of your system and effectively prevent potential security risks. Therefore, before using the SUDO command to perform any critical operations, please ensure that the SUDO function is properly configured and enabled to ensure the security and stability of the system.

Follow the prescribed steps:

  • Press the Windows I key combination to open the Settings application.
  • Go to the left side of the window, click System, then click Developers.
  • Find the Enable SUDO feature and turn on the toggle switch.
  • Finally, click Yes to confirm.

How to configure SUDO for Windows?

如何在Windows 11/10中运行SUDO命令

SUDO for Windows usually has three configuration options:

  • In new window(ForceNewWindow)
  • Input close (DisableInput)
  • Inline(normal)

To change the default configuration options for SUDO for Windows, do the following:

  • Press the Windows I key combination to open the Settings application.
  • Go to the left side of the screen and click System.
  • Scroll down and click for developers.
  • Find the Enable SUDO option and then find the way to configure SUDO to run your application.
  • From the drop-down menu, select In New Window (ForceNewWindow), Input Off (DisableInput), or Inline (Normal).

Additionally, you can open an elevated command line.

  • After replacing with forceNewWindow, input disabled or normal, type the following command and press the Enter button:
SUDO配置--启用<配置选项>

This will do the job for you.

How to use SUDO on Windows?

如何在Windows 11/10中运行SUDO命令

Make sure that before using SUDO in Windows, SUDO must be enabled and configured on your computer.

  • Press the Windows key, type command prompt, and select Run as administrator.
  • Now use sudo Before any command you want to use, enter the following command to learn about the options that come with sudo.
数都-h

that's all!

The above is the detailed content of How to run SUDO commands in Windows 11/10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:mryunwei.com. If there is any infringement, please contact admin@php.cn delete