i want to schedule Remote Desktop to start & stop at certain times.

i.e. shut it down at 8pm. start it up at 9am every day. does anyone know
the cmd command to run from batch file?

Re: RDC schedule by Lionel

Lionel
Fri Jun 25 05:15:11 CDT 2004

Rowdy Yates wrote:
> i want to schedule Remote Desktop to start & stop at certain times.
>
> i.e. shut it down at 8pm. start it up at 9am every day. does anyone know
> the cmd command to run from batch file?
>

"net stop" and "net start"?