Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Free or cheap automatic shutdown utility for XP?
I need a free or cheap (up to $5) auto-shutdown utility for Windows XP that:
1) Allows scheduling - I want to 'set and forget' and have it run at a set time every weekday
2) Will shut down a computer that is in use (this is the problem I had with Windows Shutdown)
3) Can be set to shut down immediately, without warning (there will not be an issue with losing unsaved data)
4) Will force close programs
ETA: As I mentioned in my question, I HAVE ALREADY TRIED WINDOWS SHUTDOWN. It doesn't do what I need it to do. Please do not suggest it.
3 Answers
- PCeezeLv 69 years agoFavorite Answer
It is already in your XP computer.
Open a command prompt (c:\windows\system32\cmd.exe)
type in shutdown /? and you will get a complete overview of what you and do with shutdown
From your description you will want to use shutdown /f /p
You need to make this command with its options into a batch script or executable file. Open notepad, put your command in (c:\windows\system32\"shutdown /f /p") and save it with file extension .bat
Schedule this bat file to run at the times you want. Let it run under localsystem credentials or under the administrator account.
This will not work if the user sleeps or hibernates the computer, for that you need Wake on Lan
Source(s): http://www.computerhope.com/batch.htm#11 - ?Lv 45 years ago
seek for oem copys of homestead windows xp ,the oem homestead windows xp disk is shoud be plenty much less or call ms to confirm in case you ought to purchase a purely a win xp disk .or try ubuntu linux on the pc
- 9 years ago
You could schedule shutdown.exe to run as a scheduled task. Try the follow through provided in the link below.