How to run command in command prompt?

248 views Asked by At

Whenever I try to run any command in cmd, the command does not work, instead it shows me description and usage of that command. I am not being able to run any command.

Cmd code which should run and the command should work but it is showing the description.

1

There are 1 answers

0
Joseph Sible-Reinstate Monica On

sc is hypersensitive to whitespace, and unusual in what it wants. Try sc config trustedinstaller start= auto, with a space after the equals sign but not before it.