成果展示

在 Windows Terminal 中打开 Cygwin(管理员).png在 Windows Terminal 中打开 Cygwin.png

右键菜单增加在 Windows Terminal 中打开 Cygwin/Ubuntu 等配置教程

首先当然是安装 Cygwin 啦,这里就不多赘述了。

然后是安装 PowerShell7,没办法下边用到的脚本要求高版本 PowerShell

这里详见微软帮助文档

最后就是安装这个右键菜单,这个是一键安装的办法,不过这样安装的是英文菜单。

需要在上边 PowerShell7(管理员模式)中运行

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/lextm/windowsterminal-shell/master/install.ps1'))

如果你想使用中文菜单,那就用我打包好的,在PowerShell中手动执行install.ps1

windowsterminal-shell.rar
下载方式:免费下载更新时间:2023-12-26 21:12:04文件大小:77.93kB下载次数:134