This video effectively highlights how a simple tool can transform a user's workflow from basic navigation to professional-level efficiency. It turns a hidden system feature into an accessible asset for anyone looking to master their digital environment.
Deep Dive
Prerequisite Knowledge
- No data available.
Where to go next
- No data available.
Deep Dive
The Windows 11 App You Already Have (But Have NO Idea What It Does)
Added:So this right here is Windows Terminal.
And if you're on Windows 11, you already have it.
You didn't install it, you didn't choose it, but most of the time you open PowerShell or Command Prompt, it's actually running inside this app.
And most people have no idea it's even there.
And I'll be honest, for years I barely touched anything related to the Terminal or running commands because I always preferred a graphical user interface.
It's only really since I started building my own apps that I've been using it every single day, and I've found a bunch of things this app can do that almost nobody talks about.
Now just so we're on the same page, this isn't a video about a bunch of commands that you need to memorize.
It's also not about the recently announced Intelligent Terminal.
This is about the Terminal app that's installed on Windows 11 by default, the window that everything runs inside, and what it can actually do for you.
And the nice part is it doesn't matter which shell you use, whether that's PowerShell, or if you've got Windows Subsystem for Linux, because Terminal is the window around all of them.
And if you're still on Windows 10, don't worry, you're not left out here.
You can install the Windows Terminal for free from the Microsoft Store, as long as you're on a reasonably recent version of Windows 10.
So in this video I'm going to show you seven lesser known Windows Terminal tricks, plus a bonus at the end that honestly looks like something out of a video game.
And a couple of the best ones are right in the middle.
So don't skip ahead.
So let's begin with the one you can see straight away, and that's splitting the window.
Most people, when they need a second shell, just open a second window, and then a third, and before you know it, you're alt-tabbing between four different windows.
You don't have to do that, you can just split the one you've already got.
So if I hold alt and shift and press the plus key, you'll notice the window splits side by side.
And if I do alt and shift and then the minus key, it splits top and bottom instead.
To jump between them, I just hold alt and use the arrow keys.
And if I want to resize one, I can hold alt and shift and use the arrows.
And when I'm done with a pane, I can close it with shift and W.
Here's the part people don't realize.
They don't all have to be the same shell.
If I open the little drop down up here next to the tabs, and I hold alt while I click a different profile, it opens that one as a split pane instead of a new tab.
So now I've got PowerShell on one side and Command Prompt right next to it, in the same window.
That's genuinely useful if you're, say, watching a log scroll in one pane, while you actually work in the other one, or if you're running multiple AI agents or chats at the same time.
So that's splitting a single window.
And this next one is really the same idea.
And that's tabs.
If I press Ctrl, Shift and T, I get a new tab.
And if I open that drop down again, you can see it lists every shell I've got set up.
So PowerShell, Command Prompt, and if you've installed Windows Subsystem for Linux, your Linux setup will show up right here too.
And you can jump straight to a specific one.
So Ctrl, Shift and 1 opens my first profile.
Ctrl, Shift and 2 the second and so on.
And to flip between the tabs I've already got open, I just use Ctrl and Tab.
You can also right click on a tab and rename it so it's easier to keep track of what you're working on in which tab.
Now this next one is one I haven't seen many other people talking about.
So let me just split it into a few panes again.
And I'll open something called the Command Palette.
And don't worry, that's the very next trick.
I'll come back to it.
For now, just press Ctrl, Shift and P. And if I type in Broadcast, and I pick Toggle Broadcast input to all panes, have a look at what happens when I type.
Whatever I put into this one pane, every other pane gets exactly the same keystrokes at the same moment.
So if I run a command like ping or ask it for the date, all of them fire at once.
Now think about where that's useful.
If you're the kind of person who's connected into a few different machines at the same time, or running the same thing on a couple of servers, you type the command once and it runs everywhere in one go.
And you toggle it back off the same way you turned it on.
There's no default shortcut for this one, which honestly is a big part of why nobody finds it, because it's tucked away in that command palette.
And by the way, if you're getting any value out of this video, please do me a favor and hit that like button and consider subscribing to the channel for more videos like this.
So since you just saw me use it, let's talk about the command palette properly.
Because this is the one thing I'd point a complete beginner to first, because it's basically a cheat sheet of commands for the whole app.
So if I press Ctrl Shift and P, I can now see every single thing this terminal can do all listed in one place.
And if a feature has a keyboard shortcut, it shows you that shortcut right next to it.
So the honest truth is you don't have to memorize any of the shortcuts I'm showing you today, except this one.
Because if you can't remember one, you just open this with Ctrl Shift and P, type what you want in plain English, and then press Enter.
And there's a nice little extra in here.
If I press backspace to delete the little arrow at the beginning of that line, it flips into a command mode where I can type a terminal command directly and then also run it.
Now this next one isn't something that I have turned on permanently, but it is nice to know about for when you need it.
If I hold Ctrl and Shift and scroll my mouse wheel down, you'll notice the whole window turns transparent, and you can start to see the desktop or whatever's sitting behind it.
On Windows 11, this just works the moment you scroll, and on Windows 10 it works too.
You just have to switch on a setting called Use Acrylic, and then you'll get a slightly blurry version of it rather than this clean one.
And where this is actually handy is if you've got instructions open in a browser or a note sitting behind the terminal, you can make the terminal window transparent until you can read what's behind it instead of alt tabbing back and forth.
Next let's look at some of the customization options that you have inside of the Windows terminal.
First off, the quick way.
If I open the settings with Ctrl and comma and go into a profile and then into appearance, there's a whole list of color schemes built in, and I can switch between them live and just pick whatever I like.
But the one I really wanted to show you is background images.
Now right here in the settings, you can browse for an image file on your computer and set it as the terminal background.
You can also change the opacity of the image to make the text more readable.
And just so you know, you're not limited to a still image.
You can even drop in an animated GIF and it'll play behind your text.
But that's a bit too much for me personally.
I like to keep it at a still image, but it is there if it's your thing.
So next up, I've just got a few fast ones for you that I genuinely think you'll use every single day.
The first one, if you've got a load of output that's already scrolled past and you're looking for something in it, you can press Ctrl shift and F, and you can search back everything in that window.
Then also any web link that shows up in your output, you can just hold Ctrl and click it and it opens straight in your browser.
No copying and pasting.
And if the text is ever too small, which is really handy if you're recording or sharing your screen, you can hold Ctrl on the keyboard and scroll up or down on the mouse wheel to make it bigger or smaller.
And then two quick things I've seen many people ask about is if you want a shell running as administrator from a window that isn't currently running as admin, you can just hold Ctrl and click the profile in that dropdown and it opens as admin.
And if you want everything on your PC to open in here by default, you go into the settings into startup and set the default terminal application to Windows Terminal.
And from then on, every terminal window lands in this app.
Okay, it's time for the last one.
And this is also the bonus.
I've got to be honest, I don't expect any one of you to know that this is even possible.
So you know how in some games you tap a key and then a console drops from the top of the screen?
Windows Terminal can do exactly that.
It's just switched off by default.
Now I know some of you are going to say that other apps have done this for years, and that is fair.
But the point is, this one's built right into the terminal you already have with no extra software at all.
If I open the settings file with this shortcut here, which you can also open with Ctrl Shift and comma, and I drop in this one line that turns on what's called global summon.
When this specific command binds it to the Windows key and the backtick, and I now save it, I can now from anywhere in Windows, tap the Windows key and backtick and the terminal drops down from the top.
It lands on whatever screen my mouse is on.
It stays out of the way and it's one key from anywhere.
The only thing to keep in mind is it needs the terminal already running in the background for that hot key to work.
So let me know in the comments down below which one of these tricks you didn't actually know about and which ones you want to try out for yourself because I'm genuinely curious.
And if you're interested in more tricks like this, you should definitely go ahead and watch this video that's on screen now.
I'll see you there.
Related Videos

