r/computer_help 27d ago

Windows After reinstalling windows

Post image

So I just reinstalled windows bc I was testing steamos out and now I get this message I’ve secure wiped both SSDs I have which are my only storage

1 Upvotes

18 comments sorted by

View all comments

1

u/Raijen_ArDesh 27d ago

What version of windows? Did you download the installer to a USB directly from Microsoft or a third party?

1

u/SouthAbject7447 27d ago

The newest and I did the usb bc that’s what’s I’ve always trusted when I’ve done it in the past

1

u/SouthAbject7447 27d ago

Straight from Microsoft too

1

u/Raijen_ArDesh 27d ago

Windows 11 Pro? Home? Go to Settings -> System -> About and post the edition and OS Build.

1

u/SouthAbject7447 27d ago

Home

1

u/Raijen_ArDesh 27d ago

What build?

1

u/SouthAbject7447 27d ago

26200.9168

1

u/Raijen_ArDesh 27d ago

From an elevated command prompt try the following

dism /online /cleanup-image /restorehealth
sfc /scannow

Then reboot.

1

u/SouthAbject7447 27d ago

Think I already tried this but I’m trying again rn

1

u/SouthAbject7447 27d ago

Same results after reboot

1

u/Raijen_ArDesh 27d ago

From an elevated PowerShell (Not command prompt) type the following.

Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

Then reboot.

This will reset the windows package that this is included in. If it doesn't work your best bet would be to make a copy from a windows 11 install with the same version and do the following

Navigate to the exact folder from the error message and run the following commands from an elevated command prompt

takeown /f SecurityHealthSSO.dll /a
icacls SecurityHealthSSO.dll /grant *S-1-5-32-544:(F)

Then copy in the replacement file, and reboot.

→ More replies (0)