The security log is now full (Windows 11 Only)

Anonymous
2022-12-20T07:02:25+00:00

Hi all,

Need your help, all devices that i monitor using windows 11 will hit the error (The security log is now full - Event ID 1104.) Need your advise for solve this problem

Temporary solution

  • I clear log and overwrite in event viewer but still happen back on the next day.

Thanks.

Windows for home | Windows 11 | Accounts, profiles, and login

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

64 answers

Sort by: Newest
  1. Anonymous
    2023-08-16T16:54:10+00:00

    Hey yall,

    Only thing found from my MSP

    The fix I have found is to open gpedit.msc and apply the local group policy for the following.

    Select
    Computer Configuration > Administrative Templates > Windows Component
    > Event Log Service > Security > Control Event Log Behavior when the
    log file reaches its maximum size, Set it to Disable.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-05-10T15:39:18+00:00

    Also now seeing this issue in Windows 10 22H2 build. Not always the same PC but random across the whole network

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-04-25T18:30:21+00:00

    The SC command is used toconfigure, query, stop, start, delete, and add system services on the Windows command line. It's run via an elevated command prompt.

    Just looked up "sc command line" in a browser.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-04-25T18:14:20+00:00

    Sorry, don't know what the abbreviation of "sc" is. Would this be done on the admin side through powershell?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-04-24T18:48:44+00:00

    My latest workaround is using

    sc create ClearLog binpath= "wevtutil cl Security"

    to create a service that I set to automatic, so that a reboot clears the log -- enabling login.

    Not good practice in general, but no one around here seems to reboot other than when applying patches anyway.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments