Unable to Run a command via a fixlet

I’ve created a task to run a command . In the action script I put the below mentioned command,

waithidden “c:\Windows\System32\cmd.exe” /q schtasks /create /sc ONCE /SD 05/17/2018 /ST 17:01 /TN TEMP_ApplyWindowsUpdates /TR “cmd.exe”

The command when I run manually on the machine it is working and creating a task in the task scheduler , but when trying to run via fixlet is it not working and exit code = 1

Any comments on this pls ?

A post was merged into an existing topic: Schedule task create command