Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 592 Bytes

Sudo-Win

Use sudo on Windows: Run a command with administrator privileges.

在 Windows 上使用 sudo 命令:以管理员权限执行命令

Installation 安装

  • Download the latest release and extract it.

  • 下载最新的 Release 版本并解压

  • Move the sudo.exe to a directory which is in your %PATH% environment variable.

  • sudo.exe 添加到系统环境变量中

Usage 用法

sudo [command] ...
  • Run sudo to create an administrator’s console.

  • 直接运行 sudo 会以管理员权限打开命令提示符

License 协议

Apache-2.0