How to Reset Windows Terminal Settings in Windows 11: 4 Easy Ways

Having problems with your Windows Terminal? Depending on how Terminal is configured, custom settings can cause problems and make it difficult to use. One solution is to reset Windows Terminal settings to default to resolve these issues.

Reset Windows Terminal Settings to Defaults in Windows 11

This article will guide you through different methods to restore Terminal’s default configuration, including resetting configuration, manually deleting configuration files, etc. You will find this article useful no matter you Are you a beginner or an advanced user? With that said, let’s start with methods.

1. Reset Windows Terminal settings by deleting the JSON file

This is one of the easiest and most popular ways to reset Windows Terminal settings. In this method, we will delete the JSON file from Windows Terminal. Follow the steps below.

Step 1: Press the Windows key on your keyboard, type Windows terminaland then click OK to open Windows Terminal.

type Windows Terminal

Step 2: Click the chevron icon (arrow) and from the drop-down menu select Settings.

Select settings

Step 3: In Settings, scroll down to find ‘Open JSON file.’ Click it to open.

scroll down to find the Open JSON file

Step 4: Select the application to open the JSON file.

app to open JSON file

Step 5: Press Ctrl + A to select everything and press Delete on the keyboard to remove the content from the page.

press Delete on your keyboard

Step 6: Finally, press ‘Ctrl + S’ to save and regenerate the JSON file with default settings.

See more:  Get a 360 Degree ( Swivel ) View Of Photos in Picasa Albums

That’s it. You have restored Windows Terminal to default. If the steps are long or complicated, move on to the next method.

2. Using File Explorer Reset Windows Terminal Settings

File Explorer can be an easy solution where you can reset Windows Terminal to its default settings. However, before moving on to the next steps, make sure that the Terminal application is not running in the background.

Step 1: Press the Windows key on your keyboard, type Data management program and click Open.

Note: Alternatively, press ‘Windows Key + E’ to open File Explorer.

type File Explorer

Step 2: Click on the address bar of File Explorer.

Note: Alternatively, you can press ‘Ctrl + L’ to open the address bar.

Click on File Explorer's address bar

Step 3: Type the command below in the address bar and press Enter.

%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState

Enter the command below in the address bar

Step 4: Select the installation file, right-click it and select Delete.

right click on it and select Delete

There you have it. You have successfully returned Windows Terminal to its default settings. However, you can also use Command Prompt to do the same thing.

3. Reset Windows Terminal with Command Prompt

This method is simple and easy to implement. Before continuing, close Windows Terminal if it is already running. Once done, follow the steps mentioned below.

Step 1: Press the Windows key on your keyboard, type Command prompt and click ‘Run as administrator.’

type Command Prompt

Step 2: Type the command below and press Enter.

del /f /s /q /a “%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json”

Type the command below and press Enter

This will remove the Settings files from Windows Terminal.

That’s it. You have successfully returned Windows Terminal to its default settings. This can also be done using PowerShell if you are a core PowerShell user. Continue reading.

See more:  How to Make Party in Infinite Craft

4. Use PowerShell to Restore Default Windows Terminal Settings

Like the method above, close Windows Terminal if it’s running and follow the steps below.

Step 1: Press the Windows key on your keyboard, type PowerShell, and click ‘Run as administrator.’

type PowerShell

Step 2: Type the command below and press Enter.

Remove the -Path entry “$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json” -Force

Type and press Enter

Also Read: Difference Between Command Prompt and Powershell

With this, you have successfully restored the default settings of Windows Terminal. If you have any questions, check out the FAQ section below.

FAQ about Reset Windows Terminal Settings

1. What do you use Windows Terminal for?

Windows Terminal is a modern open source terminal application. It provides tabbed interface for many shells, such as Command Prompt, PowerShell, Azure Cloud Shell, etc.

2. Where is Windows Terminal installed?

Windows Terminal is usually installed in the following location on Windows operating systems: ‘C:\Users[username]\AppData\Local\Microsoft\WindowsApps\’.

Fresh start with Windows Terminal

There are several ways to restore Windows Terminal settings to their defaults in Windows 11, but whichever method you use, it’s an extremely simple process. By following the steps outlined in this guide, you can reset your Windows Terminal settings to defaults easily. You may also want to see the top ways to fix Windows Terminal not opening on Windows.

Categories: How to
Source: thpttranhungdao.edu.vn/en/

Rate this post

Leave a Comment