Windows 10: Problem Related To Hyper-V

Discus and support Problem Related To Hyper-V in Windows 10 BSOD Crashes and Debugging to solve the problem; Microsoft Hyper-v is Disabled on my systems but I always get error "Microsoft Hyper-V is enabled on your System. Please Disable it" Why? I use Windows... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by aseemad, Jul 19, 2018.

  1. aseemad Win User

    Problem Related To Hyper-V


    Microsoft Hyper-v is Disabled on my systems but I always get error "Microsoft Hyper-V is enabled on your System. Please Disable it" Why?

    I use Windows 10 home single language Version. windows 10 home doesn't support Hyper-V but always I face this problem. I have done the reset more than 3 times due to this problem. I spent a whole day to find the solution but unable to find.




    I Have tried the following Solutions:-

    1-Unchecking the "Windows Hypervisor Platform" Box in Windows Features.

    (Not Found Hyper-v in windows features. I didn't have to uncheck that box it was unchecked.)

    2-Run the command in cmd "dism.exe /Online /Disable-Feature:Microsoft-Hyper-V".

    3-Run the command in cmd "bcdedit /set hypervisorlaunchtype off".

    4-Run the command in powershell "Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All".

    5- Run the vbs Scrypt


    "Option Explicit

    Dim backupfile
    Dim record
    Dim myshell
    Dim appmyshell
    Dim myresult
    Dim myline
    Dim makeactive
    Dim makepassive
    Dim reboot
    record=""
    Set myshell = WScript.CreateObject("WScript.Shell")

    If WScript.Arguments.Length = 0 Then
    Set appmyshell = CreateObject("Shell.Application")
    appmyshell.ShellExecute "wscript.exe", """" & WScript.ScriptFullName & """ RunAsAdministrator", , "runas", 1
    WScript.Quit
    End if




    Set backupfile = CreateObject("Scripting.FileSystemObject")
    If Not (backupfile.FileExists("C:\bcdedit.bak")) Then
    Set myresult = myshell.Exec("cmd /c bcdedit /export c:\bcdedit.bak")
    End If

    Set myresult = myshell.Exec("cmd /c bcdedit")
    Do While Not myresult.StdOut.AtEndOfStream
    myline = myresult.StdOut.ReadLine()

    If myline="The boot configuration data store could not be opened." Then
    record=""
    exit do
    End If
    If Instr(myline, "identifier") > 0 Then
    record=""
    If Instr(myline, "{current}") > 0 Then
    record="current"
    End If
    End If
    If Instr(myline, "hypervisorlaunchtype") > 0 And record = "current" Then
    If Instr(myline, "Auto") > 0 Then
    record="1"
    Exit Do
    End If
    If Instr(myline, "On") > 0 Then
    record="1"
    Exit Do
    End If
    If Instr(myline, "Off") > 0 Then
    record="0"
    Exit Do
    End If
    End If
    Loop

    If record="1" Then
    makepassive = MsgBox ("Hypervisor status is active, do you want set to passive? ", vbYesNo, "Hypervisor")
    Select Case makepassive
    Case vbYes
    myshell.run "cmd.exe /C bcdedit /set hypervisorlaunchtype off"
    reboot = MsgBox ("Hypervisor chenged to passive; Computer must reboot. Reboot now? ", vbYesNo, "Hypervisor")
    Select Case reboot
    Case vbYes
    myshell.run "cmd.exe /C shutdown /r /t 0"
    End Select
    Case vbNo
    MsgBox("Not Changed")
    End Select
    End If

    If record="0" Then
    makeactive = MsgBox ("Hypervisor status is passive, do you want set active? ", vbYesNo, "Hypervisor")
    Select Case makeactive
    Case vbYes
    myshell.run "cmd.exe /C bcdedit /set hypervisorlaunchtype auto"
    reboot = MsgBox ("Hypervisor changed to active; Computer must reboot. Reboot now?", vbYesNo, "Hypervisor")
    Select Case reboot
    Case vbYes
    myshell.run "cmd.exe /C shutdown /r /t 0"
    End Select
    Case vbNo
    MsgBox("Not Changed")
    End Select
    End If

    If record="" Then
    MsgBox("Error: record can't find")
    End If".

    :)
     
    aseemad, Jul 19, 2018
    #1

  2. Hyper V deativication

    Hi Geoffrey,

    Hyper-V lets you run an operating system or computer system as a virtual machine on Windows. Before proceeding in disabling
    Hyper-V, please create a backup of your files for security purposes.

    To disable Hyper-V, please follow the steps below:

    • On the Cortana search box, type Turn Windows Features on or off and press
      Enter.
    • Look for the Hyper-V folder.
    • Uncheck the tick-box next to the main Hyper-V folder and click
      OK.
    • Restart your PC.

    Should you have further questions, please let us know.
     
    Jefferson Ore, Jul 19, 2018
    #2
  3. Hyper-V

    That's the problem that I cannot find Hyper-V in Windows Features list, hence I am not able to turn it on or off.
     
    NarekGrigoryan, Jul 19, 2018
    #3
  4. Rex99ny Win User

    Problem Related To Hyper-V

    Where is the Hyper V Manager, How to I start it ?

    I am trying to setup an XP virtual Machine on Windows 10 Pro.

    I followed the steps in Neil Peterson article of 5/9/2016.

    System Requirements - done - ok

    Install Hyper-V - done - ok

    Create a Virtual Switch - skip

    Create a Virtual Machine

    Create a Virtual Machine with Hyper-V Manager

    These steps walk through how to manually create a virtual machine and deploy an operating system to this virtual machine.


    • In Hyper-V Manager, click Action > New >
      Virtual Machine
      to bring up the New

    Uhhhhhhhhh - this step obviously implies one knows

    1) Where the Hyper-V Manager is

    2) How to start the Hyper-V Manager

    Isn't that odd ?
     
    Rex99ny, Jul 19, 2018
    #4
