- Open the windows terminal
- Click the dropdown button
- Click the settings option
- set the
startingDirectory
value to"./"
Example
"profiles":
{
"defaults":
{
// Put settings here that you want to apply to all profiles.
"startingDirectory": "./" <---- set this value
}