开发者

Auto Logon Windows XP

开发者 https://www.devze.com 2023-03-25 00:36 出处:网络
I need to setup auto logon to an XP machine, I cannot use the standrad method by setting the registry entries or using Tweak as the password can be viewed as plain text. For this project the password

I need to setup auto logon to an XP machine, I cannot use the standrad method by setting the registry entries or using Tweak as the password can be viewed as plain text. For this project the password must be stored as encrypted on the 开发者_运维百科PC. I have looked into modifying GINA.DLL and calling this through a .NET Application running as a service. Does anyone have any ideas on how to progress this?

All comments would be grateful


I did work on a proxy GINA for one of our projects for automatic logon. The project was done in C++ ( infact all the calls that you can make at that level is pure c style calls )

To my understanding, you will not be able to use managed ( .NET ) code for GINA. GINA is loaded by Winlogon and is pretty early phase than loading services.

The custom Gina can be loaded using GinaDLL registry key under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon


There is a tool in SysInternals as Autologon.exe can help with autologon.

0

精彩评论

暂无评论...
验证码 换一张
取 消