Windows 10 Power management Preference mode using SCCM
Question
Hello Team,
Need one help to configure No Screen lock policy using SCCM for specific Win10 devices. Is there any way to create package in SCCM, In the package we can configure default power settings after that user can change as per requirement.
We have configure the below settings through Customized peak (ConfigMgr) but it enforce mode.
Setting | Plugged in | Battery |
Require a password on wakeup | Yes | Yes |
Turn off hard disk after: | Never | Never |
Sleep after: | Never | After 15 minutes |
Allow hybrid sleep: | Off | Off |
Hibernate after: | Never | After 30 minutes |
Lid close action: | Do nothing | Do nothing |
Power button action: | Shutdown | Shutdown |
Start menu power button: | Hibernate | Hibernate |
Link state power management: | Disabled | Maximum power settings |
Minimum processor state: | 5% | 5% |
Maximum processor state: | 100% | 100% |
Turn off display after: | After 30 minutes | After 10 minutes |
Adaptive display: | On | On |
Critical battery action: | Hibernate | Hibernate |
Low battery level: | 10% | 10% |
Critical battery level: | 5% | 5% |
Low battery notification: | On | On |
Low battery action: | Do nothing | Do nothing |
Answers ( 2 )
Hello Amit, You can configure the value based on your settings in powershell scripts shared by Anoop.
– As well you can collect the information for every settings and prepare a single scripts or you can go with Registry for each settings and merge in single reg file. A lot of open options based on your environment, Apply it through SCCM | MEMCM.
Reference link – https://www.tenforums.com/tutorials/11129-turn-off-require-sign-wakeup-windows-10-a.html#option2
Hello – You can deploy PowerShell script mentioned below using SCCM Configuration Item options to deploy
Feel free to change the values accordingly :
https://mickitblog.blogspot.com/2016/08/powershell-configuring-power-settings.html