Back To SchoolAmazon USBack-to-school picks: upgrade before the busy seasonAmazon US: study, desk and setup picks worth checking.Check DealsSlow PC?RecommendedPC slow today? Run a repair scan before it gets worseResolve common Windows issues and optimize system performance.Scan NowBack To SchoolAmazon USStudy, work or desk setup? Compare useful picksAmazon US: study, desk and setup picks worth checking.See Picks×
Skip to content
THEGEEKSCLUB

How to Use Windows Terminal with Multiple Shells

Learn how to use Windows Terminal with multiple shells like PowerShell, CMD, and WSL. Step-by-step setup, customization, and troubleshooting guide included.

How to Use Windows Terminal with Multiple Shells
Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Windows Terminal is a modern, versatile command-line application developed by Microsoft. It allows users to work with multiple command-line shells such as PowerShell, Command Prompt (CMD), Azure Cloud Shell, and Windows Subsystem for Linux (WSL) in one unified interface. This guide will explain how to set up and use Windows Terminal with multiple shells effectively. It will also cover customization, troubleshooting, and tips to improve your command-line workflow.

What Is Windows Terminal and Why Use Multiple Shells?

Windows Terminal provides tabbed access to different shell environments on Windows. Using multiple shells lets you switch between tools designed for different tasks:

  • PowerShell: Advanced scripting and automation.
  • Command Prompt (CMD): Traditional Windows shell for legacy commands.
  • WSL (Linux shells): Run Linux command-line tools and environments natively on Windows.
  • Azure Cloud Shell: Manage cloud resources directly from your terminal.

Using all these in one app improves productivity by avoiding the need to open separate apps.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
Shopping ad
Sale
FYY Electronic Organizer, Travel Tech Pouch Bag, Cable Organizer Black
  • Dimensions: 7.5" x 4.3" x 2.2". Compact size and lightweight make it easy to carry and put into your backpack, handbags or laptop bag without taking much space. Suitable for family use and daily organization. Note: Small mesh pockets are ideal for charging cords no longer than 3ft; longer cables (over 3ft) fit better in the larger compartments
  • Quality Material: This electronic organizer travel case made of high quality durable waterproof oxford and soft sponge inside to secure your gadgets in place and deliver a quick access whenever you want. Water-resistant fabric protects your gear from unexpected splashes, keeping all your electronic essentials safe and secure
  • Double Layers Design: This tech pouch features a double-layer interior design with 8 compartments, including multiple see-through mesh pockets and ample space to store your cords, cables, USB drives, cellphone, charger, mouse, flash drive and more, keeping all accessories neatly organized and tangle-free
  • Practical and Convenient: Comes with a comfortable hand strap for easy carrying; You may carry it in your hand when heading out. Durable and smooth zipper closure keeps your favorite device securely, convenient for you to have quick access to the items inside the case
  • Portable and Lightweight: The small size and lightweight design durable cable organizer pouch is a perfect choice when going on holiday, business trip, travel, office. Enjoy hassle-free travel without wasting time on tangled accessories. Great gift for yourself also a nice share with families and friends. (No include cords, electronic accessories)

Step 1: Installing Windows Terminal

If not already installed, download Windows Terminal from the Microsoft Store:

  1. Open Microsoft Store.
  2. Search for Windows Terminal.
  3. Click Install.
  4. After installation, launch Windows Terminal from the Start menu.

Alternatively, you can install it using winget (Windows Package Manager) in Command Prompt or PowerShell:

Shopping ad
Ordilend Keyboard Cleaner & Laptop Cleaning Kit, All-in-1 for Computer PC
  • 【UPGRADED LAPTOP CLEANING KIT 】 The macbook cleaning kit computer screen cleaner comes with a number of accessories including a retractable large brush, polishing cleaning cloth X 2, keycap puller, metal pen tip, flocking sponge, thin soft brush, soft plastic lens cleaning pen, 5 replacing cloth, large cleaning microfiber cloth. You deserve the comprehensive computer cleaning kit keyboard vacuum at a low cost
  • 【PROFESSIONAL KEYBOARD CLEANING KIT】 The laptop screen cleaner keyboard cleaner can pull out the keycaps of gaming keyboards and mechanical keyboards. A retractable keyboard brush works on laptops and keyboards, while the mini high-density brush is great for deep cleaning between keys for cleaning between flatter keys on a laptop, the metal pin tip gently removes any stains. This electronic cleaning kit macbook cleaner totally meets professional cleaning needs
  • 【OFFICE DESK ACCESSORIES】This keyboard cleaner kit is easy to use and can clean your keyboard and electronic screen with just one swipe. Wiping with the 2mm thicken widen polishing cleaning cloth designed at a right angle for better fitting screen corners of computers with our recyclable cleaning spray, The laptop cleaner kit for macbook effectively absorbs stubborn stains, leaves no discoloration, no streaks, and no fiber shedding on the screens
  • 【MULTIFUNCTIONAL TOOLS 】Mini soft brush and soft plastic lens cleaning pen are specially designed for DSLR camera screen, lens, and other delicate surfaces. 5 more cleaning cloths of it supplied for replacement. The flocking sponge is an excellent tool for cleaning earbuds charging cases, And the earbud cleaning kit is ideal. This electronics for college students is equivalent to 10 other electronic cleaning kit
  • 【PORTABLE DESIGN & CLEANER TOOL】 The office supplies is compact in design, easy to carry, and you can easily take it anywhere. It's convenient to keep one in a drawer, one in your car, or in your bag and dorm. It is easy to use and can clean your keyboard and electronic screen with just one swipe. Is the college essentials cleaning tool for your friends, family, colleagues and students

