|
3742668
荣誉版主
      
积分 2013
发帖 718
注册 2006-2-18
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
关于“全选”的问题。
前面给出的reg脚本对于全选比较不人性化,因为必须鼠标点击文件才会出现菜单,今天发个新的,在空白处点右键就可以弹出全选的选项。
Windows Registry Editor Version 5.00
@="{00000000-0000-0000-0000-000003742668}"
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"
"method"="ShellExecute"
"Param1"="E:\\脚本\\vbs\\全选.vbs"
"command"="全选(&A)"
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
vbs脚本部分代码不变,注意reg脚本中有效数据倒数第三行的路径更改为你脚本所在的路径。
About the issue of "select all". The previously given reg script is not user-friendly for select all because you have to click on a file with the mouse to get the menu. Today, I'm posting a new one where you can right-click in the blank area to pop up the select all option.
Windows Registry Editor Version 5.00
@="{00000000-0000-0000-0000-000003742668}"
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"
"method"="ShellExecute"
"Param1"="E:\\Scripts\\vbs\\Select All.vbs"
"command"="Select All(&A)"
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
The code part of the vbs script remains unchanged. Note that the path in the third - to - last line of the effective data in the reg script is changed to the path where your script is located.
|
|
2006-10-2 11:22 |
|
|
flying008
中级用户
  
积分 245
发帖 103
注册 2006-6-30
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
3742668版主的功力真是让偶仰视!!!
偶其实最想要的是就是在资源管理器中进行操作时,点击文件或文件夹后再在右键中出现“反向选择”这一项的,至于全选可有可无,因为可以CTRL+A的,
之所以想在右键中实现这一功能,是因为在2年前一个朋友的XP系统上亲眼看到过有这样的功能,当时未曾深究,现在已找不到了,所以才来请教各位大大,估计他的系统肯定是经过处理后封装的,因为凭他的功力,自己是不能实现这样的效果的,所以还请各位出招……谢谢……
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
对于文件和文件夹的通用上下文菜单操作一般是在上面的注册表项下出现的吧?
The power of moderator 3742668 is really something to make me look up to!!!
I actually most want is to have the "inverse selection" option appear in the right-click when clicking on a file or folder during operations in Windows Explorer. As for selecting all, it's optional because you can use CTRL+A.
The reason I want to achieve this function in the right-click is because I saw such a function on a friend's XP system two years ago. I didn't delve into it at that time, and now I can't find it, so I'm here to ask all the great people. I estimate his system must have been processed and packaged, because with his skills, he couldn't have achieved such an effect by himself, so please all give pointers... Thank you...
Is it generally under the above registry key, HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers, for the general context menu operations for files and folders?
|
|
2006-10-2 22:44 |
|
|
NeoASlan
初级用户
 
积分 41
发帖 16
注册 2006-10-1
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
效果未达到预期目标。。。
The effect did not achieve the expected goal...
|
|
2006-10-6 12:59 |
|
|
chenjide
初级用户
 
积分 28
发帖 13
注册 2007-1-27
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
请问3742668版主
怎么在空白处点右键多搞几个选项
我的空白处点右键菜单原来有项 "显示/隐藏系统文件及扩展名"
本想加个 "全选" 的但是显示不出来 要删掉"显示/隐藏系统文件及扩展名" 这项才行
因为找不到资料,就跟贴了
Excuse me, moderator 3742668.
How to add several more options when right-clicking in the blank area?
My original right-click menu in the blank area had an item "Show/hide system files and extensions".
I originally wanted to add a "Select all" but it didn't show up. I have to delete the "Show/hide system files and extensions" item to make it work.
Since I couldn't find relevant information, I posted a reply.
|
|
2007-7-9 20:32 |
|
|