A virtual disk support provider for the specified file was not found

Anonymous
2024-11-09T11:42:13+00:00

Im trying to create a vhdx file but this error keeps popping up i dont know what to do

***Moved from Windows / Windows 10 / Files, folders, and storage***

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V

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. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-11-11T07:55:12+00:00

    Hi,

    It seems the virtual disk support provider is missing, please use DISM to check the health of your Windows image, scan for corruption, and restore the image. Open CMD as administrator and run the following commands.

    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    
    DISM /Online /Cleanup-Image /RestoreHealth  
    

    If the issue persists, give a try to the System File Checker tool that scans for and restores corrupted Windows system files.

    sfc /scannow
    
    0 comments No comments

0 additional answers

Sort by: Most helpful