Windows Terminal Recommended Settings

Important
This guide explains two recommended configuration changes to ensure optimal display and operation of Windows Terminal.

Setting 1: Default Profile Configuration

Setting Location: Settings > Startup > Default profile
Change to: PowerShell

Configuration Steps:

  1. Open Windows Terminal
  2. Press Ctrl + , or select "Settings" from the dropdown menu
  3. Select "Startup" from the left sidebar
  4. In the "Default profile" dropdown menu, select PowerShell
  5. Click "Save" in the bottom right

Settings Screen:

Startup settings screen

Purpose:

By setting PowerShell as the default instead of Command Prompt, you reduce the likelihood of incompatibilities during script execution. PowerShell is based on the .NET Framework and provides more features and cmdlets, ensuring more stable operation.

Setting 2: Font Face Configuration

Setting Location: Settings > Defaults > Appearance > Font face
Change to: MS Gothic

Configuration Steps:

  1. Open Windows Terminal
  2. Press Ctrl + , or select "Settings" from the dropdown menu
  3. Select "Defaults" from the left sidebar
  4. Click on "Appearance"
  5. In the "Font face" dropdown menu, select MS Gothic
  6. Click "Save" in the bottom right

Settings Screen:

Appearance settings screen

Purpose:

When running Python scripts in the PowerShell window, using a monospace font makes processing logs clearer and easier to read. With monospace fonts, all characters are displayed with the same width, so log alignments and tabular data are properly aligned, greatly improving readability.

Additional Notes

Verification Method

To verify that the settings have been applied correctly:

  1. Close all Windows Terminal windows
  2. Open Windows Terminal again
  3. Confirm that PowerShell starts by default (you should see the "PS C:\>" prompt)
  4. Type Japanese text to confirm that the MS Gothic font is displayed correctly