Share via

Error starting Hyper-V Quick create

Anonymous
2025-02-04T21:39:06+00:00

Hello experts! I hope you are all well!

I am getting an error when trying to start the hyper-v quick create

I have already tried disabling Hyper-V and enabling it again.

Could you help me on how to proceed please?

*** Moved from Windows / Windows 11 / Settings ***

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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-02-06T07:37:24+00:00

    Hi,

    It seems a lot of people have run into this problem. Please see if this workaround works for you.

    Create a file called VMCreate.exe.config with the content below, and then move it to C:\Program Files\Hyper-V

    <configuration>
      <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="13.0.0.0" />
          </dependentAssembly>
        </assemblyBinding>
      </runtime>
    </configuration>
    

    https://www.reddit.com/r/HyperV/comments/1he54pv/comment/m92ko75/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

    Was this answer helpful?

    0 comments No comments