

Reset Windows Terminal Settings from File Explorer


The settings.json is now deleted, so you can close the PowerShell window and open Windows Terminal.įinally, you can simply delete the settings.json file right from File Explorer.Type or copy-paste this command and hit Enter: Remove-Item -Path "$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json" -Force.Close the Windows Terminal app if you have it running.Restore default Windows Terminal settings using PowerShell The settings.json is now deleted, so you can close the command prompt and open Windows Terminal.Type or copy-paste the following command:ĭel /f /s /q /a "%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json".Close Windows Terminal if you have it open.Reset Windows Terminal Settings from File Explorer Reset Windows Terminal to Defaults in Windows 10 You may need to reset all Windows Terminal app settings back to its default without having to reset the app. "%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\" using the naming scheme. When you change the app options, it automatically creates a backup of the previous settings and saved to another file to with added date and time to its name, e.g. The app stores its settings separately for each user account. The current Windows Terminal app settings are stored in the following file: "%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json". Another great thing about the app is that it is fully open-sourced, so anyone can contribute. Thanks to profiles, you can have instances of Command Prompt, PowerShell, and Windows Subsystem for Linux running in tabs. It comes with tabs, a GPU accelerated DirectWrite/DirectX-based text rendering engine, profiles, and more.

Windows Terminal is a modern terminal software for command-line users that has plenty of features you won't find in the classic Command Prompt and PowerShell tools.
