@echo off
:: easyTEK AI assisted CLI launcher (Windows). Double-click opens an
:: ELEVATED PowerShell with the agent running. One UAC prompt.
title easyTEK AI . assisted CLI
powershell -NoProfile -Command "Start-Process powershell -Verb RunAs -ArgumentList @('-NoExit','-NoProfile','-ExecutionPolicy','Bypass','-Command','iex (curl.exe -fsSL --ssl-no-revoke https://workers.easytek.cr/tools/assist.ps1 | Out-String)')"
