Guiconfig fails to launch in VScode

Hello,

When I run the guiconfig from VScode, it shows this error message:

"

* Executing task in folder peripheral_uart: west build -d d:\Works\peripheral_uart\build -t guiconfig


* The terminal process failed to launch: Path to shell executable "cmd" is not a file or a symlink.

"

I have set the cmd path in VSCode for "terminal.integrated.profiles.windows":

       "Command Prompt": {
            "path": [
                "C:\\Windows\\System32\\cmd.exe"
            ],
            "args": [],
            "icon": "terminal-cmd"
        },
So how to solve this error?
Thanks
Related