shutdown using schedule task

S

sphilip

"1. is it possible to shutdown/reboot the pc using
schedule tasks? how?

2. i want to move 4 shared folder within our LAN & at the
same time i do not want any changes to be applied on any
the folder security & permissions.

so should i move it or copy it?

im using win2k pro with sp4
 
S

S.J.Haribabu

Hi Sphilip,

Q1. is it possible to shutdown/reboot the pc using
schedule tasks? how?

To schedule the local computer to shutdown and restart at 10:00 P.M., type
the following line at a command prompt, and then press ENTER:

at 22:00 shutdown /l /r /y /c

To schedule the local computer to shutdown and restart at 6:00 P.M. every
weekday, type the following line at a command prompt, and then press ENTER:

at 18:00 /every:M,T,W,Th,F shutdown /l /r /y /c

Q2. i want to move 4 shared folder within our LAN & at the
same time i do not want any changes to be applied on any
the folder security & permissions.

You can use the MOVE command if you are moving with in the same system to
keep the existing Security permissions. However you can't keep the security
permissions over the LAN. So, the best choice is "NTBACKUP". Backing up the
shared folders and restore it in NTFS partition over the LAN will keep the
existing permissions as it is.

Hope this will help you to solve your problem.

Thanks,

(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
T

Torgeir Bakken \(MVP\)

S.J.Haribabu said:
Hi Sphilip,

Q1. is it possible to shutdown/reboot the pc using
schedule tasks? how?

To schedule the local computer to shutdown and restart at 10:00 P.M., type
the following line at a command prompt, and then press ENTER:

at 22:00 shutdown /l /r /y /c

To schedule the local computer to shutdown and restart at 6:00 P.M. every
weekday, type the following line at a command prompt, and then press ENTER:

at 18:00 /every:M,T,W,Th,F shutdown /l /r /y /c
Hi

Note that there is no builtin shutdown.exe in Windows 2000 (Pro)...
 

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

Top