LoginSignup
2
3

More than 5 years have passed since last update.

VS2005とVS2008のプロダクトキーをレジストリから取得する

Last updated at Posted at 2015-02-27

windowsボタン+R
regedit を入力

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Registration\2000.0x0000
PIDKEYをダブルクリックしてコピー

2005
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Registration\2000.0x0000
2008
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Registration\2000.0x0000

※プロダクトIDはVSのバージョン情報に記載があるので一致したものを選ぶ

参考サイト
https://codered10.wordpress.com/2010/12/16/find-your-visual-studio-product-key-through-the-registry/

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3