EFFECTIVE/AT LIFE Module 2
AI for Friends/ Module 2/ Lesson 2.1

Installing Windows Terminal

A standalone terminal app, installed from the Microsoft Store, with PowerShell set as its default.

5 MIN OPTIONAL WINDOWS ONLY
On Mac? Skip This Lesson

This lesson is Windows-only. Mac ships with Terminal.app already installed — there's nothing to install here. Head straight to Lesson 2.2.

Optional

Module 3 uses the terminal built into VS Code instead, so this install isn't required for anything later in the course. Do this only if you'd like a standalone terminal outside VS Code too.

1Install Windows Terminal

Windows Terminal is Microsoft's own tabbed terminal app — a standalone window you open on its own, separate from any editor. It comes straight from the Microsoft Store, the safe, official place to install it.

  1. Open the Microsoft Store from the Start menu.
  2. Search for "Windows Terminal."
  3. Click Install, then open it once the install finishes.
  4. You'll see a tabbed window with a command prompt — the PS C:\Users\YourName> text where you type. It waits until you press Enter.

2Set PowerShell as the Default Profile

Windows Terminal can open several different shells. This course uses PowerShell throughout, so set it as the default profile — the shell the terminal opens automatically.

  1. Click the small dropdown arrow next to the + (new tab) button.
  2. Select Settings.
  3. Under Startup, set Default profile to Windows PowerShell.
  4. Close Settings and open a new tab to confirm — it should open directly into a PowerShell prompt.
The "PS" in the Prompt

Once PowerShell is your default, every new tab starts with PS in the prompt. That's your confirmation it's set correctly.

Verification

Windows Terminal is installed and opens cleanly
A new tab opens directly into a PowerShell prompt (starts with "PS")

Related Resources

Lesson complete

You have a standalone terminal installed and set to PowerShell — one less unfamiliar thing when Module 3's install walkthrough gets there.