| |
Sign In
if i try running "shutdown -s" then i click OK to the message that the computer is shutting down in 30 seconds, but it never does. system log entry: "Application popup: System Shutdown : The system is shutting down. Please save all work in progress and log off. Any unsaved changes will be lost. "
finally, if i push the power button it doesn't complete the shut down either. (i have 'shutdown' selected in power management for when the button is pressed). i do see an event ID 26 in the system log at the time i pressed the button, with the message 'Application popup: Windows : Other people are logged on to this computer. Shutting down Windows might cause them to lose data. Do you want to continue shutting down?'. this is a bit useless because the server has no mouse/keyboard/monitor, and i have no way to interact that message except using remote desktop (which doesn't even show that message on screen if i am logged in via RD), and i want to force a software shutdown without being asked questions i can't answer!
finally i found a work around to use the command line tool shutdown.exe with some more severe arguments. This saves my raid array re-synching from hard-resets.
shutdown.exe -r /t 10 /d p:1:1 /c "Maintenance, Planned"
shutdown.exe -s /t 10 /d p:1:1 /c "Maintenance, Planned"
Remember Me