Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shell Extension : Not showing in Windows Explorer context

I have Windows 7 Professional x64. I have Visual Studio 2010 Premium and Visual Studio 2012 Premium installed on my machine.

I installed TFS Power Tools Decemeber 2011. I restarted my computer after successful installation. I then checked out a folder from TFS 2010 but the TFS menu items in Windows Explorer context menu do not appear when i right click on the folder.

I even reinstalled it by uinstalling it, restarting the pc and installing it again then restarting it again but same issue.

I have followed the instructions outlined in here: TFS Power Tools: Shell Extension : Context Menu Quirky and TFS Icons on Files/Folders missing

But same issue same issue occurs. Would anyone know what else i can do to get the TFS menu items to appear in the context menu please?

Thanks in advance,

like image 678
KP1 Avatar asked Apr 19 '13 13:04

KP1


People also ask

Why is the shellextension not showing in Visual Studio?

This problem also occurs when you are running Visual Studio under different credentials (i.e. an account with Administrator privileges) than the logged on user. Logging on as that same user displays the ShellExtension correctly. But that's just not an option here...

What is a Windows shell extension?

To define Shell extensions, let’s look at the Windows Shell extension handler that allows you to extend the usual set of actions while working with Windows Explorer. Shell extensions can be represented as individual plug-ins to Windows Explorer. They can be used to add a new tab to the Properties window, change a file preview, and do other things.

What are shell extension handlers in Windows Explorer?

Windows shell extension handlers allow to supplement usual set of actions while working with Windows Explorer. Using shell extensions, you can, for example, add a new tab into the Properties window, change file preview, and more. Shell extensions can be represented as individual plug-ins to Windows Explorer.

What's new in the windows 11 context menu?

The Windows 11 context menu addresses these problems in the following ways: Common commands are placed right next to where the menu is invoked. “Open” and “Open with” are grouped together. Apps extend the menu with IExplorerCommand + app identity. Unpackaged Win32 apps can use Sparse Manifests.


1 Answers

I am not sure if this would help or you are willing to use a new version but I had the exact same environment and issue with you.

What I had done is that I uninstalled the old TFS Power Tools ( listed with a "Microsoft Team Foundation Server" prefix and/or "Microsoft Visual Studio Team Foundation Server" in Control-Panel/Programs-and-Features ) and install a newer version which is RTM. You can download them at http://www.microsoft.com/en-nz/download/details.aspx?id=35775 and install the following in the same order listed below

  1. Team Foundation Server 2012 RTM Power Tools.msi
  2. Visual Studio Team Foundation Server 2012 Update 1 Power Tools.msi
  3. Visual Studio Team Foundation Server 2012 Update 2 Power Tools.msi

Close Visual Studio before you start then restart after installing, you should see your context menu afterwards together with the green arrow that indicates it is in TFS

Here is a screenshot of it

enter image description here

Also please take note that after installation this would not happen instantaneously as advised on this post: TFS Power Tools: Shell Extension : Context Menu Quirky and TFS Icons on Files/Folders missing

It sometimes takes a while for the TfsComProviderSvr.exe to check if the local folder is a workspace and register the shell extension.

So this depends on many variables, your TFS server speed, your machine speed and your network speed. In my case I left it overnight to fully show everything.

like image 94
Raymund Avatar answered Sep 20 '22 04:09

Raymund