Hello,
To configure a video as a screen saver using Active Directory Group Policy (GPO), follow these steps:
Prepare the Video File:
Convert your video to a screensaver file format (.scr). You can use tools like IrfanView or other video-to-screensaver converters.
Create a Shared Network Folder:
Place the .scr file in a shared network folder that is accessible to all users.
Create a New GPO:
Open the Group Policy Management Console (GPMC) on your domain controller.
Right-click on the Organizational Unit (OU) where you want to apply the policy and select “Create a GPO in this domain and Link it here.”
Name the GPO (eg, “Video Screen Saver Policy”).
Edit the GPO:
Right-click the newly created GPO and select “Edit.”
Navigate to User Configuration -> Policies -> Administrative Templates -> Control Panel -> Personalization.
Configure Screen Saver Settings:
Enable the policy “Force specific screen saver” and specify the path to the .scr file (eg, \YourServer\SharedFolder\YourVideo.scr)
Enable the policy “Password protect the screen saver” if required.
Enable the policy “Screen saver timeout” and set the desired timeout period (in seconds).
Deploy the GPO:
Link the GPO to the appropriate OU containing the user accounts.
Run on the client machines to apply the new policy.
“gpupdate /force”
Verify the Configuration:
Log in to a client machine, wait for the specified timeout period, and check if the video screen saver is working correctly.
This setup ensures that all users within the specified OU will have the video screen saver applied automatically. If you encounter any issues, make sure the shared folder permissions are correctly set and that the .scr file is accessible from all client machines.
Please note: Always test in a controlled environment before rolling out to all users.
Best Regards,
Yanhong Liu
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.