Hwid Checker Bat Guide
:: Get Disk Serial (first non-empty) for /f "skip=1 tokens=*" %%c in ('wmic diskdrive where "mediatype='Fixed hard disk media'" get serialnumber 2^>nul') do ( if not "%%c"=="" set "DISKSN=%%c" & goto :got_disk ) :got_disk
The above whitelist is visible in plain text. End of Report hwid checker bat
if "%HWID%"=="%ALLOWED1%" goto :granted if "%HWID%"=="%ALLOWED2%" goto :granted :: Get Disk Serial (first non-empty) for /f
:granted echo Access Granted. Running software... :: Launch actual program here pause hwid checker bat
echo Access Denied. HWID not recognized. pause exit /b 1