Tuesday, August 4, 2009

Screen Saver Tab Missing - Display Properties

Windows XP Screen Saver tab is missing from the Display Properties.
This is because of the malware utilizing Group Policy Objects which enforces policies for system settings and/or user account(s) settings. The Group Policy for Hide Screen Saver tab will cause the Screen Saver tab to be removed from Display Properties when enabled.
Group Policies are typically applied at businesses to control access to programs, system properties, and user account settings. For Home users, the Screen Saver tab can be restricted (removed) by enforcing Group Policies but malware on your computer is usually the culprit. If you are a home user and the Screen Saver tab is missing from the Display Properties and looks like the pictures below then there is a good chance the computer you were using is infected with malware.


Manual Steps Using Group Policy Editor
The Group Policy Editor requires Administrative privileges and is only available for Windows XP Professional Edition. Windows XP Home users can use the Windows XP Registry method to remove the Group Policy.

  1. Click Start and then Run.

  2. Type gpedit.msc in the Run dialog box.

  3. Press ENTER on your keyboard.

  4. In the Group Policy Editor navigate to:User Configuration > Administrative Templates > Control Panel > Display

  5. Double-click Hide Screen Saver tab.

  6. Select Not Configured.
    ***If the Screen Saver tab is missing on a per User account basis then the above method will not work, you will need to use the Registry Editor to remove the Group Policy.***

Manual Steps Using Windows XP Registry


  1. Click Start and then Run.

  2. Type regedit.exe in the Run dialog box.

  3. Press ENTER on your keyboard.

  4. Navigate to:HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System
    Right-click NoDispScrSavPage to select Modify.

  5. Change the value to 0.

  6. Navigate to:HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System
    Right-click NoDispScrSavPage to select Modify.

  7. Change the value to 0.

  8. Quit the Registry Editor (Regedit.exe).
    *** You may need to log off then log on to your user account or restart your computer for the changes to take affect.***

Manual Steps Using REG ADD

  1. Open a Command Window.

  2. Type:REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v NoDispScrSavPage /t REG_DWORD /d 0

  3. Press ENTER on your keyboard.

  4. Type:REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v NoDispScrSavPage /t REG_DWORD /d 0
  5. Press ENTER on your keyboard.

  6. Type EXIT and press ENTER on your keyboard.
    ***You may need to log off then log on to your user account or restart your computer for the changes to take affect. ***

No comments:

Post a Comment