Hyper-V not connecting to Virtual Machine in Windows 10











up vote
3
down vote

favorite












I have installed Hyper-V manager on Windows 10 pro and have connected to the server which is hosting all virtual machines. By using the Connect to server, I am able to see all the virtual machines. Their state's are running and their status is empty. I try to connect to them but I can't, and ideas? and no error message.










share|improve this question






















  • Have you got any further with this?
    – Anthony Horne
    May 17 '16 at 5:46










  • It works and does not work = ( . So I made sure that the bios had virtualization enabled. And it seems to have a glitch with RDP console. Some days it works after restart and some days it won't. Sorry.
    – coco minion
    May 19 '16 at 7:26










  • I seem to have less issues if I start the machine AFTER I connect, i.e. I see the "starting machine", messages, etc. If I start it "right-click >> Start" and then connect afterwards, tickets!! - mostly.
    – Anthony Horne
    May 19 '16 at 11:30















up vote
3
down vote

favorite












I have installed Hyper-V manager on Windows 10 pro and have connected to the server which is hosting all virtual machines. By using the Connect to server, I am able to see all the virtual machines. Their state's are running and their status is empty. I try to connect to them but I can't, and ideas? and no error message.










share|improve this question






















  • Have you got any further with this?
    – Anthony Horne
    May 17 '16 at 5:46










  • It works and does not work = ( . So I made sure that the bios had virtualization enabled. And it seems to have a glitch with RDP console. Some days it works after restart and some days it won't. Sorry.
    – coco minion
    May 19 '16 at 7:26










  • I seem to have less issues if I start the machine AFTER I connect, i.e. I see the "starting machine", messages, etc. If I start it "right-click >> Start" and then connect afterwards, tickets!! - mostly.
    – Anthony Horne
    May 19 '16 at 11:30













up vote
3
down vote

favorite









up vote
3
down vote

favorite











I have installed Hyper-V manager on Windows 10 pro and have connected to the server which is hosting all virtual machines. By using the Connect to server, I am able to see all the virtual machines. Their state's are running and their status is empty. I try to connect to them but I can't, and ideas? and no error message.










share|improve this question













I have installed Hyper-V manager on Windows 10 pro and have connected to the server which is hosting all virtual machines. By using the Connect to server, I am able to see all the virtual machines. Their state's are running and their status is empty. I try to connect to them but I can't, and ideas? and no error message.







windows-10 virtual-machine virtualization hyper-v






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 25 '16 at 17:17









coco minion

2116




2116












  • Have you got any further with this?
    – Anthony Horne
    May 17 '16 at 5:46










  • It works and does not work = ( . So I made sure that the bios had virtualization enabled. And it seems to have a glitch with RDP console. Some days it works after restart and some days it won't. Sorry.
    – coco minion
    May 19 '16 at 7:26










  • I seem to have less issues if I start the machine AFTER I connect, i.e. I see the "starting machine", messages, etc. If I start it "right-click >> Start" and then connect afterwards, tickets!! - mostly.
    – Anthony Horne
    May 19 '16 at 11:30


















  • Have you got any further with this?
    – Anthony Horne
    May 17 '16 at 5:46










  • It works and does not work = ( . So I made sure that the bios had virtualization enabled. And it seems to have a glitch with RDP console. Some days it works after restart and some days it won't. Sorry.
    – coco minion
    May 19 '16 at 7:26










  • I seem to have less issues if I start the machine AFTER I connect, i.e. I see the "starting machine", messages, etc. If I start it "right-click >> Start" and then connect afterwards, tickets!! - mostly.
    – Anthony Horne
    May 19 '16 at 11:30
















Have you got any further with this?
– Anthony Horne
May 17 '16 at 5:46




Have you got any further with this?
– Anthony Horne
May 17 '16 at 5:46












It works and does not work = ( . So I made sure that the bios had virtualization enabled. And it seems to have a glitch with RDP console. Some days it works after restart and some days it won't. Sorry.
– coco minion
May 19 '16 at 7:26




It works and does not work = ( . So I made sure that the bios had virtualization enabled. And it seems to have a glitch with RDP console. Some days it works after restart and some days it won't. Sorry.
– coco minion
May 19 '16 at 7:26












I seem to have less issues if I start the machine AFTER I connect, i.e. I see the "starting machine", messages, etc. If I start it "right-click >> Start" and then connect afterwards, tickets!! - mostly.
– Anthony Horne
May 19 '16 at 11:30




I seem to have less issues if I start the machine AFTER I connect, i.e. I see the "starting machine", messages, etc. If I start it "right-click >> Start" and then connect afterwards, tickets!! - mostly.
– Anthony Horne
May 19 '16 at 11:30










3 Answers
3






active

oldest

votes

















up vote
0
down vote













I experienced this issue with a local Hyper-V instance on a Windows 10 client while working outside of the office network. In our domain environment, all RDP connections go through an RD Broker. Since I did not have access to the RD Broker, Hyper-V would try to communicate to the RD Broken then fail to connect to the VM's console. I was able to resolve the issue by disabling the RD Proxy to our RD Broker within the registry.



ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows NTTerminal ServicesUseProxy = 0



My issue may be unique, but it's worth noting during the troubleshooting process of this console connection issue.



Also, if your computer and user account are governed by GPO, your registry tweak on "UseProxy" will probably be reverted.






share|improve this answer





















  • Can you be a little more specific with your detail, consider adding some reference and proof supporting what you state.
    – Pimp Juice IT
    Oct 4 '17 at 23:54


















up vote
0
down vote













I had the same issue initially after I set up a VM yesterday, but got it going after some fiddling around. Unfortunately I can't remember what I did that made the difference though! I think it was related to security. However this morning, after connecting to a different network, it failed again.



My eventual solution: I turned off the Hyper-V features in "Turn Windows features on or off", restarted, then turned them back on again and restarted again. Now everything works fine. Hopefully it will continue to work when I move networks again - will comment here if it doesn't.






share|improve this answer




























    up vote
    -1
    down vote













    that works,but I needed to change it a bit.
    ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services



    then i create a new value key UseProxy = 0.






    share|improve this answer

















    • 1




      What works? This looks like it might be a comment about Derek Preston's answer.
      – fixer1234
      Apr 13 at 0:12











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1045478%2fhyper-v-not-connecting-to-virtual-machine-in-windows-10%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I experienced this issue with a local Hyper-V instance on a Windows 10 client while working outside of the office network. In our domain environment, all RDP connections go through an RD Broker. Since I did not have access to the RD Broker, Hyper-V would try to communicate to the RD Broken then fail to connect to the VM's console. I was able to resolve the issue by disabling the RD Proxy to our RD Broker within the registry.



    ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows NTTerminal ServicesUseProxy = 0



    My issue may be unique, but it's worth noting during the troubleshooting process of this console connection issue.



    Also, if your computer and user account are governed by GPO, your registry tweak on "UseProxy" will probably be reverted.






    share|improve this answer





















    • Can you be a little more specific with your detail, consider adding some reference and proof supporting what you state.
      – Pimp Juice IT
      Oct 4 '17 at 23:54















    up vote
    0
    down vote













    I experienced this issue with a local Hyper-V instance on a Windows 10 client while working outside of the office network. In our domain environment, all RDP connections go through an RD Broker. Since I did not have access to the RD Broker, Hyper-V would try to communicate to the RD Broken then fail to connect to the VM's console. I was able to resolve the issue by disabling the RD Proxy to our RD Broker within the registry.



    ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows NTTerminal ServicesUseProxy = 0



    My issue may be unique, but it's worth noting during the troubleshooting process of this console connection issue.



    Also, if your computer and user account are governed by GPO, your registry tweak on "UseProxy" will probably be reverted.






    share|improve this answer





















    • Can you be a little more specific with your detail, consider adding some reference and proof supporting what you state.
      – Pimp Juice IT
      Oct 4 '17 at 23:54













    up vote
    0
    down vote










    up vote
    0
    down vote









    I experienced this issue with a local Hyper-V instance on a Windows 10 client while working outside of the office network. In our domain environment, all RDP connections go through an RD Broker. Since I did not have access to the RD Broker, Hyper-V would try to communicate to the RD Broken then fail to connect to the VM's console. I was able to resolve the issue by disabling the RD Proxy to our RD Broker within the registry.



    ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows NTTerminal ServicesUseProxy = 0



    My issue may be unique, but it's worth noting during the troubleshooting process of this console connection issue.



    Also, if your computer and user account are governed by GPO, your registry tweak on "UseProxy" will probably be reverted.






    share|improve this answer












    I experienced this issue with a local Hyper-V instance on a Windows 10 client while working outside of the office network. In our domain environment, all RDP connections go through an RD Broker. Since I did not have access to the RD Broker, Hyper-V would try to communicate to the RD Broken then fail to connect to the VM's console. I was able to resolve the issue by disabling the RD Proxy to our RD Broker within the registry.



    ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows NTTerminal ServicesUseProxy = 0



    My issue may be unique, but it's worth noting during the troubleshooting process of this console connection issue.



    Also, if your computer and user account are governed by GPO, your registry tweak on "UseProxy" will probably be reverted.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 4 '17 at 23:04









    Derek Preston

    1




    1












    • Can you be a little more specific with your detail, consider adding some reference and proof supporting what you state.
      – Pimp Juice IT
      Oct 4 '17 at 23:54


















    • Can you be a little more specific with your detail, consider adding some reference and proof supporting what you state.
      – Pimp Juice IT
      Oct 4 '17 at 23:54
















    Can you be a little more specific with your detail, consider adding some reference and proof supporting what you state.
    – Pimp Juice IT
    Oct 4 '17 at 23:54




    Can you be a little more specific with your detail, consider adding some reference and proof supporting what you state.
    – Pimp Juice IT
    Oct 4 '17 at 23:54












    up vote
    0
    down vote













    I had the same issue initially after I set up a VM yesterday, but got it going after some fiddling around. Unfortunately I can't remember what I did that made the difference though! I think it was related to security. However this morning, after connecting to a different network, it failed again.



    My eventual solution: I turned off the Hyper-V features in "Turn Windows features on or off", restarted, then turned them back on again and restarted again. Now everything works fine. Hopefully it will continue to work when I move networks again - will comment here if it doesn't.






    share|improve this answer

























      up vote
      0
      down vote













      I had the same issue initially after I set up a VM yesterday, but got it going after some fiddling around. Unfortunately I can't remember what I did that made the difference though! I think it was related to security. However this morning, after connecting to a different network, it failed again.



      My eventual solution: I turned off the Hyper-V features in "Turn Windows features on or off", restarted, then turned them back on again and restarted again. Now everything works fine. Hopefully it will continue to work when I move networks again - will comment here if it doesn't.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        I had the same issue initially after I set up a VM yesterday, but got it going after some fiddling around. Unfortunately I can't remember what I did that made the difference though! I think it was related to security. However this morning, after connecting to a different network, it failed again.



        My eventual solution: I turned off the Hyper-V features in "Turn Windows features on or off", restarted, then turned them back on again and restarted again. Now everything works fine. Hopefully it will continue to work when I move networks again - will comment here if it doesn't.






        share|improve this answer












        I had the same issue initially after I set up a VM yesterday, but got it going after some fiddling around. Unfortunately I can't remember what I did that made the difference though! I think it was related to security. However this morning, after connecting to a different network, it failed again.



        My eventual solution: I turned off the Hyper-V features in "Turn Windows features on or off", restarted, then turned them back on again and restarted again. Now everything works fine. Hopefully it will continue to work when I move networks again - will comment here if it doesn't.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 13 '17 at 23:52









        Billious

        1035




        1035






















            up vote
            -1
            down vote













            that works,but I needed to change it a bit.
            ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services



            then i create a new value key UseProxy = 0.






            share|improve this answer

















            • 1




              What works? This looks like it might be a comment about Derek Preston's answer.
              – fixer1234
              Apr 13 at 0:12















            up vote
            -1
            down vote













            that works,but I needed to change it a bit.
            ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services



            then i create a new value key UseProxy = 0.






            share|improve this answer

















            • 1




              What works? This looks like it might be a comment about Derek Preston's answer.
              – fixer1234
              Apr 13 at 0:12













            up vote
            -1
            down vote










            up vote
            -1
            down vote









            that works,but I needed to change it a bit.
            ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services



            then i create a new value key UseProxy = 0.






            share|improve this answer












            that works,but I needed to change it a bit.
            ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services



            then i create a new value key UseProxy = 0.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 12 at 22:51









            Marcos

            11




            11








            • 1




              What works? This looks like it might be a comment about Derek Preston's answer.
              – fixer1234
              Apr 13 at 0:12














            • 1




              What works? This looks like it might be a comment about Derek Preston's answer.
              – fixer1234
              Apr 13 at 0:12








            1




            1




            What works? This looks like it might be a comment about Derek Preston's answer.
            – fixer1234
            Apr 13 at 0:12




            What works? This looks like it might be a comment about Derek Preston's answer.
            – fixer1234
            Apr 13 at 0:12


















             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1045478%2fhyper-v-not-connecting-to-virtual-machine-in-windows-10%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Terni

            A new problem with tex4ht and tikz

            Sun Ra