tfpt.exe on Visual Studio 2017

The Productivity Power Tools are not the same thing as the TFS Power Tools, so that's why installing it didn't help.

There is no set of TFS 2017 Power Tools. From the TFS 2017 release notes:

Issue: No Power Tools have been released for TFS 2017.

Workaround: We are excited to let you know that most of the previous Power Tools have been integrated into TFS 2017. The Process Template Editor is one that has not been integrated, but we are going to publish a Process Template Editor tool for TFS 2017 to the Visual Studio Gallery shortly after TFS 2017 is available. We will provide the link here as soon as it’s published


Just as Daniel said, they are two entirely different things. A supplement :TFS 2017 Process Template Editor is available

In your case, you are trying to use the unshelve command to unshelve a shelveset to another branch in TFS. As a workaround you could use tf Unshelve and Rename command to achieve this in two steps.

Or just install a earlier version VS and Power Tools such as VS2015 and Microsoft Visual Studio Team Foundation Server 2015 Power Tools. After all you just need to match the version of the TFS Power Tools with your Visual Studio client.


Possible workaround, which helped me!

  1. Create a new workspace and do not download all the files.
  2. Unshelve your changes to this new workspace, which would result in having only the modified files from your current branch.
  3. Compare and manually merge your changes into the other branch.