Skip to content

Windows Terminal Installation Issues and Solutions

Updated: at 10:30 AM (3 min read) Suggest Changes

Table of Contents

Open Table of Contents

How the Problem Started

It all began with an anomaly in Windows Terminal: it would open but wouldn’t respond to clicks. After some initial fixes, Terminal temporarily worked, but PowerShell kept running in administrator mode with no way to change this setting.

Things got worse after I used the “Reset” feature - Terminal stopped working entirely. In retrospect, this reset probably damaged some system components or registry information.

What I Tried

Conventional Uninstallation

I started with the simplest approach: uninstall and reinstall. But it wasn’t that straightforward:

Manual File Cleanup

When conventional methods failed, I attempted manual cleanup:

System-Level Repairs

Then I tried some system-level solutions:

A New Attempt

On January 30, 2024, I tried another approach:

This path was also a dead end.

The Final Solution

After all these failed attempts, I decided to change my approach:

Instead of continuing to fix the original Terminal, I switched to using the Preview version:

Some Useful Configurations

In the newly installed Terminal Preview, I added some useful configurations. For example, this focus mode shortcut:

{
    "command": { "action": "toggleFocusMode" },
    "keys": "ctrl+enter"
}

Pressing Ctrl + Enter toggles the tab bar visibility, which is quite convenient.

Lessons Learned

This experience gave me new insights about Microsoft Store:

Based on this experience, here are my recommendations:

Remaining Issues

To be honest, the problem isn’t completely resolved. The original Terminal files are still in the system:

These folders remain in C:\Program Files\WindowsApps:

It seems only a system update or reinstallation will completely clean these up. However, the Preview version works well enough that these residual files don’t affect daily use.

Important File Locations

Windows Terminal configuration file location:

References

  1. Windows Terminal GitHub Repository
  2. Windows Terminal Installation Guide
  3. Common Windows Terminal Issues
  4. Windows Terminal Preview Releases

Previous Post
Why I Chose a Static Blog Over WordPress
Next Post
Why and How I Customized My Typora Theme