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.
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.
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.
