![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Windows 2000 Pro / NT Workstation Support Find support for Windows 2000 Pro / NT Workstation here |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2004
Posts: 47
OS: 98/XP/Linux
|
Desktop Tab Missing from Display Properties
This computer was infected with something. It has a BSOD image for the desktop image now. I went to change the desktop image and the Desktop tab is missing off of the Display Properties box.
Anyone got any idea how I can get it back? Thanks. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Henry
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX
|
Have you cleaned your comp? Look to my sig for the proggies (although it doesn't have Hijack This)
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart) John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy |
|
|
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
OS:
|
Missing tabs mean there is a windows corruption that has been generated by whatever reason. My suggestion would be to do a repair installation of the operating system. It brings missing tabs back. Make sure your OS is clean before performing the repair tho. This website would be a good guide. http://www.michaelstevenstech.com/XPrepairinstall.htm
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Dec 2007
Posts: 1
OS: XP SP2 Pro
|
Re: Desktop Tab Missing from Display Properties
Most likely your Group Policy has been changed
Run: "gpedit.msc" Navigate to | User Configuration | Administrative Templates | Windows Components | Windows Explorer In the right pane, double click on Turn On Classic Shell Set the radio button to Not Configured then click OK This should work for Home Ed |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Dec 2008
Posts: 1
OS: Win XP
|
Re: Desktop Tab Missing from Display Properties
I had this problem myself. I tried all kinds of fixes, the only one that worked was this one. Copy this code to a Notepad document then rename it to Display.vbs. Thanks Rameesh!
'Restores missing tabs in the Display properties 'For use with Windows® XP only. 'Created on May 09, 2006 '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ' Homepage: http://windowsxp.mvps.org ' Copyright © 2006, Ramesh Srinivasan '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Option Explicit Dim WshShell, basekey,basekey2, rtn Set WshShell = CreateObject("WScript.Shell") basekey="HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\" Task1 basekey="HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\" Task1 basekey2="HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\" Task2 basekey2="HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\" Task2 Sub Task1() On Error Resume Next rtn = WshShell.Regdelete (basekey & "NoDispCPL") rtn = WshShell.Regdelete (basekey & "NoDispAppearancePage") rtn = WshShell.Regdelete (basekey & "NoDispBackgroundPage") rtn = WshShell.Regdelete (basekey & "NoDispScrSavPage") rtn = WshShell.Regdelete (basekey & "NoDispSettingsPage") On Error Goto 0 End Sub Sub Task2() On Error Resume Next rtn = WshShell.Regdelete (basekey2 & "NoThemesTab") rtn = WshShell.Regdelete (basekey2 & "ClassicShell") rtn = WshShell.Regdelete (basekey2 & "NoChangingWallPaper") rtn = WshShell.Regdelete (basekey2 & "ForceActiveDesktopOn") rtn = WshShell.Regdelete (basekey2 & "NoActiveDesktop") rtn = WshShell.Regdelete (basekey2 & "NoWebView") On Error Goto 0 End Sub Wshshell.RUN ("regsvr32.exe shell32.dll -i -s") Wshshell.RUN ("regsvr32.exe themeui.dll -s") Msgbox "Done" Set WshShell = Nothing |
|
|
|
![]() |
| Thread Tools | |
|
|