是否有可能使用Windows API實現C++中的服務,在用戶嘗試登錄到Windows時攔截,但插入了錯誤的密碼? 我在msdn上搜索過,但找不到有用的東西。該功能應在Windows 7,8和10上運行。如何獲取錯誤的Windows登錄通知
0
A
回答
0
您的服務可能會在安全事件日誌中看到失敗的登錄嘗試。 API的描述是在這裏:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385780(v=vs.85).aspx
對於這項工作,安全審計必須通過組策略或域策略來啓用。
0
這不是即時的,但您可以在事件日誌上登錄audit logon failures和keep an eye。
相關問題
- 1. 獲取來自活動目錄中的登錄/註銷通知#
- 2. IOS twitter登錄獲取request_token錯誤
- 3. Strophe匿名登錄獲取錯誤
- 4. AdSense API獲取'錯誤:需要登錄'
- 5. Magento用戶登錄後獲取錯誤
- 6. 獲取數據庫錯誤而登錄
- 7. Phonegap:通過LinkedIn登錄錯誤,同時獲取訪問令牌
- 8. SQL登錄通知
- 9. 獲取Silverlight綁定錯誤通知?
- 10. 的Android登錄未知錯誤
- 11. 如何獲取登錄Android?
- 12. Firebase:登錄失敗時,如何獲取錯誤代碼?
- 13. 從asp.net的Windows登錄獲取用戶
- 14. 獲取當前登錄的Windows用戶?
- 15. 記錄PHP通知錯誤
- 16. Raspberry Pi登錄錯誤 - 登錄錯誤
- 17. 如何通過Windows服務登錄?
- 18. 如何獲取登錄的用戶/ Windows服務器的用戶?
- 19. 如何獲取登錄的Windows用戶的名字和姓氏?
- 20. 從SQL數據庫獲取信息並獲取登錄錯誤
- 21. 如何獲取App Insights應用程序日誌錯誤通知?
- 22. 如何獲取通知ID?
- 23. 登錄錯誤不知道爲什麼
- 24. 用戶登錄無效未知錯誤
- 25. Codeigniter登錄會話未知錯誤
- 26. 如何在c#Web APP中獲取當前的Windows登錄名?
- 27. 如何從MSBuild獲取當前登錄的Windows用戶
- 28. 如何從ASP.NET頁面獲取當前登錄的Windows帳戶?
- 29. 如何在Windows中獲取登錄用戶的全名?
- 30. 如何在Windows中獲取當前登錄用戶的域名?