Jump to content

Multilanguage "Open Command Window Here"


Recommended Posts


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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

: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\""

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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