Windows Security Windows only shows Shield Icon

Anonymous
2023-12-24T08:52:08+00:00

Split from this thread.

Hi Frank,

If you wish to fix Windows Security, please start a new thread and post the following logs. Post the link to the new thread here.

Step 1:

Step 2:

  • Download defender_diag.bat. Right-click on the file, click Properties, Unblock, and OK. Run the batch file as administrator.

(The Batch file queries Defender-related settings/Policies and outputs the results to a log file named defender.log. Upload this log to your OneDrive and share the link here.)

(How-To: Share OneDrive files and folders - Microsoft Support)

Windows for home | Windows 11 | Security and privacy

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
Answer accepted by question author
Anonymous
2023-12-30T09:13:35+00:00

Those entries have no significance. Those entries show up in my system as well. You'll see a lot of Not Found entries for any operation you do. Usually, most of those entries have no significance.

You may try this if possible.

Download this REG file and save it to a folder named c:\reg\

Launch AdvancedRun (from Nirsoft) and start cmd.exe as TrustedInstaller.

In the TrustedInstaller Command Prompt, run:

  • reg.exe import c:\reg\securityhealth.reg
  • exit

This restores some essential registry keys used by Defender.

Was this answer helpful?

0 comments No comments

94 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-12-28T12:18:39+00:00

    (Assuming you did the first two things -- i.e., extracting the zip file to C:\SecurityHealth. & backing up "C:\Windows\System32\SecurityHealth\1.0.2207.20002-0" to another location.)

    To launch WinRE, click Start, Power, and then press and hold the Shift key while clicking Restart.

    In WinRE, click Troubleshoot, Advanced Options, and click Command Prompt.

    Run bcdedit and post the output here.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-12-28T12:15:21+00:00

    Hi Frank,

    The instructions are for Robo4112. Please don't try that because you already have a newer platform folder. The zip archive is meant for Robo4112's system.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-12-28T12:02:57+00:00

    Hi Frank,

    Ramesh is definitely the expert here, I can only tell you how I do it.

    I type CMD in the search box, and start Command Prompt as Admin.

    "md c:\Files" without the quotes created the Directory in c:\ Root with the name Files

    "xcopy c:\mynameddirectory c:\windows\system32 /E /H " without quotes, will copy all files and because of xcopy also all subdirectories to the target directory.

    To remove directory and their subdirectories, I use

    rmdir /S mydirectory, meaning directory mydirectory and all subfolders and content will be deleted.

    If you need examples for the command line commands, type at the command prompt:

    rmdir /?

    xcopy /?

    md /?

    And it will tell you the exact syntax and all the options you can use

    If I have to delete a single directory, I do it in the file explorer, however sometimes it complaines about files being in use.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-12-28T10:25:55+00:00

    Hi Ramesh / Rob

    Sorry just catching up with all this now

    Can you help me with the correct syntax / DOS commands to perform the delete and then the copy as below when using WinRE Command Promt.

    Thank you

    Frank

    Boot into Windows RE Command Prompt and delete the contents of "C:\Windows\System32\SecurityHealth\1.0.2207.20002-0"

    While in WinRE Command Prompt, copy the contents from C:\SecurityHealth to "C:\Windows\System32\SecurityHealth\1.0.2207.20002-0" along with subfolders using the XCopy command.

    Was this answer helpful?

    0 comments No comments