auto shutdown

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

i want to set a scheduled task to shut down my computer.
i've gotten some previous help, and was told to run the
command "rundll32 shell32,SHExitWindowsEx 0" when I try
to run this command i get the error message: Error in
shell32 Missing entry:SHExitWindowsEx how
can i fix this, or what do i need to run to shut it
down? thanks
 
Shell32.dll in Windows XP does not have an entry-point SHExitWindowsEx. Your best option is to use the shutdown.exe command. Type shutdown /? in the Command Prompt for more information

Example: Shutdown -s -t 00
This will initiate the shutdown process immediately (0 second timeout).

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://www.mvps.org/sramesh2k

Windows 2000 Group Policy Registry Table:
http://www.microsoft.com/windows2000/techinfo/reskit/en-us/gp/gpref.asp

i want to set a scheduled task to shut down my computer.
i've gotten some previous help, and was told to run the
command "rundll32 shell32,SHExitWindowsEx 0" when I try
to run this command i get the error message: Error in
shell32 Missing entry:SHExitWindowsEx how
can i fix this, or what do i need to run to shut it
down? thanks
 

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

auto shutdown 2
shutdown 1
shut down command 2
Error in shell32.dll 4
winlogon error 8
Exception Shell32.dll, Control_RunDLL hotplug.dll 1
Hot restart 1
XP wont shut down 8

Back
Top