Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.32 KB

File metadata and controls

36 lines (26 loc) · 1.32 KB

Windows Terminal

Download: here.

You can open the terminal via the command wt or wt.exe on Command Prompt or Powershell. If you want to play with your Windows Terminal configuration, you might want to save the program folder in a user variable. It'll be easier to access, add or remove files as you need.

  • Find the folder at %localappdata%\Packages\Microsoft.WindowsTerminal_<random_string>;
  • Command Prompt:
    • Open Command Prompt;
    • Run setx <varname> <directory>.
  • Control Panel:
    • Win + R;
    • Run rundll32 sysdm.cpl,EditEnvironmentVariables;
    • Click on "New...", add a variable name, and paste the directory.
  • Registry (!):
    • Win ;
    • Type regedit and click Enter;
    • Go to Computer\HKEY_CURRENT_USER\Environment;
    • Right click → New → String value;
    • Double click on the new string value to change its name and directory.

In any case, you will need to restart your computer to use your environment variable.


Examples


Next: Add a Profile

Return: Table of Contents