Thema:

Problem Related To Hyper-V

Loading...
  1. Problem Related To Hyper-V - Similar Threads - Problem Related Hyper

  2. A problem with Hyper-V

    in Windows 10 Gaming
    A problem with Hyper-V: Hello,I have a Windows 11 Pro PC and decided to try out Hyper-V. I've made a new virtual machine in Windows 10 yes I downloaded an ISO file from Microsoft. I've already went through the whole Windows installation process. However, whenever I connect to the VM I must close the...
  3. A problem with Hyper-V

    in Windows 10 Software and Apps
    A problem with Hyper-V: Hello,I have a Windows 11 Pro PC and decided to try out Hyper-V. I've made a new virtual machine in Windows 10 yes I downloaded an ISO file from Microsoft. I've already went through the whole Windows installation process. However, whenever I connect to the VM I must close the...
  4. Problem with VM on Hyper-V

    in Windows 10 Gaming
    Problem with VM on Hyper-V: Good morning,after installing updates on windows server 2008 R2 it's a server to do some lab tests, I know the OS is obsolete, the VM working on Hyper-V starts normally and works but the screen remains black. How can I solve the problem?Looking online, the server in question...
  5. Hyper-V problem

    in Windows 10 BSOD Crashes and Debugging
    Hyper-V problem: I am getting an error generic failure message when trying to open Hyper-V Quick Create. https://answers.microsoft.com/en-us/windows/forum/all/hyper-v-problem/bd928ba4-fe6f-411f-b921-c87d987e5b4e
  6. Hyper-V problem

    in Windows 10 Gaming
    Hyper-V problem: I am getting an error generic failure message when trying to open Hyper-V Quick Create. https://answers.microsoft.com/en-us/windows/forum/all/hyper-v-problem/bd928ba4-fe6f-411f-b921-c87d987e5b4e
  7. Hyper-V problem

    in Windows 10 Software and Apps
    Hyper-V problem: I am getting an error generic failure message when trying to open Hyper-V Quick Create. https://answers.microsoft.com/en-us/windows/forum/all/hyper-v-problem/bd928ba4-fe6f-411f-b921-c87d987e5b4e
  8. Problems Installing Hyper-V

    in Windows 10 Software and Apps
    Problems Installing Hyper-V: I can't enable Hyper-V on Windows 11. The error I get is "0x00001AB1 [6833] An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log."I've tried through the Control Panel, cmd prompt, and a .bat file....
  9. Hyper-V annoying problems

    in Windows 10 Virtualization
    Hyper-V annoying problems: Sometimes, Hyper-V still disconnects after all these years when inserting an user password in the logon multiple times because for some reason even after inserting the right password it tells me it's wrong so to proceed I have to insert a password (right or wrong) multiple...
  10. Hyper-V

    in Windows 10 Gaming
    Hyper-V: Hi, As anyone tried Hyper-V yet, as isn't it suppose to be an emulator so we can play old games like Silver etc... 6618

Users found this page by searching for:

  1. hyper v related issue microsoft

    ,
  2. problems related to hyper v