简体   繁体   English

如何检查Windows用户登录?

[英]How do i check windows user log in?

i need to build an application for find who try to log in to the pc with wrong user and password in windows 10. What is the service or shell should i read. 我需要构建一个应用程序,以查找谁尝试在Windows 10中使用错误的用户名和密码登录到PC。我应该阅读什么服务或外壳程序。 Is it possible ?. 可能吗 ?。 Language is c#. 语言是c#。

Simply read the eventlogs for failures as documented by Microsoft here: https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/basic-audit-logon-events 只需阅读Microsoft在此处记录的失败事件日志,即可: https : //docs.microsoft.com/zh-cn/windows/security/threat-protection/auditing/basic-audit-logon-events

event-id 529 is probably enough. event-id 529可能就足够了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 每次在Windows中启动应用程序时如何记录日志? - How do I log every time I start an application in Windows? 每次登录和注销Windows XP时如何记录时间? - How do I record the time every time I log on and log off of Windows XP? 如何获取SQL登录用户的Windows登录用户名 - How to get Windows Log-in User Name for a SQL Log in User 如何将Windows Update设置为从不使用PowerShell检查更新? - How do I set Windows Update to never check for updates with PowerShell? 如何使用 Python 检查应用程序是否安装在 windows - How do I check if an application is installed in windows using Python 如何在.Net Windows服务中编辑“以”身份登录”用户 - How to edit the “log on as” user in a .Net Windows Service 如何阅读Windows注册表文件以检查值? [蟒蛇] - How do I read Windows Registry file to check for values? [Python] 如何以编程方式检查Windows计算机上的打开浏览器实例? - How do I programmatically check for open browser instances on a Windows machine? 如何检查Windows当前是否显示忙光标? - How do I check if Windows is currently displaying the busy cursor? 在启动程序之前如何检查 Windows 10 版本? - How do I check Windows 10 Version before launching the program?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM