I got part of my code by reading the assembly code of CrystalCPU and its drivers, that part is not mine. That's why I have to use their drivers. It is not a good way and also why I don't want to disclose the CrystalCPU part.

How many MSRs you want change at a time? Would 5 MSRs enough for you? I can change the code to let you set the MSR address and values in the ini.

Quote Originally Posted by KTE View Post
Thanks sam2008. Makes me not have to mess about with code anymore. Coding is an old field of mine I stay clear of... but this coding is specific and not open to let me add any MSR I want to change in the .ini and execute that at a click. Since I have around 10 more MSR's I'll be changing regularly (C0010070/C0010062/C0010064/C0010065 - VID/FID/P-State/CnQ), I may have to digg some more code again.