- Visual Basic
- Visual Studio Registration Key
- Visual Studio 2003 Serial Key Free
- Visual Studio 2003 Downloads
- Visual Studio 2003 Torrent
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.
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ășanclosed 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:
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:
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.
user66001For 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
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.