Hi all,
We use Apple Remote Desktop (ARD) to send restart commands to a fleet of Macs in our classrooms. These computers are set to auto-login to a user account (these are computers behind locked doors and monitored). That user account is configured to not have windows reopen upon restart.
com.apple.loginwindow
<TALLogoutSaveState</key>
<false/>
That works great on a restart initiated manually from one of the client computers. No open windows reopen upon restart and auto login. Unfortunately, it does not seem to work when initiating a restart from ARD. I haven't determined why this is.
At first I thought maybe it's because it's sending as the root user and that might be changing/ignoring something. So I tried sending the restart with a Unix Command from an admin account:
echo "localAdminPass" | sudo -S shutdown -r now
Well, that command worked fine, but the windows still reopened.
Does anyone have any idea of why this is? Any work arounds to getting the configuration profile to keep windows closed when submitted ARD restarts?
Thanks!