TOP 15 Data compression Interview Questions and Answers 2019 Part-2 | Data compression | Wisdom jobs
wisdomjobs
281 views•2019-06-28

CTS 158: 802.11w Management Frame Protection
ClearToSend
4K views•2019-02-04

NDSS 2019 Send Hardest Problems My Way: Probabilistic Path Prioritization for Hybrid Fuzzing
NDSSSymposium
496 views•2019-04-02

How realistic is Cities: Skylines?
CityBeautiful
159K views•2019-02-14

GUIs & TUIs: Choosing a User Interface for Your Python Project | Real Python Podcast
realpython
2K views•2025-04-04

The OSI Model - Explained by Example
hnasr
225K views•2019-05-12

Cloud Computing - Introduction
elithecomputerguy
98K views•2019-10-07

From Traveler's Dilemma to Dynamic Routing | Demystifying Networking
IITBombayJuly
5K views•2019-08-04
Trending

WOW! Judge TURNS THE TABLES on Trump in His OWN $10B LAWSUIT!!!
MeidasTouch
197K views•2026-07-23

Playstation NO DISC/NO BUY Fight Is Over...
DavidJaffeGames
4K views•2026-07-23

Steam and Xbox Just Dropped The Hammer On PlayStation
OhNoItsAlexx
9K views•2026-07-23

Americans Confused in Australia for 17 Minutes Straight
IWrocker
17K views•2026-07-23