xtheunknown0 Posted December 29, 2008 Report Share Posted December 29, 2008 Hi,In Mueller's 'Windows Administration at the Command Line' he provides some instructions to being able to right-click a folder and open up Command Prompt IN THAT DIRECTORY.I'll paraphrase some of it:1. cmd.exe and get regedit up.2. Goto HKEY_CLASSES_ROOT\Folder\shell. Right click this folder and make a new key.3. Type Command_Prompt_Here and press Enter4. Right click this key and choose New-Key and type command and press Enter5. Right click this key and choose New-String Value and typecmd.exe /k \"cd %1\"press enter and close regedit.Is the string right? Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted December 30, 2008 Report Share Posted December 30, 2008 Is the string right?Have you actually tried it? Quote Link to comment Share on other sites More sharing options...
xtheunknown0 Posted December 31, 2008 Author Report Share Posted December 31, 2008 Is the string right?Have you actually tried it?YESI seemed to have a problem if I did it directly in the Registry Editor application but if you write a .reg file manually and double-click it, then it works better (in my experience).If anyone doesn't know how to write this specific registry file, well I'd like to share it but I don't think the author would really like that :|Albert Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted December 31, 2008 Report Share Posted December 31, 2008 It's very easy to make a .REG file; just go to that new key and export it to a file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.