How can I disable the integration between VSS and Visual Studio?
• Under the registry key: HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Source Control (for Visual Studio 6.0) or HKEY_CURRENT_USER\Software\Microsoft\DevStudio\5.0\Source Control (for Visual Studio 5.0) , change or created the entry:
Name: Disabled
Type: REG_DWORD
Data: 0x1
(All the warnings about working in the registry apply.