BoardBabe Posted December 27, 2005 Posted December 27, 2005 Is there such thing? I would like an Open Command Window here in Norwegian (Åpne kommandolinje her).
BoardBabe Posted December 27, 2005 Author Posted December 27, 2005 You'r gona have to be more presise. What reg entry would that be?
druiddk Posted December 27, 2005 Posted December 27, 2005 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
BoardBabe Posted December 27, 2005 Author Posted December 27, 2005 Could be!But then I'd need the english version. Please post...
zzzz Posted December 27, 2005 Posted December 27, 2005 [HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]@="cmd.exe /k cd %1 "
McStarfighter Posted December 28, 2005 Posted December 28, 2005 (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\SOFTWARE0x0, "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 December 28, 2005 by McStarfighter
BoardBabe Posted December 28, 2005 Author Posted December 28, 2005 (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 December 28, 2005 by BoardBabe
Sonic Posted December 28, 2005 Posted December 28, 2005 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\""
Doenja Posted December 28, 2005 Posted December 28, 2005 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 contextmenuDoenja
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now