@echo off
:: easyTEK installer-hub launcher (Windows). Double-click to open the hub
:: menu in an ELEVATED PowerShell window. Operator gets one UAC prompt.
:: --ssl-no-revoke avoids the schannel hang on AV/firewall-inspected nets.
title easyTEK . hub
powershell -NoProfile -Command "Start-Process powershell -Verb RunAs -ArgumentList @('-NoExit','-NoProfile','-ExecutionPolicy','Bypass','-Command','iex (curl.exe -fsSL --ssl-no-revoke https://cdn.easytek.cr/hub.ps1 | Out-String)')"
