Installation - Windows Terminal(use powershell)
글을 쓴날: 2021-06-09
Microsoft Store가 아닌 Powershell로 Windows Terminal을 설치하는 방법이다.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install microsoft-windows-terminal
comments powered by Disqus