Thursday, February 12, 2009

Enable the Screen Saver Tab in Display Properties

Group policy can be used to hide the Screen Saver tab in Windows XP Professional. If you have access to the Windows Registry you can override this policy setting by changing the following registry value:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\NoDispScrSavPage

REG_DWORD = 1

change to:

REG_DWORD = 0