less than 1 minute read

1. Introduction

One of my clients want to deploy screen saver files and deploy automatically using intune. So the task is:

  1. Deploy screen saver(.scr) file to the specific path using Intune
  2. Configure the screen saver profile using the deployed scr file.

2. Packing the .scr and .cmd

See referrence 1 and the microsoft github address is: https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool

3. Deploy the file using .intunewin file

3. Configuration Profile - Activation SCR

4. Notice

The activation of the screen saver time out have to be less than the power off time.

Referrence

  1. https://petervanderwoude.nl/post/deploy-customized-win32-apps-via-microsoft-intune/

Updated:

Leave a comment