The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Lesson Learned - Hyper-V and Razor Blade 2014

    Discussion in 'Razer' started by Pu239, May 15, 2014.

  1. Pu239

    Pu239 Notebook Enthusiast

    Reputations:
    0
    Messages:
    32
    Likes Received:
    6
    Trophy Points:
    16
    Hi, I figured I'd post this up since I just went through this trip and I hope to spare someone else the grief I just went through.

    So I installed all my usual stuff, Elder Scrolls Online, visual studio, office, and when I was done I started up ESO and the NVidia 870 card wasn't working anymore. (ESO plays like crap on the intel graphics, incase anybody was wondering). I messed with the drivers, reinstalled, installed the NVidia beta drivers, intel's etc. I then started over and went through bit by bit and watched to see what failed. Luckily, I kind of suspected hyper-v of being the problem and I started there and sure enough, it was the culprit. (Honestly, feel a little stupid that I didn't suspect it before I started over...but it was a long day at work and I was kind of pissed I had to deal with this at all...so give a guy a break)...

    The symptom of this problem, if you come across it, is:
    1. Nvidia control panel crashes on start
    2. Games obviously slow
    3. Desktop right click menu doesn't have NVidia option anymore.

    Solution: Uninstall hyper-v. If you really need hyper v...think azure, or amazon, or just use another server like I'm going to have to do. If somebody knows how to get around thi

    I hope this helps someone.
     
  2. TheSmudge

    TheSmudge Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    2
    Trophy Points:
    6
    eek, I think I am right there with you. I installed win 8.1 pro and then vs2013. Same problem, how do you uninstall hyper-v?
     
  3. Pu239

    Pu239 Notebook Enthusiast

    Reputations:
    0
    Messages:
    32
    Likes Received:
    6
    Trophy Points:
    16
    Add remove programs and turn off windows features. Just uncheck hyper-v. It will reboot and you should be golden. I think its the windows 8 phone SDK that does it since it needs it.
     
  4. CrazyTasty

    CrazyTasty Notebook Consultant

    Reputations:
    13
    Messages:
    129
    Likes Received:
    21
    Trophy Points:
    31
    Hmm. Until now, I didn't even know there was a standalone version of Hyper-V.
     
  5. Pu239

    Pu239 Notebook Enthusiast

    Reputations:
    0
    Messages:
    32
    Likes Received:
    6
    Trophy Points:
    16
    Yeah comes with 8.1 pro and 2012 r2. Its very useful and the gen 2 stuff is nice. Use it all time for development.
     
  6. Pu239

    Pu239 Notebook Enthusiast

    Reputations:
    0
    Messages:
    32
    Likes Received:
    6
    Trophy Points:
    16
    Oh, and fair warning about restoring the laptop... once you push restore, it restores. Wipes everything out and there are no options or confirmations like 'are you sure?'... it just 'does'.... just a heads up. Probably should create a thread for that..
     
  7. TheSmudge

    TheSmudge Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    2
    Trophy Points:
    6
    ok, I found out. It is a turn features on/off windows option to disable hyper-v. I turned that off, rebooted and things are back to normal. I am extremely happy to have saw your original post. I had uninstalled, reinstalled drivers including latest beta from NVidia. Was about to consider full system restore which would have been pain. Anyway your post was much appreciated!

    Now we just need to figure out how hyper-v can coexist with NVidia. otherwise it would be major hassle to turn it on to work (writing windows phone apps) and then off for fun and games.
     
  8. Pu239

    Pu239 Notebook Enthusiast

    Reputations:
    0
    Messages:
    32
    Likes Received:
    6
    Trophy Points:
    16
    I'm glad to have helped, I only wish I figured it out before doing the restore.... but I was so irritated from waiting a month and a half and having to deal with this that I 'rage' restored it.
     
  9. TheSmudge

    TheSmudge Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    2
    Trophy Points:
    6
    Yeah I hear ya. I mean I was just minutes away from doing the restore. happened to check forum one last time.
     
  10. mmalek

    mmalek Notebook Enthusiast

    Reputations:
    0
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    6
    I had the same problem, I went through an entire system restore and checked the Video 870m element in Device manager after each, I found that VS2013 Windows Phone SDK- Hyper-V was the culprit. It does not play well with the current Optimus drivers I suspect. The method posted earlier works well- I am using the below method-

    Bring up a cmd prompt with administrator Privileges- (or Create a cmd script with the below line)

    To turn off Hyper-V
    bcdedit /set hypervisorlaunchtype off

    To turn on Hyper-V
    bcdedit /set hypervisorlaunchtype auto

    Requires a reboot but allows you to run the Windows Phone emulator then go back to gaming mode later.

    If anyone researches a more updated Optimus driver, or GPU driver that allows Optimus to work with Hyper-V, please post! :)
     
  11. bmanonek

    bmanonek Notebook Enthusiast

    Reputations:
    0
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    5
    So hyper-v installs itself? Is that what happened?
     
  12. KillerFry

    KillerFry Notebook Consultant

    Reputations:
    22
    Messages:
    162
    Likes Received:
    25
    Trophy Points:
    41
    This is weird. I just installed Visual Studio 2013 - the whole thing, including Windows Phone 8 SDK -, and even installed the XNA Game Studio 4 thingie that I use in some solutions, and I haven't experienced this problem.

    I am using the nvidia 337.50 beta drivers, though. I don't know if that has anything to do with anything.
     
  13. Pu239

    Pu239 Notebook Enthusiast

    Reputations:
    0
    Messages:
    32
    Likes Received:
    6
    Trophy Points:
    16
    If you install visual studio with the windows 8 SDK, it enables hyper-v.


    I tried the beta driver and had the same problem. Not sure how its working for you. You verify hyper-v is enabled and the card is working correctly?
     
  14. KillerFry

    KillerFry Notebook Consultant

    Reputations:
    22
    Messages:
    162
    Likes Received:
    25
    Trophy Points:
    41
    Hmm... it's not showing in Windows Features. Maybe I have it disabled in the BIOS, heh.
     
  15. Pu239

    Pu239 Notebook Enthusiast

    Reputations:
    0
    Messages:
    32
    Likes Received:
    6
    Trophy Points:
    16
    there isn't an option in the bios. I think you only get hyper-v with 8.1 Pro so I'm guessing you didn't upgrade to pro.
     
  16. KillerFry

    KillerFry Notebook Consultant

    Reputations:
    22
    Messages:
    162
    Likes Received:
    25
    Trophy Points:
    41
    Oh, yeah, that's right. Non-Pro 8.1 here. My bad!
     
  17. freealloc

    freealloc Notebook Enthusiast

    Reputations:
    0
    Messages:
    11
    Likes Received:
    3
    Trophy Points:
    6
    This is just a shot in the dark, but is VT-d enabled? That might some things off when trying to access the NVIDIA if something isn't configured properly.
     
  18. IKAS V

    IKAS V Notebook Prophet

    Reputations:
    1,073
    Messages:
    6,171
    Likes Received:
    535
    Trophy Points:
    281
    Does disabling Hyper V improve performance in gaming?
    It's a mixed bag out there some say yes, some no .
    I don't think I will ever use it anyway.
    Any quick guide on how to disable?
     
  19. TheSmudge

    TheSmudge Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    2
    Trophy Points:
    6
    Well, if your games are running great because the GPU is being used then you know hyper-v is turned off. But to be sure, you can go to "Programs and Features" within Control Panel. Then from there select "Turn Windows features on or off". In the pop up box you will see Hyper-V, it will be either checked or not. Switching this requires a reboot.
     
  20. TheSmudge

    TheSmudge Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    2
    Trophy Points:
    6
    Note to those with this problem. Latest Nvidia driver resolves this, no more need to disable/enable.