Okay so, I'm pretty sure I'm not just being silly about this, but >nul is not hiding the entire output, and I'm curious as to why, and if there is a solution:
net stop "service here" >nul
See, if it fails, then it outputs said failure, but I want to hide ALL output period, how can I do that?