Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

Screen savers may sound old-school, but in enterprise environments they remain an important part of security and compliance. Many organizations still require screen savers to activate after a short idle period to prevent unauthorized access when users leave their desks.
Windows Server 2025 makes it straigh tforward to centrally configure and deploy screen saver policies to all domain users using Group Policy. In this article, you’ll learn how to create, configure, and deploy screen savers including custom ones—to your domain environment.
Using Group Policy provides:
Before starting, ensure the following:
If you want to use Windows built-in screen savers such as:
scrnsave.scr (Blank)Mystify.scrRibbons.scrBubbles.scrPhotoScreensaver.scr…you can skip this step.
.scr file from your designer or convert an animation/video into a screen saver using third-party tools..scr file to a shared network folder.Recommended location example:
\\DC01\CorpScreensaver\YourCompany.scr
This shared path will be used in the GPO configuration.
(Screenshot Suggestion: Highlight “Group Policy Management” in Server Manager’s Tools list.)
(Screenshot Suggestion: Create new GPO window with policy name typed.)
Right-click the new GPO → Edit.
Navigate to:
User Configuration
└── Policies
└── Administrative Templates
└── Control Panel
└── Personalization
You will configure four main settings here.
Examples:
Built-in screensaver:
scrnsave.scr
Custom screensaver from file share:
\\DC01\CorpScreensaver\YourCompany.scr
⚠ Important: If using a custom .scr, ensure the file is accessible and executable by all domain users.
(Screenshot Suggestions: A series of images showing each policy being enabled and configurations filled in.)
(Screenshot Suggestion: Linking the GPO to a specific OU.)
On a domain-joined Windows 10/11 client:
gpupdate /force
Control Panel → Personalization → Lock Screen → Screen saver settings
End users will notice:
(Screenshot Suggestion: Screen saver settings page showing “Managed by your organization.”)
If you use a custom .scr, make sure it is placed locally in:
C:\Windows\System32\
Create a batch file:
copy \\DC01\CorpScreensaver\YourCompany.scr C:\Windows\System32\ /Y
Apply it in:
Computer Configuration → Policies → Windows Settings → Scripts → Startup
Computer Configuration
└── Preferences
└── Windows Settings
└── Files
Right-click → New → File.
Source:
\\DC01\CorpScreensaver\YourCompany.scr
Destination:
C:\Windows\System32\YourCompany.scr
Deploying a screen saver policy using Group Policy in Windows Server 2025 is a simple yet effective way to enforce security and standardization across your domain. With the steps above, you can configure built-in or custom screen savers, enforce password protection, and centrally manage user experience across your organization.