Crie uma nova chave de registro aqui:
HKEY_CLASSES_ROOT\Directory\Background\shell\PowershellHere
(para o valor de (Default)
, você pode deixar em branco ou adicionar & PowershellHere e usar o clique com o botão direito do mouse e a letra p como tecla de acesso).
Crie outra chave de registro aqui:
HKEY_CLASSES_ROOT\Directory\Background\shell\PowershellHere\command
Forneça à string (Default)
o valor de:
powershell.exe -noexit -command Set-Location -literalPath '%V'
ou
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command Set-Location -literalPath '%V'
Como alternativa, você pode seqüestrar a chave existente em: HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell
excluindo as subchaves Extended
e NoWorkingDirectory
(no entanto, você precisará iniciar regedit
com privilégios administrativos.