๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
๐Ÿ› IT ์ด์Šˆ ๋ฐ ์œ ํ‹ธ๋ฆฌํ‹ฐ

Microsoft Store ์—†์ด Windows Terminal ์„ค์น˜

by Janger 2022. 1. 27.
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
๋ฐ˜์‘ํ˜•