Skip to content

Installation

Installation Methods

Download the .msi installer and double-click to run:

  1. Accept the license agreement
  2. Choose installation path (default: C:\Program Files\MyShell Terminal)
  3. Choose whether to create desktop shortcuts
  4. Click "Install"

MSI supports silent installation for enterprise deployment:

powershell
msiexec /i "MyShell Terminal_1.5.0_x64_en-US.msi" /quiet /norestart

Option 2: NSIS Installer

Download the .exe installer. NSIS builds are smaller, suitable for individual users.

Data Storage

Configuration data is stored at:

%APPDATA%\myshell-terminal\
├── servers.json          # Server list
├── settings.json         # App settings
├── snippets/             # Command snippets
└── license.dat           # License file (if any)

Uninstall

Uninstall via Windows Settings → Apps. User data is preserved; delete the data directory manually to remove completely.

Updates

Download the new version and install over the existing one. Configuration data is automatically preserved.

基于 MIT 许可发布