Help for this page

Select Code to Download


  1. or download this
    Windows Registry Editor Version 5.00
    
    ...
    
    [HKEY_CURRENT_USER\Software\Classes\*\shell\OpenThisFilesDirectory\com
    +mand]
    @="cmd.exe /s /k pushd \"%W\""
    
  2. or download this
        HKCU\Software\Classes\*\shell\OpenThisFilesDirectory
            (Default) [REG_SZ] = Open This File's Directory
    ...
    
        HKCU\Software\Classes\*\shell\OpenThisFilesDirectory\command
            (Default) [REG_SZ] = cmd.exe /s /k pushd "%W"