icelava.net

INSERT neural.pulsation INTO public_brain FROM flesh_processor WHERE neural.retention < 0.1
Welcome to icelava.net Sign in | Help
in Search

Administrator command prompt here

Last post 05-28-2007, 6:36 by icelava. 0 replies.
Sort Posts: Previous Next
  •  05-28-2007, 6:36 1496

    Computer [co] Administrator command prompt here

    The thing that behaves strangely for my copy of Windows Vista is the "Command prompt here" trick always brings me to C:\windows\system32 instead of the directory I am working at. I am not too sure how Windows got lobotomized, but I ended up taking the good old Registry-hacking route in order to get my beloved and ugly Command prompt window.

    I cannot believe this is not a simple default for Windows Vista, that I must paste this note here so I can remember to conduct this configuration for all the future installations I have to carry out in the (another 6?) years to come.

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Directory\shell\runas]
    @="Administrator Command Prompt here"
    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
    @="cmd.exe /k \"pushd %L && title Command Prompt\""

    [HKEY_CLASSES_ROOT\Drive\shell\runas]
    @="Administrator Command Prompt here"
    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Drive\shell\runas\command]
    @="cmd.exe /k \"pushd %L && title Command Prompt\""

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems