Questions tagged [windows-terminal]

Microsoft's official new terminal app for Windows, released May 2019.

Windows Terminal is the Terminal app for Windows made by Microsoft, released in May 2019. See the Windows Terminal GitHub

348 questions
531
votes
19 answers

Adding Git-Bash to the new Windows Terminal

I'm trying to add a new terminal (Git Bash) to the new Windows Terminal. However, I can't get it to work. I tried changing the commandline property in the profiles array to git-bash.exe but no luck. Does anyone have an idea how to get this to work?
Mendy
  • 7,612
  • 5
  • 28
  • 42
68
votes
11 answers

How do I get Windows 10 Terminal to launch WSL?

I'm using the new Windows Terminal, and trying to get it to launch my WSL terminal. This is the setting that I'm trying to use: { "acrylicOpacity" : 0.75, "closeOnExit" : true, "colorScheme" : "Campbell", …
Wayne Werner
  • 49,299
  • 29
  • 200
  • 290
47
votes
6 answers

How to use the new Windows Terminal as Visual Studio debugging console

How can I set the new Windows Terminal application to be used as debugging console in Visual Studio 2019? By default it launches cmd.exe when I debug.
Luka
  • 4,075
  • 3
  • 35
  • 61
42
votes
13 answers

Opening up Windows Terminal with elevated privileges, from within Windows Terminal

There are plenty of questions here which asks how to elevate priviliges from powershell, and almost all of them recommend this command: Start-Process -Verb RunAs powershell.exe ..... (or pwsh.exe for Powershell Core) And this works, it opens up a…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
34
votes
6 answers

Where is the windows terminal settings location?

I edited the settings file and there must have been a typo and now the app crashes on startup. Online the documentation says the settings lives in $env:LocalAppData\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json I can't…
1mike12
  • 2,946
  • 3
  • 27
  • 36
33
votes
4 answers

Visual-Block mode not working in Vim with C-v on WSL@Windows 10

I use WSL Ubuntu and Vim inside the new Windows Terminal, but if I have to enter the visual-block mode with C-v, I can't since it acts as paste. I am okay with rebinding it to something else but I don't happen to have found the command that I have…
lnk3
  • 513
  • 1
  • 4
  • 6
32
votes
6 answers

Path and Name of exe file of windows terminal preview

What is the name of the exe file for windows terminal preview, its path and command to open it? Like for windows terminal it is wt.exe
Pragya
  • 356
  • 1
  • 3
  • 6
31
votes
8 answers

How to spawn a new tab in same directory as previous directory?

I want to simply start a new tab in the same folder as my previous tab that I was in. Is this possible, and if so how? This is with the Windows Terminal by the way. Now if I open a new tab, it will open in home directory (which is configured in the…
DJ Poland
  • 955
  • 1
  • 9
  • 23
28
votes
4 answers

Add Developer Command Prompt for Visual Studio to Windows Terminal?

How do I add the Visual Studio Developer's Command Prompt to the list of Windows Terminal consoles?
Wallace Kelly
  • 15,565
  • 8
  • 50
  • 71
26
votes
8 answers

Windows Terminal's wt.exe cannot be found for non-admin user's PATH

Windows 10 with a non-admin user account. Installed Windows Terminal from Microsoft Windows Apps. Calling wt.exe from cmd.exe can't find it. Running Windows Terminal from the Start using short-cut opens it OK. Running wt.exe in cmd.exe from admin…
user3156459
  • 1,123
  • 2
  • 9
  • 17
26
votes
2 answers

Setting default position of Windows Terminal (Preview)

On opening Windows Terminal (Preview), part of the window is below the taskbar. When I move the application window to a desired position on screen and re-open the application, it is not at the previous position, which I had set by dragging the…
user9652688
25
votes
2 answers

How to run VScode in sudo mode in WSL2?

I was configuring the new Windows subsystem for Linux 2 developing environment. I have installed VSCode in Windows and WSL2 distribution of Ubuntu 18.04. I can open VSCode in Ubuntu(accessed through Windows Terminal) normally when logged as normal…
25
votes
5 answers

How can I add Ubuntu as a profile option in Windows Terminal?

I just installed the new Windows Terminal from Windows stores. I also have installed Ubuntu 18.04 WSL. But I am getting only two types of terminal options in Windows Terminal. How I can get the option of Ubuntu terminal in it. Also, I want cmd to be…
23
votes
3 answers

Git Bash in Windows Terminal is opening in a separate window

I want to add git bash to the windows terminal, however, when I add a new git bash tab in the terminal the git bash opens in a different window. Here's my configuration: { "guid": "{--------------------}", "acrylicOpacity" : 0.75, …
Roy
  • 1,612
  • 2
  • 12
  • 38
22
votes
2 answers

How to add Windows Terminal to context menu on Windows 10?

Microsoft released Windows terminal as a Microsoft Store app. How to add it to the context menu or replace 'Open Powershell window here' with it ?
1
2 3
23 24