Aqui está uma cópia do arquivo reg que eu uso para adicionar o CMD e o POWERSHELL ao menu de contexto BACKGROUND de qualquer pasta no Windows 10:
Windows Registry Editor Versão 5.00
; Add_Open_CMD_and_Powershell_to_Context_Menu.reg
; Apenas o fundo com o botão direito do mouse
; Solicitação do CMD
[HKEY_CLASSES_ROOT \ Diretório \ Fundo \ shell \ 01MenuCmd] "MUIVerb"="Prompts de comando" "Ícone"="cmd.exe" "ExtendedSubCommandsKey"="Diretório \ Plano de fundo \ ContextMenus \ MenuCmd"
[HKEY_CLASSES_ROOT \ Diretório \ Fundo \ shell \ 01MenuCmd] "MUIVerb"="Prompts de comando" "Ícone"="cmd.exe" "ExtendedSubCommandsKey"="Diretório \ Plano de fundo \ ContextMenus \ MenuCmd"
[HKEY_CLASSES_ROOT \ Diretório \ Background \ ContextMenus \ MenuCmd \ shell \ open] "MUIVerb"="Prompt de comando" "Ícone"="cmd.exe"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuCmd \ shell \ open \ comando] @="cmd.exe / s / k pushd \"% V \ ""
[HKEY_CLASSES_ROOT \ Diretório \ Fundo \ ContextMenus \ MenuCmd \ shell \ runas] "MUIVerb"="Prompt de Comando Elevado" "Ícone"="cmd.exe" "HasLUAShield"=""
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuCmd \ shell \ runas \ command] @="cmd.exe / s / k pushd \"% V \ ""
; PowerShell
[HKEY_CLASSES_ROOT \ Diretório \ Fundo \ shell \ 02MenuPowerShell] "MUIVerb"="Prompts do PowerShell" "Ícone"="powershell.exe" "ExtendedSubCommandsKey"="Diretório \ Plano de fundo \ ContextMenus \ MenuPowerShell"
[HKEY_CLASSES_ROOT \ Diretório \ Fundo \ shell \ 02MenuPowerShell] "MUIVerb"="Prompts do PowerShell" "Ícone"="powershell.exe" "ExtendedSubCommandsKey"="Diretório \ Plano de fundo \ ContextMenus \ MenuPowerShell"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ open] "MUIVerb"="PowerShell" "Ícone"="powershell.exe"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ open \ comando] @="powershell.exe -noexit -command Set-Location '% V'"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ runas] "MUIVerb"="PowerShell Elevado" "Ícone"="powershell.exe" "HasLUAShield"=""
[Comando HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ runas \]] =="powershell.exe -noexit -command Set-Location '% V'"