I have a C++ script that locks the windows when a specific event occurs. Locking windows is done using “LockWorkStation()” command.What I want to do is “unlock” win开发者_运维问答dows when some ot
i want to run an application made in c# winform through service.i have done the code but the application does not get started even service successfully gets started and no exception is thrown.
I have made C# winform keyboard that i need to run at windows login screen so that user can enter password to specific user account. the computer which is using this application doses not have physica
So, here is the scenario. I am developing a logon system in windows 7. I have created a Creden开发者_Go百科tial Provider, containing one Credential. The Credential has three input fields, username, pa
Is there any way to log on to a Windows machine using WCF and C#? I am creating a Test Harness and it will needed to remotely logon a Windows user.
After looking through the code for building custom credential providers for Windows 7, I managed to get my own tile to show up on the logon screen, and can logon as the desired user. However, I am try
I\'ve been creating a Credential Provider DLL that authenticates via the internet before allowing login. However this hasn\'t worked as well as I expected because my WinHTTP request isn\'t getting sen
im trying to make a support software in c#.net like a VNC or Dame Ware and i d开发者_高级运维ont know how to send input event to login or locked screenin windows (xp, vista and 7)It has been a while s
I have a requirement to run an app as a user unlocks his computer. This works swimmingly in Win 7 with regular task scheduler. For XP -- ive Created a C++ DLL to do this. This seems to work 开发者_Sta
I\'m trying to show a custom Window or Control designed and built in WPF on Winlogon Desktop. I already managed, to switch the Desktop of the Thread with \"SetThreadDesktop\" and the Window opens on t