Detection of VS2013 Ultimate
Hi, Thanks for your work. I recently tried to use your script to recover the key for VS2013 Ultimate but it does not detect it. I discovered the reg key where it is stored is 06181
Adding the line:
new Product("Visual Studio 2013 Ultimate" , "E79B3F9C-6543-4897-BBA5-5BFB0A02BB5C", "06181"),
To the program.cs enabled me to extract the key successfully.
Hi Drew,
Glad you find the tool useful.
Thanks for the info. If you submit a pull request with the change, I will merge it quickly.
Thanks, Terje
On Mon, May 15, 2023, 07:05 Drew @.***> wrote:
Hi, Thanks for your work. I recently tried to use your script to recover the key for VS2013 Ultimate but it does not detect it. I discovered the reg key where it is stored is 06181
Adding the line: new Product("Visual Studio 2013 Ultimate" , "E79B3F9C-6543-4897-BBA5-5BFB0A02BB5C", "06181"),
To the program.cs enabled me to extract the key successfully.
— Reply to this email directly, view it on GitHub https://github.com/terjew/VSKeyExtractor/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGTQZE6EN4KBZBIOJAZT74LXGG2TBANCNFSM6AAAAAAYBU2V6I . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I just wanted to say: Thank you !