Add partitions in context menu provides fast access to open the partitions. A partition of a hard drive is a logical division in a storage unit (such as a hard drive or flash drive), which are housed and organize files using a file system. There are different schemes partitions for distributing partitions on a disk.


The Windows registry (Regedit) is a file in hexadecimal instruction is composed of a series of instructions, services, applications and necessary for the proper functioning of the operating system configurations. When we make a change in this record we risk this stop functioning properly and thus, our operating system will no longer do so and also without backup, it is very difficult to restore proper operation. Therefore, you must “take backup of Windows registry“.
Add Partitions in Context menu
Method :1
- Open the Registry Editor (Regedit) OR Jump to Target Registry Key With Single Click
In the registry editor navigate to the branch OR copy paste it for Jump to Target Key.
HKEY_CLASSES_ROOT\Directory\Background\shell
- Create a new key, from right click on shell
HKEY_CLASSES_ROOT\Directory\

- Create a new key, from right click on shell
- Rename the key, which you like. I am typing here “Open C Drive”
- Now create another key under, you typed key name, in my case it was “Open C Drive”
- New key name must be “command”.
- In “command” key, double click on “Default” and copy and paste the following string.
c:\\windows\\Explorer.exe /e, c:\

if you want to add more partition in context menu, repeat the steps from 1 to 5.
And replace c:\ at the end of letter, according to your drive letter. “c:\\windows\\Explorer.exe /e, c:\“. If you want to add drive d, then the string look like as …
c:\\windows\\Explorer.exe /e, d:\
How to Fast Access Partitions
To apply this Windows Tips:-
Copy the below code and save it as .reg, double click the saved file and accept all messages.
Windows Registry Editor Version 5.00 ;created by mr.neeo for www.neeosearch.com [HKEY_CLASSES_ROOT\Directory\Background\shell\Open C Drive\command] @="c:\\\\windows\\\\Explorer. exe /e, c:\\"
To remove this Windows Tips:-
Copy the below code and save it as .reg, double click the saved file and accept all messages.
Windows Registry Editor Version 5.00 ;created by mr.neeo for www.neeosearch.com [-HKEY_CLASSES_ROOT\Directory\Background\shell\Open C Drive\command] @="c:\\\\windows\\\\Explorer. exe /e, c:\\"
You can also add more drive letters, just to replace drive letters. Or you can add more line for bulk actions.