0

Visual Studio was taking "forever" (over 60 seconds) to open, so I followed advice here to edit the registry:

Constantly getting "Loading toolbox content from package" in Visual Studio AND IT TAKES FOREVER!

I found the node in a different location on my machine, however:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages{2‌​c298b35-07da-45f1-96a3-be55d91c8d7a}]

I've misplaced the backup file I made of this registry entry, and would like to restore the registry to its original setting. I would be grateful if someone could reply with the contents of that node.

I have Windows 7 x64 BTW.

What I have in this node now is:

(Default) .......................REG_SZ..........(value not set)
DefaultItems.....................REG_DWORD.......0x00000001 (1)
Community
  • 1
  • 1
Tim
  • 8,669
  • 31
  • 105
  • 183

1 Answers1

1
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages\{2c298b35-07da-45f1-96a3-be55d91c8d7a}]
@="Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage"
"InprocServer32"="C:\\Windows\\SysWOW64\\mscoree.dll"
"Class"="Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage"
"Assembly"="Microsoft.VisualStudio.IDE.ToolboxControlsInstaller, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages\{2c298b35-07da-45f1-96a3-be55d91c8d7a}\Toolbox]
"Default Items"=dword:00000001
dummy
  • 4,256
  • 3
  • 25
  • 36