You can restrict or prevent Users from changing the Screensaver in Windows 11/10/8/7 by editing the Registry or changing Group Policy Editor settings. If you do not like the idea of allowing anyone to change the screensaver of your Desktop, a simple setting will help you prevent the Screen Saver dialog from opening in the Personalization or Display Control Panel.
If you are running the Pro or Business editions of Windows, you can use the Group Policy Editor. But if you are using a Home edition of Windows, you will have to do is edit the Registry. Let us see how to do it.
Prevent Users from changing the Screensaver
Using Windows Registry
Open the Registry Editor by hitting Start and typing “Regedit.” Now, in the Registry Editor, use the left sidebar to navigate to the following registry key for disabling screen saver settings for the currently logged in user:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
If you would like to disable screen saver settings for all users of the same PC at once, navigate to this key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies
Apart from the hive, everything about those two locations is the same. The basic difference between the two is while items in HKEY_LOCAL_MACHINE
apply to all users, items in HKEY_CURRENT_USER
apply only to the currently logged-in user.
Once there, look for “System” entry under the Policies key. If you do not find, you’ll need to create one. To do so, simply right-click the Policies key and choose New > Key. Name the new key “System.”
Create a new value inside the System key by right-clicking in the right side and choosing New > DWORD (32-bit) Value. Name the new value as “NoDispScrSavPage”.
Thereafter, double-click the new value to open its properties window and change the value from 0 to 1 in the “Value data” box.
Click “OK” and close the Registry Editor.
Using Group Policy Editor
Run gpedit.msc to open the Local Group Policy Editor and navigate to the following setting:
User Configuration > Administrative Templates > Control Panel > Personalization.
On the right side, double-click the Prevent changing screen saver setting to open its Properties window.
Select Enabled, click Apply and exit.
It prevents the Screen Saver dialog from opening in the Personalization or Display Control Panel.
This setting prevents users from using Control Panel to add, configure, or change the screen saver on the computer. It does not prevent a screen saver from running.
That’s it! The changes made by you can also be reversed. Try this and let us know if the method works for you.
TIP: Points 4 & 5 of this post will show you how to prevent changing your Desktop background wallpaper.