How to backup and restore settings on Windows Terminal

The Windows Terminal on Windows 10 makes a backup each time you make and save changes, and it stores all of the global settings in a settings.json file. However, you may always use File Explorer, Command Prompt, or PowerShell to manually backup the settings by copying and storing the file in a different location.

If you wish to duplicate the same setup on other devices, the option to backup the Windows Terminal settings will typically be helpful. Changes to the configuration must be undone. Or you wish to perform a fresh installation with the same settings restored.

You will discover how to backup and restore the Windows Terminal settings on Windows 10 in this post.

  • Backup Windows Terminal settings with File Explorer

  • Restore Windows Terminal settings with File Explorer

  • Backup Windows Terminal settings with commands

  • Restore Windows Terminal settings with commands

Backup Windows Terminal settings with File Explorer

Close the application and follow these instructions to manually backup the Windows Terminal settings:

OpenFile Explorer.

To access the folder that contains the configuration file, type the following path into the address bar and hit Enter:

Click the Copy button on the Home tab after selecting the settings.json file.

Duplicate settings.json

Go to the folder where you wish to keep the backup configurations.

From the Home tab, select the Paste button.

Paste the settings.json file.

The file will be backed up in the folder location you choose after you finish the steps. You can upload the file to OneDrive and then follow the steps below to restore the backup file on your other devices if you wish to utilize the same settings on all of them.

Restore Windows Terminal settings with File Explorer

Close the application and follow these instructions to manually restore the terminal settings file:

OpenFile Explorer.

Open the folder containing the backup settings.

Click the Copy button on the Home tab after selecting the settings.json file.

Restore the terminal’s configuration.JSON

To restore the backup file, navigate to the desired folder.

From the Home tab, select the Paste button.

Change the parameters.JSON

In the destination selection, click the “Replace the file” button (if appropriate).

The backup settings will be restored once you finish the steps.

Undo or restore settings from automatic backups

You can use automated backups to restore the settings if the program is giving you trouble and you don’t have a backup. Here’s how:

OpenFile Explorer.

To access the folder that contains the configuration file, type the following path in the address bar and hit Enter:

The currentsettings.json file should be selected.

From the Home tab, select the Delete button.

Delete the setup for Windows Terminal.

If a backup file is available, pick it.

Name itsettings.json, click the rename option, and hit Enter.

Reverse changes made in Windows Terminal

The Windows Terminal will return to its previous settings after you finish the procedures.

Backup Windows Terminal settings with commands

Follow these methods to backup the terminal app settings using PowerShell or Command Prompt:

LaunchStart.

To launch the application, search for “Windows Terminal” and select the top result.

To create a backup of the settings, type the following command.JSON file, then hit Enter:

Enter the location to the folder where you wish to save the backup in lieu of C:\Users\username\Documents\wt_backup in the command.

The settings.json file will be copied to the location you designated once you have finished the steps.

Restore Windows Terminal settings with commands

Follow these methods to recover the Windows Terminal app settings.json file:

LaunchStart.

To launch the application, search for “Windows Terminal” and select the top result.

To restore the settings, type the following command.JSON file, then hit Enter:/p>

Enter the path to the folder containing the backup file in lieu of C:\Users\username\Documents\wt_backup in the command.

The Windows Terminal settings will be restored from backup after you finish the instructions.

Undo or restore settings from automatic backups

Use these procedures to restore the settings from an automated backup file:

LaunchStart.

To launch the application, search for “Windows Terminal” and select the top result.

To view a list of all the current and backup files that are available, use the following command and hit Enter:

Backup files for Windows Terminal

To remove the current settings, type the following command and hit Enter:

To restore an automated backup file, type the following command and hit Enter:

Enter the name of the file you wish to restore in the updatesettings.json.2021-06-07T08-25-41.backupfile name command.

The final configuration will replace the existing settings once you’ve finished the stages.

Leave a Comment