Add Multiple File selection to Context menu in Windows 8 Simple Method

1
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
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"
3. Now Double click on it.
UAC settings ask the conformation so click on YES
4.Now again it will ask like this
[Image: GcfWikP.png]Click on Yes
5.Now after its done it will display
[Image: c8lS1TW.png]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:

.rar   MS2CM.rar (Size: 1.44 KB / Downloads: 135)
[Image: jRHNJwz.gif]
Interest-Involvement-Implementation
Share-Learn-Respect-Repute-Thank
now its an easy job for those who dont know about registry editing... Good jpb bro...Thumbsup  and  +3Reputed
Somesh - V+ Team Junior Moderator - Want for other subjects also? Arrow CLICK HERE

    Add Multiple File selection to Context menu in Windows 8 Simple Method