Suggestions:
Open Command Prompt as Admin and run this commnd:
DISM /Online /Cleanup-Image /RestoreHealth
Now re-run sfc /scannow.
If the above fails then Download Windows OS ISO from here:
https://www.microsoft.com/en-us/software-download/windows11
Navigate to the mounted ISO’s sources\install.wim or install.esd.
Use a tool like 7-Zip to open the .wim/.esd file and extract:
storvsp.sys, vmbusr.sys, and vpcivsp.sys from Windows\System32\drivers).
Copy these files to a temporary folder (e.g., C:\Temp).
Now boot into Safe mode nd open Command Prompt:
copy C:\Temp\storvsp.sys C:\Windows\System32\drivers
copy C:\Temp\vmbusr.sys C:\Windows\System32\drivers
copy C:\Temp\vpcivsp.sys C:\Windows\System32\drivers
Reboot.