Installation
Installation Methods
Option 1: MSI Installer (Recommended)
Download the .msi installer and double-click to run:
- Accept the license agreement
- Choose installation path (default:
C:\Program Files\MyShell Terminal) - Choose whether to create desktop shortcuts
- Click "Install"
MSI supports silent installation for enterprise deployment:
powershell
msiexec /i "MyShell Terminal_1.5.0_x64_en-US.msi" /quiet /norestartOption 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.