powershell

Copy

winget install –id Microsoft.WindowsTerminal -e

Step 2: Understanding Default Shells in Windows Terminal

By default, Windows Terminal includes profiles for:

Free tools Windows power users keep installed

One-click scans. No signup required.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
Shopping ad
Sale
BAGSMART Large Electronic Organizer Travel Case for Tech Accessories, Black
  • Compatible Space: This electronics organizer bag features 2 zippered mesh pockets fits phones, standard power banks, 4 elastic loop pouches for small items, 2 elastic loop pouches for wireless headphones and small chargers. Elastic loops for phone charging cable. And specific slots for SD cards. Please check the size to ensure it meets your needs
  • Lightweight Travel Accessories: The size of the electronic organizer travel case is 10.6" L x 7.5" W x 1.2" H, Compact but substantial size fits your intended bag or space. Suitable for traveling use and daily organization
  • Keep Everything Organized: This compact travel organizer features dedicated compartments for your phone charger, cables, and tech accessories, keeping them tangle-free and ready to go. You can find travel accessories quickly, no chasing cords in your pack anymore
  • Durable Travel Essentials: Features double zippers for easy access, elastic loops with non-slip grips for daily protection. Organizer for office use and traveling, (Not including cords, electronic accessories). It can serve as a travel checklist. Before you leave a place, just open the case and check if everything is there, preventing you from leaving things behind
  • Versatile Use: Its practicality and convenience make it a travel essential bag. It is suitable for a weekend trip, business trip, and travel. This organizer pouch is suitable for office, business, daily use and can be given as a gift for friends, family, or men, for birthdays, Valentine's Day, Christmas Day, Father's Day
  • PowerShell
  • Command Prompt
  • Azure Cloud Shell (requires login)
  • Any installed WSL distributions

To check which shells are available:

  • Open Windows Terminal.
  • Click the dropdown arrow next to the plus (+) tab button.
  • You’ll see the list of available shells or profiles.

Step 3: Adding New Shell Profiles

You can add any installed shell as a new profile in Windows Terminal.

For Command Prompt and PowerShell:

These are included automatically.

For WSL:

  1. Ensure you have WSL installed with one or more Linux distributions.
  2. Windows Terminal automatically detects installed WSL distros.
  3. These will appear as separate profiles in the dropdown menu.

For Custom Shells (e.g., Git Bash, Cmder):

You can add them manually:

  1. Open Windows Terminal.
  2. Click on the dropdown arrow and select Settings (opens settings.json).
  3. Under “profiles”: { “list”: […] }, add a new JSON object for your shell. For example, Git Bash:

json

Copy

{

“guid”: “{your-guid-here}”,

“name”: “Git Bash”,

“commandline”: “C:\\Program Files\\Git\\bin\\bash.exe”,

Shopping ad
Sale
ColorCoral Cleaning Gel Universal Dust Cleaner for PC Keyboard Car Detailing Office Electronics Laptop Dusting Kit Computer Dust Remover, Computer Gaming Car Accessories, Gift for Men Women 160g
  • Universal fit: ColorCoral cleaning gel, simple and convenient cleaning kits for PC/laptop keyboard and other rugged surface, such as the car vent, camera, printer, telephone, calculator, Instrument, speaker, air conditioner, TV and other appliances
  • Safe cleaning gel: The keyboard cleaner gel is made from natural gel, no sticky to hands, smells sweet with lemon fragrance, no stimulation to skin
  • Easy dust cleaning: Make sure your hands are dry and clean, knead the cleaning gel into a ball, press the cleaning gel slowly into the keyboard, car vent and rugged surface till the cleaning gel could touch the bottom and then pull out, the dust would be carried away with the cleaning gel
  • Reusable: The keyboard cleaning gel could be used repeatedly till the color turn to dark or it become sticky, then you have to replace the cleaning gel with a new one. After cleaning, please stock the cleaning gel in cool place. (Note: Don’t wash the gel in water.)
  • In the package: 1 can of universal cleaning gel, we provide the cleaning gel with brand new, if you find the package broken, the cleaning gel dirty, or any other quality issues, please email us through message, we provide you new one soon

“icon”: “C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico”

}

  1. Save the file. The new profile appears in the dropdown.

