Hello...I am trying to run a very simple netsh command to stop a trace via .kix The command we are looking to run is as follows:

netsh.exe trace stop

for some reason...no matter what the syntax is I get the same error message over and over.

'The following command was not found: trace stop.'

Here is the latest syntax I tried:

Shell "cmd.exe /c netsh.exe trace stop"

I run things via shell all the time and have never come across this issue...if I do it in a .bat file everything works fine?

Any ideas?