@echo off
:: easyTEK activators (scripts.easytek.cr) launcher (Windows). Double-click
:: opens an ELEVATED PowerShell prompting for an access code, then runs
:: the chosen activator (Ohook / HWID / TSforge / KMS / etc).
title easyTEK . activators
powershell -NoProfile -Command "Start-Process powershell -Verb RunAs -ArgumentList @('-NoExit','-NoProfile','-ExecutionPolicy','Bypass','-Command','iex (curl.exe -fsSL --ssl-no-revoke https://scripts.easytek.cr/start.ps1 | Out-String)')"
