Open Command Prompt
Type `cd` followed by a space and the folder path
Press Enter
Use `cd ..` to go up one folder
Use `cd ` to go to the root of the current drive
Use `cd /d D:Folder` to change drive and folder at the same time
Use quotes for paths with spaces, for example `cd “C:Program Files”`
Use `cd` alone to show the current directory
