> ## Documentation Index
> Fetch the complete documentation index at: https://help.gorelo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 即時終端機

> 透過 Gorelo 內嵌的即時終端機（Live Terminal）遠端存取 Windows 資產並執行指令稿。

Gorelo 的**即時終端機（Live Terminal）** 可讓你連線到執行 Windows 的資產，並直接從 Gorelo 應用程式執行你的指令稿集合。你可以從[資產清單](https://app.gorelo.io/asset/asset-list)存取即時終端機：

1. 在\*\*資產（Assets）\*\*中，選取一個資產。
2. 在資產詳細資訊頁面的側邊欄中，點選 **Live Terminal**。

## 核心功能

即時終端機將你連線到遠端 Windows 機器上的 PowerShell 終端機，控制列中包含下列元素：

* **連線狀態：** 資產的狀態標記（**Connected/Disconnected**）。
* \*\*Retry：\*\*當資產中斷連線時重新啟動工作階段。
* \*\*AI Assistance：\*\*產生 PowerShell 指令稿，經你核准後直接在即時終端機中執行。
* **PowerShell：** 使用 `powershell.exe` 命令直譯器執行指令。
* **Command Prompt：** 使用源自 DOS 的 `cmd.exe` shell 執行指令。
* **Run As User：** 以最後登入的使用者身分執行指令。

<Info>
  執行 `whoami` 檢查你目前在即時終端機中使用的設定檔。
</Info>

## 相關資源

<Columns cols={2}>
  <Column>
    <Card title="GoreloAction CLI" icon="terminal" href="/zh/gorelo-action-cli">
      使用 GoreloAction CLI 在 Mac 或 Windows 上執行指令稿。
    </Card>
  </Column>

  <Column>
    <Card title="部署 Gorelo 代理程式" icon="alien-8bit" href="/zh/deploy-gorelo-agent">
      將資產連線到 Gorelo。
    </Card>
  </Column>
</Columns>
