I was facing the same problem and also tried to solve it by deleting to registry key(s). But the problem returned after a while.
The keys where back again.
But, I found at each key has settings for toolbox with the value 1, like:
...{2c298b35-07da-45f1-96a3-be55d91c8d7a}\Toolbox]
"Default Items"=dword:00000001
You can find this setting in the C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ShellExtensions\Platform\BaseConfig.pkgdef
, line 8395.
I changed the value from 1 to 0 ("Default Items"=dword:00000000
) in all {2c298b35-07da-45f1-96a3-be55d91c8d7a}-keys
and the file mentioned before.
The problem seems to be fixed, since over two weeks. The fix before worked less than one day.