Phil F
September 24th, 2002, 09:39 AM
On an NT server this works but on a Win2000 server it does not.
1. If and only if the system is locked does the following problem occur. (The process of locking is done via – ‘Ctrl-Alt-Delete LockWorkstation’)
2. Step 2 and application post this message to reboot the machine.
this->PostMessage(WM_SYSCOMMAND, SC_CLOSE);
3. When the machine restarts, nothing in the startup folder gets restarted. By nothing I mean applications such as notepad.
Again this is only happening on Win2000 not NT. I would not have believed it myself, but experiments have proven it to be true. I would appreciate it if you could shed some light on this.
Thanks.
:rolleyes:
1. If and only if the system is locked does the following problem occur. (The process of locking is done via – ‘Ctrl-Alt-Delete LockWorkstation’)
2. Step 2 and application post this message to reboot the machine.
this->PostMessage(WM_SYSCOMMAND, SC_CLOSE);
3. When the machine restarts, nothing in the startup folder gets restarted. By nothing I mean applications such as notepad.
Again this is only happening on Win2000 not NT. I would not have believed it myself, but experiments have proven it to be true. I would appreciate it if you could shed some light on this.
Thanks.
:rolleyes: