Since our friend Somesh suggested to Give a registry file to add multiple File selection in context menu,
so Here is it:
1.Open Notepad
2.Copy & Paste the below code with any name but with extension as .reg
3. Now Double click on it.
UAC settings ask the conformation so click on YES
4.Now again it will ask like this
Click on Yes
5.Now after its done it will display
Click on OK.
To remove Multiple File Selection from Context menu
Do the same step as above but change the code as below
Or if you feel its to big work to copy & paste then save then Attachment the attached file and run
[ul][li]Enable MS2CM.reg to enable it[/li][li]Disable MS2CM.reg to disable it.[/li][/ul]
Attachment:
MS2CM.rar (Size: 1.44 KB / Downloads: 135)
so Here is it:
1.Open Notepad
2.Copy & Paste the below code with any name but with extension as .reg
Code:
Windows Registry Editor Version 5.00
;Created by WR1334 & techreg
;Thanks to Vidyarthiplus.com
[HKEY_CLASSES_ROOT\*\shell\Select]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall;Windows.selectnone;Windows.invertselection"
[HKEY_CLASSES_ROOT\Folder\shell\Select]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall;Windows.selectnone;Windows.invertselection"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Select]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall"
[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Select]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall;Windows.selectnone;Windows.invertselection"
UAC settings ask the conformation so click on YES
4.Now again it will ask like this
Click on Yes
5.Now after its done it will display
Click on OK.
To remove Multiple File Selection from Context menu
Do the same step as above but change the code as below
Code:
Windows Registry Editor Version 5.00
;Created by WR1334 & techreg
;Thanks to Vidyarthiplus.com
[-HKEY_CLASSES_ROOT\*\shell\Select]
[-HKEY_CLASSES_ROOT\Folder\shell\Select]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Select]
[-HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Select]
Or if you feel its to big work to copy & paste then save then Attachment the attached file and run
[ul][li]Enable MS2CM.reg to enable it[/li][li]Disable MS2CM.reg to disable it.[/li][/ul]
Attachment:
MS2CM.rar (Size: 1.44 KB / Downloads: 135)