Superfly-Inc / ShowKeyPlus

Windows product key finder and validation checker
MIT License
930 stars 162 forks source link

Batch key test #52

Open MPR-Git opened 1 year ago

MPR-Git commented 1 year ago

Hello

I have a bunch (big bunch) of oem key to check version. It seems that you are the only one guy with a soft on the internet i am able to find with the capability to tell if a key is a windows 7/8/10/11 key.

But, as you mentioned, the support of the batch process / cli process is not supported anymore, and the 7060 release is not working on this purpose.

Could you either : tell how you managed to get the info of what int he key is linked to the verison of windows ? or push a little bunch of code / exe, with a key in parameter and returning the version of the os included in that key ?

Thanks a lot in advance.

Superfly-Inc commented 1 year ago

Hi @MPR-Git

How does 7060 not work? - if you run it in a loop on a batch it should bring back the info you need.

Cheers

MPR-Git commented 1 year ago

Maybe i don't have the good arguments on my call of showkeyplus.exe. But I have only the same key instead of distinct ones. Could you post here a sample of the arguments ?

In the cli i haven't found how to pass in argument the key to analyse (not the one of the current computer)

MPR-Git commented 1 year ago

In the cli issue #13 you mention only the usage for the current computer OEM key.

I would need to pass in argument some other computers keys, stored in a csv, txt or whatever.

Superfly-Inc commented 1 year ago

My bad, I forgot the check edition functionality was not built into CLI version

I will have to make some time over the weekend to write a PS script to automate this -(the code will will then also be visible in case you want to make changes).- the stumbling block may be pkconfig but I think I can integrate it into a ps1 - that will be best for your use case IMO. I posted before I don't want to re-code 7060 -the code is all over the place.

I didn't work on this app for a good while - didn't think it was relevant since MS went digital licences.

MPR-Git commented 1 year ago

Thanks a lot, This would help quite a lot !

Oem licence are still here, we sometimes need to handle, and with win 10 end and, win 12 coming "soon" such a tool will help a bunch of it guys ;-)

MPR-Git commented 1 year ago

Hello,

When trying to use your code i miss the 'Ressource' Do you have any clues ?

Thanks