Hello Goodland,
Windows doesn't have this facility by default (only to turn the monitor off after a maximum of 5 hours of inactivity), but there are a number of other ways of doing it using 3rd party apps.
One way is this.
- Download this useful utility:
http://www.nirsoft.net/utils/nircmd.zip
- Extract it to a folder you will remember, say
c:\nircmd
- Open up your task scheduler (
Start, Programs, Accessories, System Tools), and add a new task.
- Take yourself through scheduling your task, selecting
c:\nircmd\nircmd.exe as your application, and when you would like this task to start (5pm). Call this one "Monitor ON".
- At the end of the wizard, check the "open advanced properties..." check box and
Finish.
- Under the
Task tab, change the contents of run to:
c:\nircmd\nircmd.exe monitor on and then press
OK to finish.
^ Follow the same process above, except this time call the task "Monitor OFF" using the command
c:\nircmd\nircmd.exe monitor off
You can test the monitor off task by right clicking on it, followed by
Run.
You should have a password on the laptops account if you want to use the task scheduler. If you don't want to set a password on that account, have a look at a thread I answered a short time ago regarding using blank passwords:
http://www.pchelpforum.com/windows-v...end-email.html
I wrote that procedure down in a bit of a rush, so if you have any problems, please let me know.