Every time we open Visual Studio, the following tab is opened:
Is there a way to disable this behavior?
Perhaps to ask this in a more generic way, in which it would be helpful in other applications, can you disable extensions/dependencies from screwing with your Visual Studio layout?
My colleagues and I had the same problem a few years ago. You can disable the pop up manually by setting a registry string value at:
[HKEY_CURRENT_USER\Software\NServiceBus\{Major.Minor}]
Called MachinePrepared
with a value of true
.