Guide to Restoring Defaults for Win11 Terminal
Guide to Restoring Defaults for Win11 Terminal
Windows Terminal is the next-generation command line platform in Windows 11. It provides an improved user experience with modern command line tools that enable you to access multiple command lines in a single window. The tool is essential for developers and administrators alike, but sometimes your terminal settings need to be reset to default.
In this article, we will explain how to reset your Windows Terminal settings back to their original state.
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
Why Would You Reset Your Windows Terminal?
Windows Terminal is an amazing tool for power users and developers. It allows you to access a variety of tools, all in one place, with custom settings and themes that make it easy to work from anywhere. But over time, your Windows Terminal may become cluttered with old settings or themes that have become redundant or are no longer relevant.
It also helps clear out any potentially harmful malware or corrupt files that might be lurking in the background of your system, hindering your productivity. By doing so, you will ensure that your computer works as fast and as smoothly as possible - giving you the most optimal experience when using this powerful tool.
Let’s now move to the below sections and see how it can be reset.
How to Reset Windows Terminal Settings by Clearing JSON Files
In order to reset the settings back to the original defaults, you will need to delete the settings.json file. Here’s how to do it.
- Right click on Start and selectTerminal from the menu list.
- Next, click the down-arrow icon and selectSettings .
- From the left pane of the Settings page, clickOpen JSON file .
- If you’re asked which app to use to open the file, then double-click onNotepad .
- On the next page, select all the contents andDelete them.
- Now pressCtrl + S on your keyboard to save it.
Next time you open the app, a new configuration with all the default settings will be created automatically.
How to Reset Windows Terminal Settings Using Command Prompt
The Command Prompt is a command line tool that can help you accomplish a number of tasks on your computer. It lets you run programs, manage files, and even troubleshoot problems with the operating system. We covered a lot of its functionality in ourbeginner’s guide to the Command Prompt , but for now, we’ll just explore resetting the Windows Terminal settings.
To reset Windows Terminal Settings back to their defaults, follow these steps:
- Open the Command Prompt. For this, use the Taskbar search or type “cmd” in the Run dialog.
- In the Command Prompt window, copy and paste the following command:
del /f /s /q /a “%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json” - Now press theEnter key to delete the settings.json file.
- You can now exit the command prompt.
How to Reset Windows Terminal Settings Using Windows PowerShell
Windows PowerShell is another command line application that you can use to restore Windows Terminal Settings to their default state. To figure out how, follow these steps:
- Open Windows PowerShell. You can do this by pressingWin + R , typing “PowerShell”, and then pressingEnter . You can also one of the otherways to open PowerShell on Windows .
- In the PowerShell window, copy and paste the following command:
Remove-Item -Path “$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json” -Force
- PressEnter to execute the command.
How to Reset Windows Terminal Settings From File Explorer
If you don’t prefer the command line process, you can use Windows File Explorer to reset the settings. In this way, the Terminal will be reset to its default settings, and you can continue using it. Here’s how to do it:
- Open Windows File Explorer. For this, right-click Start and chooseFile Explorer , or pressWin + E on your keyboard.
- Copy and paste the following path into the address bar:
%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
- On the next page, right-click onsettings.json and selectDelete from the context menu.
Once you perform the above steps, Settings.json will automatically be created with the default settings.
Resetting the Windows Terminal, Made Easy
After reading this post, you now know some useful tips that will help you reset the terminal to default settings in Windows 11. Try them out and find out which one works best for you.
Also read:
- [New] In 2024, Recording Titans Collide
- 2024 Approved Facial Lockout A Deep Dive Into iPhone's Face ID Vs. Galaxy’s Recognition
- Dispatching Win11 Camera Troubles with Error Code A00F4289
- Eliminating Chrome Interruptions in Windows OS
- Full Guide to Bypass Xiaomi FRP
- Immediate Fixes to 'Stranded' Error on Windows 10/11 Xbox App
- In 2024, How to Change your Honor Play 8T Location on Twitter | Dr.fone
- Launch Into Action Quick Tips to Start Going Live on Facebook Immediately
- Methods to Fix Excel Notation on Windows Notepad
- Quick Fix for Fading Frames: Enhancing VLC Performance
- Quick Tips for Wi-Fi Management in Win 11
- Resolving Non-Appearing Windows 11 Sign-Ins
- Surface Pro Optimization with Microsoft Pro 4 Drivers
- Updated Best VSDC Video Editor Alternatives for macOS Users for 2024
- WinX DVD Copy Proで出現する修復中セクタへの対処:コピー作業続行ガイド
- Title: Guide to Restoring Defaults for Win11 Terminal
- Author: Richard
- Created at : 2024-10-28 16:36:09
- Updated at : 2024-11-01 17:43:07
- Link: https://win11-tips.techidaily.com/guide-to-restoring-defaults-for-win11-terminal/
- License: This work is licensed under CC BY-NC-SA 4.0.