I can successfully use the remote reboot action, but the local reboot does nothing. What does "local reboot" really mean? Is it supposed to reboot the computer executing the Host Monitor test or the computer being tested? It does neither one for me.
Thank you.
Local reboot does nothing
Further clarification on "remote" v. "local&q
Thank you I will try your suggestion. But I still don't understand the difference between the two types of reboots. Do they both reboot the computer being tested, but in 2 different ways?
Thank you.
Thank you.
Clarification on processes to terminate on a remote computer
I have read the posted information on using the "force processes to terminate" option with a remote reboot action but it is not completely clear from the wording. If this option is used on a remote computer does Windows wait the specified time FIRST before it forces the termination or does it terminate the application immediately without any wait? If it does wait, how long is the "specified time"?
Thank you.
Thank you.
Yes, its not completelly clear. Because Microsoft manuals do not provide enough information.
From my experience - Windows sends WM_QueryEndSession message to all applications, than it sends WM_QUIT message to all applications. So, applications have chance to save data. After some time (what time? I don't know, ask Microsoft), Windows terminates all applications that still active (if "force" flag is specified).
But as I said its my experience. Behavior may be different, depending on Windows version, Service Pack...
For example
- Windows NT 3.5 will not reboot if console is locked.
- Windows XP and Windows 2003 will not reboot if console is locked AND "Force processes to terminate" option is not enabled.
Regards
Alex
From my experience - Windows sends WM_QueryEndSession message to all applications, than it sends WM_QUIT message to all applications. So, applications have chance to save data. After some time (what time? I don't know, ask Microsoft), Windows terminates all applications that still active (if "force" flag is specified).
But as I said its my experience. Behavior may be different, depending on Windows version, Service Pack...
For example
- Windows NT 3.5 will not reboot if console is locked.
- Windows XP and Windows 2003 will not reboot if console is locked AND "Force processes to terminate" option is not enabled.
Regards
Alex