How to create and deploy .scr screensaver

Zane BC 100 Reputation points
2023-12-07T16:11:56.5366667+00:00

Hi experts,

How can I create and deploy a .scr screensaver via Intune or SCCM?

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
838 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,729 questions
Microsoft Configuration Manager
{count} votes

Accepted answer
  1. JatinMakhija 956 Reputation points
    2023-12-07T16:51:17.0533333+00:00

    I have created a detailed blog post on this, If you refer to this step-by-step guide, you should be able to Enable Screen Saver on a Windows device using Intune: https://cloudinfra.net/how-to-enable-screen-saver-on-windows-using-intune/. Hope this helps. Feel free to let me know if there are any queries.

    ---If the response is helpful, please click "Accept Answer" and upvote it.---

    2 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Simon Ren-MSFT 30,496 Reputation points Microsoft Vendor
    2023-12-08T01:44:36.2433333+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    1,Similar thread for your reference: Creating a .scr for Personalization?

    You can use third party tool to create a .scr slideshow, then deploy it via Intune in step 2.

    2,Please pay attention to the setting "Force specific screen saver" under Windows 10 and later platform\Templates\Administrative Template\User Configuration In Intune. It is suggested to save your photos in %Systemroot%\System32 directory (usually is C:\Windows\System32) and then type the name of the file that contains the screen saver. And this setting is available in User type, so please assign this configuration profile to a user group. As shown below:

    Or Policy CSP: CPL_Personalization_SetScreenSaver

    Also you can try this:

    Intune_ScreenSaver

    https://github.com/Dbester/Intune_ScreenSaver

    Thanks for your time. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Topaz George 0 Reputation points
    2024-04-08T02:19:17.31+00:00

    When deploying a screensaver using Microsoft Intune, there are several approaches you can take:

    Enable Screen Saver using Configuration Profiles (Per user): You can create a configuration profile in Intune to enable the screen saver on Windows 11 and 10 devices. This allows you to apply a specific screen saver, especially useful for organizations that prefer branded screensavers with company logos and information.

    Preinstalled Screensavers: Both Windows 10 and Windows 11 come with preinstalled screensavers, which are located in the C:\ Windows\System32 folder. You can use one of these preinstalled screensavers or a custom one made for your organization. Ensure the screen saver file is copied to the appropriate location before applying it via Intune. In your case, you can use the image slideshow screensaver to good effect.

    Device Restriction Policy (entire device):

    Configure the desktop wallpaper using a Device Restriction policy in Intune. [This approach allows you to set the wallpaper for Windows devices. Click here to read more.

    As a Win32 APP (Installed for device, triggered per user):

    Create silent installers using the Personalization Packager to deploy Desktop Backgrounds, Outlook Signatures, and MP4 videos as Windows Screensavers. Install multiple packages side-by-side and start/stop personalization campaigns based on a schedule.

    0 comments No comments