Step 4: Switching Between Shells in Windows Terminal

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
Shopping ad
Sale
HOTO Pocket-Size Laser Measuring Tool, EDC Gadget Birthday Gift for Men Dad
  • Award-Winning Compact Design & EDC-Ready Gift Choice: Weighing only 0.09 lb and sized like a credit card, this compact laser measure is designed for everyday carry. It slips easily into a pocket, tool pouch, or bag, and can attach to a keychain for quick access wherever you go. Its minimalist design, premium tactile finish, and practical one-button measuring make it a useful EDC gadget for DIYers, real estate agents, homeowners, and tech enthusiasts. A thoughtful gift for men on any occasion
  • One-Button Easy Measuring, Simple to Use: Designed with simple one-button operation, this compact laser tape measure makes quick measuring easy without complicated controls. Just press to measure room dimensions, furniture spacing, window height, wall décor placement, and everyday distances around the home. Ideal for users who want a smart, pocket-size measuring tool that fits naturally into an everyday carry (EDC) setup and feels intuitive, modern, and easy to use
  • Fast & Accurate Indoor Measurements with Class 2 Laser: Measure distances from 0.16 ft to 98 ft with up to ±1/16 in / ±2 mm accuracy. With quick measurement response in about 0.2 seconds, HOTO helps you check spaces efficiently for home renovation, furniture layout, moving, decorating, craft projects, and DIY planning. Built with a Class 2 laser for everyday indoor measuring; use as directed and avoid direct eye exposure
  • Low-Power OLED Display & USB-C Rechargeable Convenience: The low-power OLED display provides clear indoor readings while helping reduce battery drain. With USB-C rechargeable design, auto shut-off, and up to 1000 measurements per charge, this digital laser measure is built for repeated daily use without frequent battery replacement. Compact enough to keep in a drawer, toolbox, bag, or pocket
  • Useful for Home, Work & Everyday Projects: From home renovation and furniture measuring to room planning, real estate checks, interior design, and light construction projects, this pocket-size laser distance measure is made for practical everyday use. Compact enough to keep in a drawer, toolbox, bag, or pocket, it is a stylish measuring tool that feels just as giftable as it is useful

Switching is simple:

  • Click the dropdown arrow next to the tabs.
  • Select the desired shell from the list.
  • A new tab opens running that shell.

You can open multiple tabs, each running different shells simultaneously.

Step 5: Customizing Windows Terminal

Windows Terminal is highly customizable through the settings.json file or via the Settings UI in newer versions.

Customize Appearance:

  • Change background color or set background images per profile.
  • Adjust font family and font size.
  • Set custom tab colors to differentiate shells visually.

Set Default Shell:

  1. Open Settings.
  2. Under Startup, choose the default profile to open when launching Windows Terminal.

Keyboard Shortcuts:

  • Use Ctrl+Shift+T to open a new tab with the default shell.
  • Press Ctrl+Shift+Number to switch between tabs.
  • Customize shortcuts in settings as needed.

Step 6: Using Windows Terminal with Multiple Shells in Practice

  • Use PowerShell for system management and automation.
  • Use CMD for legacy commands and batch scripts.
  • Use WSL to run Linux commands and tools natively.
  • Open several tabs or split panes (Alt+Shift+Plus) to work with multiple shells side by side.

Troubleshooting Common Issues

  • Missing Shell Profiles: Ensure the shell or WSL distro is installed correctly.
  • Settings Not Saving: Use the correct JSON format in settings file; errors prevent saving.
  • Shell Not Starting: Verify the commandline path is correct.
  • Performance Issues: Update Windows Terminal to the latest version; disable GPU acceleration if necessary.

Personal Tips from Experience

I use Windows Terminal daily to switch seamlessly between PowerShell and multiple WSL distros. Customizing profile colors helps me instantly recognize which shell I’m using, reducing errors. Adding Git Bash as a profile makes managing git repositories smoother. Split panes are handy when monitoring logs and running commands simultaneously.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Conclusion

Using Windows Terminal with multiple shells enhances command-line productivity by consolidating diverse environments into a single interface. With simple installation, profile management, and customization, you can tailor the terminal to your workflow. This guide covered how to install Windows Terminal, add multiple shells, switch between them, customize settings, and troubleshoot common issues. Start using Windows Terminal today to bring all your shells under one roof efficiently.

Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.Support on Ko-Fi
Benjamin noah
Written by

Benjamin Noah

Benjamin is a professional blogger and marketer, who frequently writes about custom packaging, technologies, news and health to help businesses understand and adapt new ways to reach and inspire their target audience.

More from this author ↗
Recommended PC Tool
Recommended PC Tool
Crashes, No Sound, or Screen Glitches?Free driver scan
Windows Errors? Fix Them Before They SpreadFree repair scan

Two free Windows tools

One Free Minute Could Fix That PC

Before you go - each of these free tools takes about a minute and tackles what quietly slows a Windows PC down.

Special offer. View Outbyte info, uninstall instructions, EULA, and Privacy Policy.