How to fix corrupted file?

Game 40 Reputation points
2025-04-14T00:30:04.91+00:00

Hello! I have a problem with corrupted driver files, and i don´t know how to fix.

After using sfc /scannow I got this.

Info DEPLOY [Pnp] Corrupt file: C:\WINDOWS\System32\drivers\storvsp.sys

Error DEPLOY [Pnp] Failed repairing file: C:\WINDOWS\System32\drivers\storvsp.sys: ERROR_FILE_NOT_FOUND

Info DEPLOY [Pnp] Corrupt file: C:\WINDOWS\System32\drivers\vmbusr.sys

Error DEPLOY [Pnp] Failed repairing file: C:\WINDOWS\System32\drivers\vmbusr.sys: ERROR_FILE_NOT_FOUND

Info DEPLOY [Pnp] Corrupt file: C:\WINDOWS\System32\drivers\vpcivsp.sys

Error DEPLOY [Pnp] Failed repairing file: C:\WINDOWS\System32\drivers\vpcivsp.sys: ERROR_FILE_NOT_FOUND

I've already used the Dsmi thing and it didn't work.

help would be very grateful!

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,401 questions
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 22,826 Reputation points MVP
    2025-04-14T01:03:55.3266667+00:00

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.