Hello Readers! Welcome to the very first post of this 2021 year!♥
This time we will learn how to change the screen timeout setting on our managed devices in Microsoft Endpoint Manager. Have you ever created a Custom profile for Windows 10 devices? Let’s see …
First let’s check our current configuration,
Tap the Windows icon and search Change Screen Saver. Verify the wait time that is given in minutes, in our test machine appears as below:
Where should we change the setting when it is not available in the Intune GUI?
As part of the mobile device management (MDM) solution, there could be different custom settings you can control on Windows 10 and newer devices that aren’t built-in to Intune.
Windows 10 makes many Configuration Service Provider (CSP) settings available, you can find more information here: Policy Configuration Service Provider (Policy CSP.
So, let’s create the Configuration Profile that will help us update the desired setting.
Follow the steps below:
- Sign in to the Microsoft Endpoint Manager admin center.
- Select Devices > Configuration profiles > Create profile.
- Enter the following properties:
- Platform:
- Windows 10 and later
- Profile: Select Custom.
- Platform:
- Select Create.
- In Basics, enter the following properties:
- Name: Windows10_ScreenSaverSetting
- Description: Policy to change Screen Saver setting
- Select Next.
- In Configuration settings click Add and fill with the following parameters:
- Name: ScreenSaverSetting
- Description: Update the Screen Saver Setting
- OMA-URI: ./Device/Vendor/MSFT/Policy/Config/DeviceLock/MaxInactivityTimeDeviceLock
- Data Type: Select Integer
- Value: 15 (Time given in minutes)
- Select Next.
- In Scope tags (optional), assign a tag to filter the profile to specific IT groups. Select Next.
- In Assignments, select the users or groups that will receive your profile. Select Next.
- In Review + create, review your settings. When you select Create, your changes are saved, and the profile is assigned. The policy is also shown in the profiles list.
To see the change inmediately you can sync the device from Settings or just wait a couple of minutes. Then, open the Screen Saver Setting and verify the results;
Do not forget to test it on your managed devices and let me know your results!♥
Any suggestions for when the change does not seem to consistently work? For example on my machine, my setting updates to 5 mins as I configured, but then when I test it takes 8-9 minutes for my screen saver to pop (it never seems to be exactly the same).
Based on your verbiage above, I’m assuming the targeted assignments should be user groups and not device groups?
LikeLike
Hi..
I tried the above mentioned but however the registry under HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\DeviceLock does change for MaxInactivityTimeDeviceLock
But the wait time in your screenshot doesn’t change.
Need to know how to do that?
LikeLike
Hi Zahid,
Thank you for your comment, so If I understood correctly, the property is not being updated?
LikeLike
Yes. The highlighted value in the last screenshot in this post doesn’t get updated.
LikeLike
Did you check if the profile was applied correctly? Do you see any log messages there?
LikeLike
Yes it is being applied correctly. the value gets changed in the registry.
LikeLike