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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Microsoft Support > Windows 2000 Pro / NT Workstation Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows 2000 Pro / NT Workstation Support Find support for Windows 2000 Pro / NT Workstation here

Reply
 
LinkBack Thread Tools
Old 09-29-2005, 05:36 PM   #1 (permalink)
Registered User
 
personal_tek's Avatar
 
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.
personal_tek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 09-29-2005, 06:06 PM   #2 (permalink)
Henry
 
Spatcher's Avatar
 
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
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-30-2005, 10:11 AM   #3 (permalink)
PurpleSky
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
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-01-2007, 10:55 PM   #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
Haufbraudrinker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-10-2008, 03:34 PM   #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
dlstoehner is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 09:57 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85