Windows Registry Editor Version 5.00

;Author: William Crawford, MS-MVP
;http://www.lprf.ca
;Created: June 17, 2007
;
;Show the Screen saver tab in Display Properties for Current User and Local Machine
;Tested on All Versions of Windows XP
;
:Show the Screen Saver tab for Current User logged in
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispScrSavPage"=dword:00000000

:Show the Screen Saver tab for the LOcal Machine
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispScrSavPage"=dword:00000000

