1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
| "profiles": { "defaults": { }, "list": [ { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", "commandline": "powershell.exe", "hidden": false, "useAcrylic": true, "acrylicOpacity" : 0.8, }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "Command Shell", "commandline": "cmd.exe", "hidden": false, "useAcrylic": true, "acrylicOpacity" : 0.8, }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell", "source": "Windows.Terminal.PowershellCore", "useAcrylic": true, "acrylicOpacity" : 0.8, }, { "guid": "{2595cd9c-8f05-55ff-a1d4-93f3041ca67f}", "hidden": false, "name": "PowerShell Preview (msix)", "source": "Windows.Terminal.PowershellCore", "useAcrylic": true, "acrylicOpacity" : 0.8, }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure", "useAcrylic": true, "acrylicOpacity" : 0.8, }, { "guid": "{0caa0dae-35be-5f56-a8ff-afceeeaa6101}", "name": "Terminal As Admin", "commandline": "powershell.exe -command start 'C:/wt/wt.exe' -verb runas", "icon": "ms-appx:///Images/Square44x44Logo.targetsize-32.png", "hidden": false }, { "guid": "{0ca30dae-35be-5f56-a8ff-afceeeaa6101}", "name": "ISE Editor", "commandline": "powershell.exe -command powershell_ise", "icon": "c:/wt/ise.ico", "hidden": false }, { "guid": "{b39ac7db-ace0-4165-b312-5f2dfbbe4e4d}", "name": "VSCode", "commandline": "cmd.exe /c \"%LOCALAPPDATA%/Programs/Microsoft VS Code/code.exe\"", "icon": "c:/wt/vscode.ico", "hidden": false } ] }
|