How to shut down Windows XP at a specified time

J

Jeff Wen

Hi all,

I try to acomplish shutting down Windows XP at the
specified time. I use AT command like this,

AT 20:00 shutdown.exe

The job get registered in Scheduled task and excuted, but
windows didn't shut down.

Then I try Schtasks /create /tn Test /tr shutdown.exe /sc
ONCE /st 20:00:00 /ru "System"

The job created and excuted, but windows didn't shut down.
I'm confused. How could I do that? Please help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top