Update for Team Foundation Server (proxy) - Registry Mods

With the caveat that I haven’t tried this myself just yet…

For the July CTP, if you choose to install Team Foundation Server (proxy) you’ll need to add the following information to the Registry on the computer hosting the proxy to gain full functionality (event log & performance counters):

===== BEGIN PROXY.REG =====

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\VSTF Proxy Server]
"EventMessageFile"=hex(2):43,00,3a,00,5c,00,57,00,49,00,4e,00,4e,00,54,00,5c,\
00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,2e,00,4e,00,45,00,\
54,00,5c,00,46,00,72,00,61,00,6d,00,65,00,77,00,6f,00,72,00,6b,00,5c,00,76,\
00,32,00,2e,00,30,00,2e,00,35,00,30,00,37,00,31,00,32,00,5c,00,45,00,76,00,\
65,00,6e,00,74,00,4c,00,6f,00,67,00,4d,00,65,00,73,00,73,00,61,00,67,00,65,\
00,73,00,2e,00,64,00,6c,00,6c,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TFS Source Control]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TFS Source Control\Linkage]
"Export"=hex(7):54,00,46,00,53,00,20,00,53,00,6f,00,75,00,72,00,63,00,65,00,20,\
00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TFS Source Control\Performance]
"Open"="OpenPerformanceData"
"Collect"="CollectPerformanceData"
"Close"="ClosePerformanceData"
"Library"="netfxperf.dll"
"IsMultiInstance"=dword:00000001
"CategoryOptions"=dword:00000003
"Counter Names"=hex:43,00,75,00,72,00,72,00,65,00,6e,00,74,00,20,00,43,00,61,\
00,63,00,68,00,65,00,20,00,53,00,69,00,7a,00,65,00,28,00,42,00,79,00,74,00,\
65,00,73,00,29,00,00,00,54,00,6f,00,74,00,61,00,6c,00,20,00,44,00,6f,00,77,\
00,6e,00,6c,00,6f,00,61,00,64,00,20,00,52,00,65,00,71,00,75,00,65,00,73,00,\
74,00,73,00,00,00,54,00,6f,00,74,00,61,00,6c,00,20,00,43,00,61,00,63,00,68,\
00,65,00,20,00,48,00,69,00,74,00,73,00,00,00,54,00,6f,00,74,00,61,00,6c,00,\
20,00,46,00,69,00,6c,00,65,00,73,00,20,00,69,00,6e,00,20,00,43,00,61,00,63,\
00,68,00,65,00,00,00,00,00
"Counter Types"=hex:36,00,35,00,37,00,39,00,32,00,00,00,36,00,35,00,37,00,39,\
00,32,00,00,00,36,00,35,00,37,00,39,00,32,00,00,00,36,00,35,00,35,00,33,00,\
36,00,00,00,00,00
"Last Counter"=dword:00003682
"Last Help"=dword:00003683
"First Counter"=dword:0000367a
"First Help"=dword:0000367b
"Object List"="13946"

===== END PROXY.REG =====

To add this information, copy the text between (and exclusive of) the BEGIN & END PROXY.REG lines and paste it into a text file. Save that file as proxy.reg. Copy that file to the computer hosting Team Foundation Server (proxy) and then double-click proxy.reg to add the information to the Registry.