|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
shutdown script
I was working on a batch script loaded as a scheduled task to shutdown a group of PCs that keep being left on overnight and over the weekend.
Code:
@ECHO OFF title shutdown C:\windows\system32\shutdown -s -t 720 -c "This computer is scheduled to turn off. Please save your work." However, those options are not straight forward for the typical end-user, so is there a way to include a link in the comment or enable the close button on the "system shutdown" dialog?
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#2 |
|
Ride 'em Cowboy
Join Date: Dec 1999
Location: Dallas, Tx
Posts: 9,109
|
Add to the message-> Click the other icon I added if you want to STOP the shutdown
|
|
|
|
|
|
#3 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
har har
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|