Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Try to get an ID from the computer hardware using for example WMIC that is a module given from windows to get hardware serials. For example using :
system("WMIC BIOS GET SERIALNUMBER");
and treat the output