I'm using a few inexpensive PCs to control some remote equipment. They are running Windows 10 and the scripts start automatically on sign-in. Sometimes, the PCs, may lose power and I want them to auto-logon WITHOUT a monitor connected. At the moment, the auto-logon process works fine when a monitor is connected using the following with the terminal:
REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 1 /f
But that only works when I have a screen connected via HDMI. If the screen isn't connected on bootup, the PC doesn't log in and run the necessary scripts.
Anyone have an Idea of how this can be done?