To open the terminal using cmd.exe in the current path where you are:
From settings look for "terminal" then click on "Edit on settings.json" and add these entries:
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.cwd": "${fileDirname}",