SamuelTulach / mutante

Kernel-mode Windows HWID spoofer
520 stars 142 forks source link

Doesn't work on a laptop for whatever reason #13

Closed EugW closed 3 years ago

EugW commented 3 years ago

Tested it on my pc and it did spoof serials (i9-9900k, z390 asus) image But it didn't work on my laptop (amd ryzen 4600h, asus laptop) image

What can be the problem? I did exact same steps on both devices

P.S. I added some more logs and this is what change disk serials function return, which is STATUS_NOT_FOUND [mutante] Change serials finished -1073741275

EugW commented 3 years ago

UPD I solved it On my laptop there are 3 raid devices actually: image I changed your for loop to 3 and it works now image

EugW commented 3 years ago

@SamuelTulach please consider it