-2

I am looking for a way, to automatically logon a User from computer startup script, without rebooting the machine. I know, I can write in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon... Keys or use Sysinternals autologon.exe, but this all don't work without a reboot.

OS: Windows >= 7

A while ago, I have seen a small until, who could do it. But I forgot about it and can't find it again. Or maybe there is any other solution?

I think, it is only possible with a GINA plugin?

Thomas
  • 177
  • 3
  • 13

2 Answers2

2

Was that utility LogonExpert?

https://www.logonexpert.com/

There's a reference to it (and it was also marked as the solution) in the TechNet thread below.

https://social.technet.microsoft.com/Forums/ie/en-US/25677ebd-eb91-421e-9201-0e7fb69d46c0/force-autologon-directly-without-restart?forum=winservergen

Aura
  • 461
  • 5
  • 12
0

After investigation of LogonExpert, I have now a idea, what need to be done. On Systems upwards Windows Vista, you need to build your own "custom credential provider, which replaces the GINA plugin".

A good reference to get a lot of information's and also running projects can be found on this GitHub page.

At least, this question is also available on StackOverflow...

Thomas
  • 177
  • 3
  • 13