Change default directory of Windows CMD: ---------------------------------------- (This is good when I want my windows terminal to quickly jump to my downloads folder for wget and such). -Open registry editor by typing regedit in Windows search bar and press Enter. -Go to path Computer\HKEY_CURRENT_USER\Software\Microsoft\Command Processor -Selecting the Command Processor folder, create a new 'String Value' (Not DWORD!) with the name 'Autorun' by Edit > New > String Value. -Double click on the newly created Autorun and update the value data to cd /d C:\Users\%USERNAME%\Downloads ----------------------------------------- From: https://techsupportwhale.com/change-default-directory-in-command-prompt/ Date: February 3rd, 2021