AlexSJC
发布于 2024-01-27 / 8 阅读
0
0

将 Windows 终端添加至右键菜单

https://github.com/lextm/windowsterminal-shell

请先安装 PowerShell 7

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'))


评论