It worked for me. I added the TF.exe path ("C: \ Program Files (x86) \ Microsoft Visual Studio 14.0 \ Common7 \ IDE" in my case) to the PATH system variable variable (through "My Computer"> "Properties"> "Advanced System Settings "> Environment Variables-> System Variables-> Path-> Edit).
You can check if "tf" works by typing "tf" on the command line. If you get something like: Microsoft (R) TF - Team Foundation version control tool, version 14.102.25619.0 Copyright (c) Microsoft Corporation. All rights reserved. ......
tf is working correctly.
source share