Wednesday, August 27, 2008

Add Command Prompt To Mouse Right Click Button

Open Note pad and type Script Below and Save as say Click.reg,


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\
Command Prompt Here]

@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Directory\shell\
Command Prompt Here\command]

@="cmd.exe /k cd %1 "



Please Edit Line below In actual script shown above
so that it comes in one line

[HKEY_CLASSES_ROOT\Directory\shell\
Command Prompt Here]

@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Directory\shell\
Command Prompt Here\command]

@="cmd.exe /k cd %1 "

Note:if your unable to save as *.reg file,try thiss
1.\ go to My computer
2.\click on tools at top,scroll down and click Folder
options

3.\Now new windows will open,click on view tab
4.\below you will find option
"Hide Extensions for Known File Types",Just Uncheck that

5.\Now try renaming your file to click.reg

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...