At 10:38 PM 4/18/2006, warpmedia typed:
As to my earlier question about the logoff script happening before or after user processes are terminated I guess no one knows, so I will have to try it & find out.

Excerpts from <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shutdown/base/about_system_shutdown.asp>

All file-system buffers are flushed to the disk............

Logging off stops all processes associated with the security context of the process that called the exit function, logs the current user off the system

<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shutdown/base/shutting_down.asp>

Most scripts are associated with users logging off which happens before Winders shutting down & to a certain extent you can tell a script when to run with RSOP_ScriptPolicySetting <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/rsop_scriptpolicysetting.asp>.

This is not to say I wouldn't be interested in seeing what your test results yield.

----------+----------
   Wayne D. Johnson
Ashland, OH, USA 44805
<http://www.wavijo.com>

Reply via email to