How to auto login to windows account?
问题 I am researching ways to auto login to a windows server, so applications can be restarted on reboot if the server crashes. Do windows services load before or after a user logs in? Can a windows service be used to login to an account? If not, is there any way to use some sort of login script to facilitate automatically loggin in? 回答1: Services run regardless of whether a user logs on. If you need an application to run all the time, have you considered converting it to a service? Auto-logon is