Disable fast startup from an Administrative template profile

Jonathan Wyns 1 Reputation point
2022-08-31T05:32:43.447+00:00

Hello,

In Intune I have create a configuration profile based on an Administrative template profile.
In the computer configuration list I have disable the setting "Require use of fast startup".

The configuration profile is assigned to a group who have a device has member.

The device status of the profile indicate that the policy is successfully applied.
But the fast startup is still enabled on the device.

For testing I also have enable the setting "Show hibernate in the power options menu" and the setting applied correctly on the device.

What is going wrong ?
Does I miss interpreting the setting "Require use of fast startup" ?

Thx

Jonathan

Microsoft Security | Intune | Configuration
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 13,336 Reputation points MVP
    2022-08-31T05:41:19.38+00:00

    You are absolutelly right, using GPO or Intune admx templates will not disable startup, they will only enable it or set to not to configure. To disable Fast startup, you will need to alter registery, basically this:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power.
    HiberbootEnabled (DWORD (32 bit))
    HiberbootEnabled 0

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.