Skip to main content

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the globals > defaultProfile nodeattribute.

{
    "globals" "$schema": 
    {
        "alwaysShowTabs" "https: true//aka.ms/terminal-profiles-schema",
     
    "defaultProfile" : "{CMD GUID GOES HERE0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the globals > defaultProfile node.

{
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile" : "{CMD GUID GOES HERE}",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the defaultProfile attribute.

{
    "$schema": "https://aka.ms/terminal-profiles-schema",
 
    "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}"

    ....

It may change your default shell.

added 2 characters in body
Source Link
Shimmy Weitzhandler
  • 3.6k
  • 15
  • 46
  • 66

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the globals > defaultProfile node.

{
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile" : "CMD"{CMD GUID GOES HERE"HERE}",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the globals > defaultProfile node.

{
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile" : "CMD GUID GOES HERE",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the globals > defaultProfile node.

{
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile" : "{CMD GUID GOES HERE}",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

made it a bit clear ,good answer
Source Link
Ramhound
  • 43.1k
  • 35
  • 107
  • 137

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the globals > defaultProfile node.

{
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile" : "CMD GUID GOES HERE",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

Open Windows Terminal JSON settings. Next in profiles array find the object for shell you're searching and copy the guid value from it. The last step is paste this value into globals > defaultProfile node.

{
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile" : "CMD GUID GOES HERE",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

Open Windows Terminal JSON settings. Next, in profiles array find the object for the shell you're searching and copy the guid value from it. The last step is to paste this value into the globals > defaultProfile node.

{
    "globals" : 
    {
        "alwaysShowTabs" : true,
        "defaultProfile" : "CMD GUID GOES HERE",
        "initialCols" : 120,
        "initialRows" : 30,
        "keybindings" : 
....

It may change your default shell.

deleted 1 character in body
Source Link
dotandl
  • 1.4k
  • 1
  • 8
  • 5
Loading
Source Link
dotandl
  • 1.4k
  • 1
  • 8
  • 5
Loading