项目作者: dongshunyao

项目描述 :
Use sudo on Windows: Run a command with administrator privileges.
高级语言: C++
项目地址: git://github.com/dongshunyao/sudo-win.git
创建时间: 2020-02-08T18:31:57Z
项目社区:https://github.com/dongshunyao/sudo-win

开源协议:Apache License 2.0

下载


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 用法

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

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

License 协议

Apache-2.0