🛠IT 이슈 및 유틸리티
Microsoft Store 없이 Windows Terminal 설치
Janger
2022. 1. 27. 21:01
728x90
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
출처:
https://www.prajwaldesai.com/best-ways-to-install-windows-terminal/
3 Best Ways to Install Windows Terminal - Prajwal Desai
In this post, you will learn multiple ways to download and install Windows Terminal on your computer. Let's look at some Windows Terminal basics and the
www.prajwaldesai.com
728x90