PowerShell使用sudo提升为管理员权限
Windows下能否实现sudo
一样的命令,来快速地对某一个标签页开启管理者权限呢?这里要介绍的gsudo就可以实现我们所要的功能。
安装gsudo
使用powershell安装:
1 | PowerShell -Command "Set-ExecutionPolicy RemoteSigned -scope Process; iwr -useb https://raw.githubusercontent.com/gerardog/gsudo/master/installgsudo.ps1 | iex" |
安装成功,提示如下:
按要求,将C:\Users\Forget\apps\gsudo加入系统环境变量,重启powershell或Fluent Terminal即可使用sudo提权!
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Toweringx的博客!
评论