首页 \ 问答 \ 外壳扩展:在Windows资源管理器上下文中不显示(Shell Extension : Not showing in Windows Explorer context)

外壳扩展:在Windows资源管理器上下文中不显示(Shell Extension : Not showing in Windows Explorer context)

我有Windows 7 Professional x64。 我的机器上安装了Visual Studio 2010 Premium和Visual Studio 2012 Premium。

我安装了TFS电动工具2011年12月。我成功安装后重新启动了计算机。 然后我从TFS 2010签出了一个文件夹,但是当我右键单击该文件夹时,Windows资源管理器上下文菜单中的TFS菜单项不会出现。

我甚至通过卸载重新安装它,重新启动电脑并重新安装,然后重新启动它,但同样的问题。

我遵循这里概述的指示: TFS电动工具:外壳扩展:上下文菜单古怪和文件/文件夹丢失的TFS图标

但同样的问题发生同样的问题。 有谁知道我还能做些什么来让TFS菜单项出现在上下文菜单中吗?

提前致谢,


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,


原文:https://stackoverflow.com/questions/16105909
更新时间:2023-07-05 15:07

最满意答案

这是我们在DSiWin32中使用的:

procedure DSiTrimWorkingSet;
var
  hProcess: THandle;
begin
  hProcess := OpenProcess(PROCESS_SET_QUOTA, false, GetCurrentProcessId);
  try
    SetProcessWorkingSetSize(hProcess, $FFFFFFFF, $FFFFFFFF);
  finally CloseHandle(hProcess); end;
end; { DSiTrimWorkingSet }

This is what we use in DSiWin32:

procedure DSiTrimWorkingSet;
var
  hProcess: THandle;
begin
  hProcess := OpenProcess(PROCESS_SET_QUOTA, false, GetCurrentProcessId);
  try
    SetProcessWorkingSetSize(hProcess, $FFFFFFFF, $FFFFFFFF);
  finally CloseHandle(hProcess); end;
end; { DSiTrimWorkingSet }

相关问答

更多
  • 这是我们在DSiWin32中使用的: procedure DSiTrimWorkingSet; var hProcess: THandle; begin hProcess := OpenProcess(PROCESS_SET_QUOTA, false, GetCurrentProcessId); try SetProcessWorkingSetSize(hProcess, $FFFFFFFF, $FFFFFFFF); finally CloseHandle(hProcess); en ...
  • 是的,一旦Person的实例被GC删除,如果没有其他引用存在,则Account的实例也将获得资格。 Yes, as soon as the instance of Person is removed by the GC, the instance of Account will also get eligible if no other reference to it exists.
  • 因为固定大小的数组是在函数的堆栈中分配的,而动态的数组是在程序的堆中分配的。 函数堆栈是用于存储局部变量的内存空间。 到达功能结束时,堆栈自动释放。 堆是不同的,一旦程序关闭它就是免费的。 Because the fixed size array is allocated in the function's stack and the dynamic one is allocated in the program's heap. The function stack is the memory space ...
  • 如果在初始化程序期间发生错误,则应在self上调用release并返回nil 。 if (bad_thing_oh_noes) { [self release]; return nil; } 此外,您必须确保在部分初始化的对象上调用dealloc是安全的。 你应该只在失败时调用release 。 如果从超类的初始化程序中返回nil ,则不应调用release 。 通常,您不应该在初始化失败时抛出异常。 处理初始化失败的一个例子: - (id)initWithURL:(NSURL *)aUR ...
  • 别介意,显然是当前opencv版本2.6.x的一个问题。 我brew uninstall ffmepg ffmpeg brew uninstall ffmepg和opencv brew uninstall opencv 然后我改变了我的opencv版本cd /usr/local/Library/Taps/homebrew-science我搜索了其他版本(isight正在4.5.5下工作) brew versions opencv我添加了2.4.5 git chekout ae74fe9 opencv.rb最 ...
  • LinkEndChild的文档说明了这一点: 注意:要添加的节点由指针传递,并且此后将由tinyXml拥有(并删除)。 此方法高效并避免了额外的副本,但应小心使用,因为它使用与其他插入函数不同的内存模型。 The documentation for LinkEndChild says this: NOTE: the node to be added is passed by pointer, and will be henceforth owned (and deleted) by tinyXml. Thi ...
  • 什么时候删除msgdata是安全的? 解包后()? 转换为T后? 使用msgpack::unpack()函数时,默认的解包行为是copy 。 所以你可以在msgpack::unpack()之后销毁msgdata 。 请参阅内存管理 您可以自定义复制的行为。 当你将unpack_reference_func处理程序传递给msgpack::unpack() ,当处理程序返回true时 , msgpack::unpacked可能会引用msgdata 。 您可以通过referenced参数检查参考状态。 如果ref ...
  • 答案似乎是:你做不到。 首先,看看这个引用内核中的注释的问题 : 去做: (2)需要通过sysctl将数据导出到用户态工具。 应该扩展ipcs(1)和ipcrm(1)还是应该编写管理POSIX内核信号量和POSIX共享内存的新工具? 另请参阅Apple邮件列表中的这篇文章 unix-porting: There is no "picps"/"picprm" utility, you are expected to remember what you create and clean up afterwar ...
  • 或者: 你仍然在某处持有对大对象的引用,所以即使调用GC.Collect也无法清理它。 存在非托管内存,占据了此内存的大部分消耗。 您没有正确处置该非托管资源。 Either: You are still holding onto a reference to the large object somewhere, so even calling GC.Collect can't clean it up. There is unmanaged memory that accounts for the maj ...
  • 我发现当我从备份恢复服务器数据库时以及在数据库上发生任何更改之前,会出现问题。 所以简单的解决方案是,在从备份恢复数据库后,我只需更新任何跟踪表中任何行的任何列,即可解决问题! I discovered that the problem occurs when I restore the server database from backup and before any change has happened on the database. So the simple solution was that ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)