Microsoft Visual Studio 6.0 with Serial Key Posted by Vaibhav Tiwari| 10:25| Microsoft, Softwares Service packs are the means by which Microsoft distributes bug fixes and other updates that help keep a product current.

Active4 years, 4 months ago

I have a friend who needs to reinstall windows, but he can't find his VS2008 activation code/product key. Is there a way to look up which product key he entered when he last installed VS2008 in the registry? Any other method of finding the key is also welcome.

Mihai Limbășan
48.8k4 gold badges44 silver badges58 bronze badges
viggityviggity
12.1k6 gold badges70 silver badges87 bronze badges

closed as off topic by Chris Laplante, Bryan Crosby, dSquared, Kyle Macey, Justin BooOct 11 '12 at 19:46

Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.

4 Answers

For 32 bit Windows:


Visual Studio 2003:

How

HKEY_LOCAL_MACHINESOFTWAREMicrosoftVisualStudio7.0RegistrationPIDKEY

Visual Studio 2005:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftVisualStudio8.0RegistrationPIDKEY

Visual Studio 2008:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftVisualStudio9.0RegistrationPIDKEY


Visual Basic

For 64 bit Windows:


Visual Studio 2003:

HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftVisualStudio7.0RegistrationPIDKEY

Visual Studio 2005:

Visual

HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftVisualStudio8.0RegistrationPIDKEY

Visual Studio 2008:

HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftVisualStudio9.0RegistrationPIDKEY


Notes:

Visual Studio Registration Key

  • Data is a GUID without dashes. Put a dash ( – ) after every 5 characters to convert to product key.
  • If PIDKEY value is empty try to look at the subfolders e.g.

    ...Registration1000.0x0000PIDKEY

    or

    ...Registration2000.0x0000PIDKEY


I found the product key for Visual Studio 2008 Professional under a slightly different key:

it was listed without the dashes as stated above.

user66001
4911 gold badge10 silver badges34 bronze badges
D WattsD Watts

For Visual Studio 2005:

If you do have an installed Visual Studio 2005 however, and want to find out the serial number you’ve used to install it because you don’t have a clue where you put that shiny sticker, you can. It is, like most things in Windows, in the registry.

HKEY_LOCAL_MACHINESOFTWAREMicrosoftVisualStudio8.0RegistrationPIDKEY

Visual studio 2003 serial key free

Visual Studio 2003 Serial Key Free

In order to convert the value in that key to an actual serial number you have to put a dash ( – ) after evert 5 characters of the code.

From: http://www.gooli.org/blog/visual-studio-2005-serial-number/

For Visual Studio 2008 it's supposed to be:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftVisualStudio9.0RegistrationPIDKEY

Visual Studio 2003 Downloads

However I noted that the the Data field for PIDKEY is only filled in the 1000.0x000 (or 2000.0x000) sub folder of the above paths.

TGP1994

Visual Studio 2003 Torrent

1,3614 gold badges13 silver badges30 bronze badges
ZitraxZitrax
9,60112 gold badges69 silver badges83 bronze badges
user956584user956584
3,7542 gold badges31 silver badges43 bronze badges

Not the answer you're looking for? Browse other questions tagged visual-studio-2008registry or ask your own question.