@echo off
for /f "tokens=2 delims==" %%a in ('wmic csproduct get UUID /value 2^>nul') do set UUID=%%a
set UUID=%UUID: =%
start "" "https://ingenacc.mcaservindustrias.pe/login?uuid=%UUID%"
