Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Destop thinks it is a laptop  (Read 3233 times)

0 Members and 1 Guest are viewing this topic.

manly6262

    Topic Starter


    Greenhorn

    Destop thinks it is a laptop
    « on: December 06, 2010, 09:37:47 AM »
    I can go into PowerOptionsProperties,Power Schemes and it is showing that my desktop is a laptop.Tried to change it one time before but it went back to show it as a laptop?Will not go into hibernation,goes into hibernation but starts back up on its own it will do this until I close it myself   ??? Any help

    Allan

    • Moderator

    • Mastermind
    • Thanked: 1260
    • Experience: Guru
    • OS: Windows 10
    Re: Destop thinks it is a laptop
    « Reply #1 on: December 06, 2010, 09:46:44 AM »
    Please forgive me for asking, but why would you want to put a desktop into Hibernation in the first place.

    manly6262

      Topic Starter


      Greenhorn

      Re: Destop thinks it is a laptop
      « Reply #2 on: December 06, 2010, 12:58:20 PM »
      It use to go into hibernation on its own to save power.I thought they all did this

      jason2074



        Egghead

      • It doesn't matter.
      • Thanked: 224
      • Experience: Beginner
      • OS: Windows 7
      Re: Destop thinks it is a laptop
      « Reply #3 on: December 06, 2010, 10:08:57 PM »
      Quote
      Tried to change it one time before but it went back to show it as a laptop
      If you are going to change Power option properties under Power schemes from Portable/Laptop to a Desktop, make sure to hit Apply.
      Quote
      It use to go into hibernation on its own to save power
      True, only if you enable those features... Windows power options or some in BIOS settings. If your machine is having trouble coming out of hibernation probably for some hardware or system components, then its best not to used it.
      Quote
      I thought they all did this
      Yes. Its a users' option for system loading times out of period of inactivities and saving current state of work   at the same time minimizing power consumption.   

      Sykes



        Beginner

      • Nice Guy :)
      • Thanked: 4
        • Tricks Guide
      • Experience: Beginner
      • OS: Windows XP
      Re: Destop thinks it is a laptop
      « Reply #4 on: December 07, 2010, 12:07:10 AM »
      This is not a solution, but giving direction where you could check for issues:

      *********************************************************

      If you know how to fiddle with registry, check what is your Registry value says

      Note: Playing around with registry can cause OS to stop working. :'(

      The registry settings can be found at "[HKEY_CURRENT_USER\Control Panel\PowerCfg]"

      And the code may look like, just verify everything is there, DO NOT change

      **************************

      Windows Registry Editor Version 5.00

      [HKEY_CURRENT_USER\Control Panel\PowerCfg]
      "CurrentPowerPolicy"="2"            ;Power Scheme (Default="0")
                                          ; "0" = Home/Office Desk
                                          ; "1" = Portable/Laptop
                                          ; "2" = Presentation
                                          ; "3" = Always On
                                          ; "4" = Minimal Power Management
                                          ; "5" = Max Battery

      *******************

      The Advanced and Hibernate options are stored in the following registry key:

      HKEY_CURRENT_USER\Control Panel\PowerCfg\GlobalPowerPolicy\Policies

      ****************************************************************

      This issue could be related to your ACPI driver as well. So reinstall chipset and base drivers first.



      Have a good day

      My Blog: http://www.tricksguide.com/

      Sykes :)

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Destop thinks it is a laptop
      « Reply #5 on: December 07, 2010, 12:31:03 AM »
      Of course, instead of using registry editor one could feasibly- just possibly, if the circumstances were crazy enough to allow it... use the UI features BUILT IN to windows to change them. Like, oh, say the power options dialog mentioned previously.
      I was trying to dereference Null Pointers before it was cool.