winlogon
C++ script to “unlock” windows after being locked using “LockWorkStation()”
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[详细]
2023-04-04 21:37 分类:问答Start Application with service
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.[详细]
2023-03-15 13:51 分类:问答Run Application at window Login Screen
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[详细]
2023-03-14 20:26 分类:问答Custom Windows Authentication Package
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[详细]
2023-03-11 20:30 分类:问答Remote LogOn with WCF and C#
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.[详细]
2023-03-09 06:07 分类:问答Building a custom credential provider for Windows 7
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[详细]
2023-03-01 13:34 分类:问答HTTPS Request From a Credential Provider DLL
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[详细]
2023-02-17 00:35 分类:问答how can i interact in windows (xp, vista, 7) welcome screen or locked screen like a VNC or Dame Ware
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[详细]
2023-02-15 12:44 分类:问答Winlogon Notification DLL -- Create Process as the user who logged in
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[详细]
2023-02-09 15:59 分类:问答WPF Window on Winlogon Desktop
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[详细]
2023-01-29 11:23 分类:问答