I am trying to set my default terminal for my WSL prompt in windows terminal to start at a specific folder under the C drive.
i am able to set the default to /mnt
but it wont let me go /mnt/c/<myfolder>
whenever i do this is sets it back to /mnt/c/Users/<myuser>
settings.json
? – apenastartingDirectory
toC:\\<myfolder
insettings.json
may solve your problem. – vaku