Jump to content

Recommended Posts


Posted

I have not added the Command Prompt here myself, but I can imagine that he thinks that the reg entry you use to get the english version could be modified with the text you want?

This is just guessing :)

Posted (edited)

I found my Registry entries for this, but unfortunaly it is in INF syntax (it is a plugin for BartPE). But perhaps anyone can convert it. I tried to do it but I can't found webmedic's inf2reg tool in the WWW.

Here are the entries:

[software.AddReg] ; HKLM\SOFTWARE

0x0, "Classes\Drive\shell\cmd"

0x0, "Classes\Drive\shell\cmd\command"

0x1, "Classes\Drive\shell\cmd", "", "Eingabeaufforderung"

0x1, "Classes\Drive\shell\cmd\command", "", "cmd.exe /k "cd %L""

0x0, "Classes\Directory\shell\cmd"

0x0, "Classes\Directory\shell\cmd\command"

0x1, "Classes\Directory\shell\cmd", "", "Eingabeaufforderung"

0x1, "Classes\Directory\shell\cmd\command", "", "cmd.exe /k "cd %L""

If you can convert it you only have to write your favourite Text where the bold text is. That's it.

Edited by McStarfighter
Posted (edited)

Thank you!

-This will do the trick.

[HKEY_CLASSES_ROOT\Directory\shell\Åpne i ledetekst\command]
@="cmd.exe /k cd %1 "

[HKEY_CLASSES_ROOT\Drive\shell\Åpne i ledetekst\command]
@="cmd.exe /k cd %1 "

Edited by BoardBabe
Posted

:thumbup

Personnally, I have

;Invite de commandes
[HKEY_CLASSES_ROOT\Drive\Shell\cmd]
@="What you want !"

[HKEY_CLASSES_ROOT\Drive\Shell\cmd\command]
@="cmd.exe /k \"cd %L\""

[HKEY_CLASSES_ROOT\Directory\Shell\cmd]
@="What you want !"

[HKEY_CLASSES_ROOT\Directory\Shell\cmd\command]
@="cmd.exe /k \"cd %L\""

Posted

Windows Registry Editor Version 5.00

;Add "Åpne kommandolinje her" to the context menu for drives and folders

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Åpne kommandolinje her"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Åpne kommandolinje her"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

Here you go,

This tweak adds- Åpne kommandolinje her- to both drives and folders rightclick contextmenu

Doenja

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...