How to enable CMD at Right Click Context Menu

A hidden functionality in Windows allows you to right click on a directory, and select “Command Prompt Here” from the menu.

-> Just create a text file -> then write all this below code in it -> Save it as cmd.reg

Windows Registry Edito
r Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]

@=”Command Prompt:”

[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\Command]

@=”cmd.exe /k cd %1

-> After all that just double click on this file ->say YES -> then OK

-> Now right click on any folders u will get your cmd in Context menu