docs/how-to-guides/customise-multipass/integrate-with-windows-terminal.md
(how-to-guides-customise-multipass-integrate-with-windows-terminal)=
If you are on Windows and you want to use Windows Terminal, Multipass can integrate with it to offer you an automatic primary profile.
Currently, Multipass can add a profile to Windows Terminal for the {ref}primary-instance. When you open a Windows Terminal tab with this profile, you'll automatically find yourself in a primary instance shell. Multipass automatically starts or launches the primary instance if needed.
:width: 680px
:alt: Screenshot: primary shell
The first step is to install Windows Terminal. Once you have it along Multipass, you can enable the integration.
Open a terminal (Windows Terminal or any other) and enable the integration with the following command:
multipass set client.apps.windows-terminal.profiles=primary
For more information on this setting, see client.apps.windows-terminal.profiles. Until you modify it, Multipass will try to add the profile if it finds it missing. To remove the profile see {ref}integrate-with-windows-terminal-revert below.
You can now open a "Multipass" tab to get a shell in the primary instance. That can be achieved by clicking the new-tab drop-down and selecting the Multipass profile:
:width: 680px
:alt: Screenshot: drop-down menu
That's it!
(integrate-with-windows-terminal-revert)=
If you want to disable the profile again, you can do so with:
multipass set client.apps.windows-terminal.profiles=none
Multipass will then remove the profile if it exists.