• Home
  • Photo Gallery
    • Game Scrnshots
      • Battlefield 2
      • Gmod9->HL2
    • Weather Chaos
      • NorEaster
    • Assorted Pics
      • My Car(s)
      • Food Art
      • Box Art
      • My Hardware
      • Close Art
      • Portraits
      • Senior HS Art
      • Bordum Art
  • Tutorials
    • SSH & Tunnels
      • SSH & Putty
      • SSH & The Shell
    • Game Tips
      • Battlefield 2
    • Hacks
      • itrip
      • Spyware bg
      • ScrnSavr Tab
    • GNU/Linux
      • Hardware
  • Projects
    • CompSci0
      • Simple HTML
      • HTML Frames
      • JavaScript
    • CS108
      • Course Work
    • CP2
      • Course Work
    • Eng102
      • Course Work
    • Modified Games
      • OneSlime
      • OrbitzAD
    • Mods & Maps
      • BF2 MapPack
      • HL2 Coop Mod
    • Game Remakes
      • JezzBall
    • Server List
      • BF2
Missing Screensaver Tab from Display Manager in WinXPPro
Table of Contents
  • Disclaimer
  • Page Overview
  • Intended Audience
  • Symptoms
  • The Fix
Disclaimer

I am not responsible for any mistakes you have made editing the registry. Modifying/deleting/renaming a wrong value in the registry can lead to system failure and headaches. If you do not know what the system registry is then you SHOULD NOT touch the registry. You might want to consider a anti-spyware program such as Ad-Aware SE Personal Please follow the information posted here at your OWN RISK. That said have fun!

Top

Page Overview

In this tutorial I will show how to un-hide your screensaver tab from your Display Manager. I needed to learn how to un-hide the screensaver tab on a corporate machine my father was using since they had it set to hide in their domain policies. It was only needed temporarily. I set it back to the original state since it was that way for a reason (probably security reasons).

Top

Intended Audience

Intermediate/Advanced PC users using the Windows XP Home/Professional Operating Systems that wish to tweak their registry for fun and to just learn.

Top

Symptoms

You go to turn off your screen saver and notice the screen saver tab is missing along with some others. Some companies disable access to these options. In this case its the Screen Saver Tab in Display Manager. With the screen saver enabled you can set a password so when you move the mouse and turn the screen saver off it will lock you out of your computer and prompt for a password. Company sys admins will take extra precautions to lock down thier computers. Disabling access to change the screen saver or remove the password prompt is one of the changes they might make. They do that just in case a employee leaves the computer logged on. Well sometimes the pass prompt can get quite annoying to the employee and sometimes useless if work mostly from home with a work laptop. Here I will focus on enabling yourself to change the screen saver or turn it off completly. The will require you to have LOCAL ADMIN PERMISSIONS to the work computer as we are dealing with registry entries.

Top

The Fix
WARNING: If this is a machine owned by a company that you are attempting to change registry entries it will probably show up in the event log. An admin may see these changes and could result in undesired results. Otherwise if its your own machine I say tweak away!
Backing up your registry:

Its always logical to create a backup of whatever your modifying just in case you screw something up you have something to fall back on instead of making more work for yourself. In this instance its our registry that we need to backup.

Follow these steps for backing up:
  1. Start Regedit by going to start->run and typing regedit in the text box.

  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

  3. Click image to follow backup instructions. Image contains 2 steps.

    Click to enlarge
Applying The Fix:
  1. Start Regedit by going to start->run and typing regedit in the text box.

  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

  3. If there is a "REG_DWORD" Type Name such "NoDispScrSavPage" with a data value of "1" this will DISABLE the screen saver tab from showing in Display Manager. Change the value to 0 or delete it.

  4. Reboot your system to ensure changes will be made.

  5. If you are successful then you should now see the screen saver tab in display manager visible. If not then please create a new thread on my Forums and I'll get back to you.

NOTE: You may also delete the whole "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" Registry Entry. The system SHOULD still function fine without out it.
Top

Copyright George P.S. Mouyios 2009