Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.05 KB

RepoHeader

Windows Terminal Installer 終端機安裝程式

Download and deploy latest Windows Terminal release from github

A Windows Terminal Install PS Script

How to Install 如何安裝

Installation Step:

1.Download the Script from Releases page.

2.Right-Click on the file and choose "Run with PowerShell"

3.Select the version you want to Install (Stable/Preview)

*Note:Some new version of windows block PS Script from execute, Please run "Set-ExecutionPolicy Unrestricted" first as administrator in Powershell first.

安裝步驟:

1.從發行頁面下載腳本

2.右鍵腳本並且選擇"用 PowerShell 執行"

3.選擇你想要安裝的版本

*注意:在某些版本的 Windows 上,會停用腳本執行,請先在 PowerShell 中以系統管理員權限執行 Set-ExecutionPolicy Unrestricted