Does anyone know how to Disable Logout Save State for all users on macOS?
Disable Logout Save State
/usr/bin/defaults write com.apple.loginwindow TALLogoutSavesState -bool false
/usr/bin/defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false