I have tried the following AutoLogon scenarios:
1. Nothing checked.
2. "When Started...Run as User..." set to use the administrator account and "Unlock Computer..." UNchecked.
3. Checked "Unlock Computer..." and "When Started...Run as User..." checked.
4 Checked "Unlock Computer..." but with "When Started...Run as User..." UNchecked.
Logging is turned on but nothing is being generated. "Allow Scheduler Service to run this macro" is checked. The server is running in a secure environment, behind a firewall, so accessing it is not possible.
The most perplexing thing is that I am using the debug version of autologonsvc.exe but no 'c:\autologonsvc.log' file is being created.
Now, the machine contains an operating system from a disk predined by our customer, and, of course, includes their own Local Security settings, etc. So, one of my theories is that there is a conflict of some kind between Macro Scheduler and one or more of the policy settings.
'schedtest' Macro:
Code: Select all
Let>RP_WAIT=2
Wait>20
TimeStamp>C:\macschedtest_doesnothing.txt,schedtest starting...
Run Program>C:\macschedtest_doesnothing.bat
TimeStamp>C:\macschedtest_doesnothing.txt,schedtest finished.
Wait>60
Code: Select all
REM This bat file is only for testing scheduling a Macro Scheduler macro.
echo Testing scheduling a Macro Scheduler in logoff mode.
John