But there is a main question, do you guys like the new Checkboxes instead Radio boxes? To change profile for ex. from 7 to Vista you will now need to uncheck 7 and then check Vista - it may not be the most confortable method but it allows you to check key on multiple profiles. Please post your suggestions and feedback.
Creating auto-checker / unchecker function for it It's called as GUI Logical Interpretations Function ...
If you use .NET C#, Just add this logical function into Checkbox Changer Events: Code: //Having 4 checkboxes autoselector //chb1 - chb2 - chb3 - chb4 void Function() { if (chb1.Checked) { chb2.Checked = false; chb3.Checked = false; chb4.Checked = false; } if (chb2.Checked) { chb1.Checked = false; chb3.Checked = false; chb4.Checked = false; } if (chb3.Checked) { chb1.Checked = false; chb2.Checked = false; chb4.Checked = false; } if (chb4.Checked) { chb1.Checked = false; chb2.Checked = false; chb3.Checked = false; } } It's a logical solution
It is shown only for OEM keys and for XP, some keys' vendors are known. Vendor is not necessary but I think it's good if it's presented. PS. I am using Jeremy Collake's XP checker script and it was containing some Vendors' informations.
will you add Windows 8 ability? the PidGenX.dll has been updated and is backward compatible so that would be a swap. and just add the pkeyconfig files to the exe.
I am currently using 7989's PidGenX.dll (it's about 5% faster than pidgenx.dll from VAMT2) but it will be updated to 8102's.
Yeah but just a bit faster and not for all keys. PidgenX2 is also present in VAMT2 but I am not sure what does it do and how to use it. Arguments are different than in old PidgenX.
Codyqx4 - mine checks win8 just fine with pidgenx.dll and pkconfig from 8102. the pidgenx works for the others as well. win8 key checks as fast as you click "check". View attachment 11440