Install
Desktop Service
Run automations on Windows desktops and VMs. The Desktop Service connects your machines to the Minicor platform.
Quick Install
Open an elevated PowerShell window and paste:
$installPath = "$env:TEMP\install.ps1"
irm https://minicor.com/installs/desktop-service/ps1 -OutFile $installPath
powershell -ExecutionPolicy Bypass -File $installPathWith a VM API key from the Minicor dashboard:
$env:MDS_VM_API_KEY="your-key"
irm https://minicor.com/installs/desktop-service/ps1 -OutFile C:\temp\install.ps1
powershell -ExecutionPolicy Bypass -File C:\temp\install.ps1or
Download Installer
Windows 10 or later required. The installer will guide you through setup.
Download Installer (.exe)1
Run the installer
Open the downloaded .exe and follow the prompts. Enter your VM API key from the Minicor dashboard.
2
Connect to Minicor
The service registers with the platform automatically once installed. Verify the connection in your Minicor dashboard.
3
Run automations
Trigger scripts from the platform or via the MCP. The service executes them locally and reports results back.