I\'m trying to install Spark on my Windows desktop. Everything should work fine, but I get an error \"\'cmd\' is not recognized as an internal or external command... \"
(I'm not Windows Spark user) The spark-shell.cmd for Windows source code expects "cmd" command is available in PATH.
https://github.com/apache/spark/blob/master/bin/spark-shell.cmd
Would you try adding the directory that contains "cmd.exe" in PATH environment variable? The directory location is shown title bar in your screenshot, and environment variable setting can be done via control panel.