I'm trying to make a simple bat file that restarts a server. It looks like this:
shutdown -r -f -t 60
But all it does is loop inside the cmd window, printing the command > new line > priting the command. Over and over.
Control + Alt + Delete only opens up the menu on the machine where I RDP in from and not on the server itself.