How to add Windows Terminal to the Windows Explorer context menu as👩‍💻 Windows Terminal Here

The Windows context menu option ‘👩‍💻 Windows Terminal Hereis handy to open Windows Terminal from Windows or Windows Explorer, mientras se mantiene el mismo camino.
 

This tutorial assumes that Windows PowerShell is run as default when Windows Terminal is started

  1. Edit the registry as follows

    Iniciar el Editor del Registro

    Win Key + R -> regedit -> Haga clic en Aceptar

    Mostrar la barra de direcciones en el Editor del Registro, si no está ya mostrando

    Ver -> Barra de direcciones

     

  2. Add the first registry entry to create the icon in the menu

    Ruta del registro: HKEY_CLASSES_ROOT\Directory\Background\shell

    Haga clic derecho en Shell -> Nuevo -> Clave

    Nombra la clave Terminal

    Edite el (Defecto) cadena a Windows Terminal Here

    Right click the new key Terminal -> New -> String

    Name the new string Icon

    Download the Windows Terminal Icon

    Windows Terminal Icon

    Open the Icon string and set the value as follows replacing {path to icon} con su propio camino:

    {path to icon}terminal.ico

     

  3. Añadir la segunda entrada de registro

    Ruta del registro: HKEY_CLASSES_ROOT\Directory\Background\shell\Terminal

    Right click Terminal -> New -> Key

    Name the new key command

    En comando, set the value of (Defecto):

    wt -d .

     

  4. Añadir la tercera entrada del registro

    Ruta del registro: HKEY_CLASSES_ROOT\Directory\shell

    Haga clic derecho en Shell -> Nuevo -> Clave

    Nombra la clave Terminal

    Edite el (Defecto) cadena a Windows Terminal Here

    Right click the new key Terminal -> New -> String

    Name the new string Icon

    Icono abierto y establece el valor de la siguiente sustitución {path to icon} con su propio camino:

    {path to icon}terminal.ico

     

  5. Añadir la cuarta entrada del registro

    Ruta del registro: HKEY_CLASSES_ROOT\Directory\shell\Terminal

    Right click Terminal -> New -> Key

    In the new command key, establecer el valor de defecto:

    wt -d .

     

El menú de contexto debería funcionar. Right click on the desktop and click Windows Terminal Here. Windows Terminal should open with PowerShell with the present working directory as your desktop.