Results 1 to 6 of 6

Thread: Group Policy to remove Hibernate and Sleep from the start menu

  1. #1
    Join Date
    Jul 2010
    Posts
    75

    Group Policy to remove Hibernate and Sleep from the start menu

    Hi guys ! I have been searching for the past week to properly make disable the hibernate and sleep buttons element from the start menu for my users. I am working with the Server 2008 R2 and Windows 7 running clients. From what I have been getting , it was the problem associated with the server 2003 too. It is sure that there is an easy group policy somewhere for this in 08R2 ? Any suggestion would be appreciated !

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Re: Group Policy to remove Hibernate and Sleep from the start menu

    The below suggested, two ways of Group Policy are for your reference:

    1.For startup scripts, please go through the following things :

    To save the registry below as power.reg file :

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab]
    "ACSettingIndex"=dword:00000000


    And then save the .bat defined as follows as a startup scripts

    regedit /C /S power.reg
    powercfg -h off
    There is another way as GUI method and you also can go for that ...

  3. #3
    Join Date
    Apr 2008
    Posts
    3,339

    Re: Group Policy to remove Hibernate and Sleep from the start menu

    According to me, you are looking for this configuration :

    You have to just configure the default action of the power button on the Start menu. If you are able to activate this configuration, the Start Menu will configure up the power button to the selection action, and not allow the user configire this activities.

    If you configure up the button to either Sleep or Hibernate, and that state is not compatiblew with the system, then the button will fall back to Shut Down.

    If you will make it disable or do not reset this configurtation , the Start Menu power button will be configured with the Shut Down automatically and the user can configurt this setting for different action."

    It's found here: User configuration => policies => Administrative templates... -> Start menu and taskbar: "Change start menu power button".

  4. #4
    Join Date
    Apr 2008
    Posts
    2,276

    Re: Group Policy to remove Hibernate and Sleep from the start menu

    For making disable the sleep selection onto the start menu:
    You have to generate the registry key following if it does not already in the same location: HKLM\Software\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab

    Generate the Dword "ACSettingIndex" and configure the value with the 0


    For making disable the hibernation action, you have to do the following :

    At an elevated cmd prompt type - "powercfg -h off"

  5. #5
    Join Date
    Apr 2008
    Posts
    2,366

    Re: Group Policy to remove Hibernate and Sleep from the start menu

    The following stated policy which I had already got and configure to Logoff. So that is not feasible to solve my problems.

    User configuration => policies => administrative templates... => start menu and taskbar: "Change start menu power button".

    After all, the following policy it assumes as you are able to only redirect the physical sleep buttons on the desktop/laptop to 'take no action'. This policy doesn't have influence upon the configuration of start menu.
    =>computer configuration => policies=> administrative templates... => system => power management => button setting...

  6. #6
    Join Date
    Aug 2010
    Posts
    24

    Re: Group Policy to remove Hibernate and Sleep from the start menu

    It only seems to feasible for us when an administrative user enter into the system to make some advance changes , even though the preferences are configured within the computer configuration. The following is logged in the event log when a some non- admin user logs in

    "The user shutdown preference components group policy object did not implemented because it got failed with the error code 0x80070005 Access is denied" .. Any suggestions would be great for me...

Similar Threads

  1. Remove admin restrictions and group policy
    By HieDieppe in forum Networking & Security
    Replies: 1
    Last Post: 02-02-2012, 11:45 PM
  2. Replies: 2
    Last Post: 17-04-2009, 07:55 PM
  3. Group Policy - Start/stop specified service....
    By prash_mate in forum Active Directory
    Replies: 1
    Last Post: 31-10-2008, 06:24 PM
  4. Replies: 2
    Last Post: 27-06-2008, 07:58 PM
  5. Group Policy to remove language bar?
    By Rachel G in forum Small Business Server
    Replies: 2
    Last Post: 10-10-2006, 06:41 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,621,202.15980 seconds with 17 queries