IT Community - Software Programming, Web Development and Technical Support

Desktop Background Problem

This is a discussion on Desktop Background Problem within the Operating Systems forums, part of the Computer Hardware/Software and Networking category; Hi all, I have a problem in my windows XP desktop. I can't set my desktop background. When i ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Computer Hardware/Software and Networking > Operating Systems

Register FAQ Members List Calendar Mark Forums Read
  2 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 01-09-2008, 01:26 AM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Smile Desktop Background Problem

Hi all,

I have a problem in my windows XP desktop. I can't set my desktop background. When i tried to set through the Display properties, Desktop tab is missing. Can anyone help me in this?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-09-2008, 01:29 AM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: Desktop Background Problem

Have u tried login with another user? If not try login by creating a new user and let me know.. Because desktop tab missing depends on several situations..
__________________
$enthil
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-09-2008, 01:30 AM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Cool Re: Desktop Background Problem

Yes, the tab is missing for all the user accounts...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-09-2008, 01:32 AM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: Desktop Background Problem

Then, you have to change in the group policy...

Manual Steps Using Group Policy Editor

NOTE: 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 restriction.

Quote:
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 Desktop tab.
6. Select Not Configured.
NOTE: If the Desktop 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.

You may need to logoff or restart the system to take effect
__________________
$enthil

Last edited by $enthil : 01-09-2008 at 01:34 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-09-2008, 01:36 AM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Cool Re: Desktop Background Problem

Now also its not working.. Am facing the same issue..

let me try with the other scenarios, can you tell me that too?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-09-2008, 01:38 AM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: Desktop Background Problem

Yeah.. sure.. Try changing the registry values

Manual Steps Using Windows XP Registry


Quote:
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\Pol icies\System
5. Right-click NoDispBackgroundPage to select Modify.
6. Change the value to 0.
7. Navigate to:

HKLM\Software\Microsoft\Windows\CurrentVersion\Pol icies\System
8. Right-click NoDispBackgroundPage to select Modify.
9. Change the value to 0.
10. Quit the Registry Editor (Regedit.exe).
NOTE: You may need to log off then log on to your user account or restart your computer for the changes to take affect.
__________________
$enthil
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-09-2008, 01:40 AM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Cool Re: Desktop Background Problem

yeay.. thanks yaar.. its working now..

Is there any other method to solve this issue?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-09-2008, 01:43 AM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: Desktop Background Problem

Daaamn... These are the other methods...

Suppose if the HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System does not exists in the registry, you have to add it manually...

Manual Steps Using REG ADD

Quote:
1. Open a Command Window.
2. Type REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System" /v NoDispBackgroundPage /t REG_DWORD /d 0
3. Press ENTER on your keyboard.
4. Type REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Po licies\System" /v NoDispBackgroundPage /t REG_DWORD /d 0
5. Press ENTER on your keyboard.
6. Type EXIT and press ENTER on your keyboard.
NOTE: You may need to log off then log on to your user account or restart your computer for the changes to take affect.
__________________
$enthil
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-09-2008, 09:45 PM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: Desktop Background Problem

Hey dude.. I found an automated method to fix this issue

Quote:
Automated Fix Using an Registration File

1. Download DsktpTb.Show.zip to a folder on your hard drive.
2. Extract the zip file to a folder to get the file DsktpTb.Show.reg
2. Right-click DsktpTb.Show.reg to select Merge.
3. Now the registration entries are added for you.
Attached Files
File Type: zip DsktpTb.Show.zip (519 Bytes, 1 views)
__________________
$enthil
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-10-2008, 09:23 PM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Cool Re: Desktop Background Problem

I face the same problem in my office PC, i tried all your methods. But still am facing the same problem, desktop tab missing in display properties. I solved this in my home PC, Why this is happening, How to solve this issue?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 01-10-2008, 09:25 PM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: Desktop Background Problem

This may happen because of some malware. Have u tried creating a new user for ur office PC?
__________________
$enthil

Last edited by $enthil : 01-10-2008 at 09:29 PM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 01-10-2008, 09:27 PM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Cool Re: Desktop Background Problem

Yes.. i created a new user and now the desktop tab is available.. Thanks for ur help...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 01-10-2008, 09:30 PM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: Desktop Background Problem

Better you delete your old login in which the desktop tab is missing.. This may affect the new login account..
__________________
$enthil
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 01-10-2008, 09:34 PM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Cool Re: Desktop Background Problem

Ya.. i did it.. Thanks dude...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/operating-systems/4940-desktop-background-problem.html
Posted By For Type Date
Seo tips » Desktop Background Problem - DiscussWeb IT Community - Technical Support and Technology Discussions This thread Pingback 01-09-2008 04:10 AM
Affiliate marketing » Desktop Background Problem - DiscussWeb IT Community - Technical Support and Technology Discussions This thread Pingback 01-09-2008 02:45 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
To change the BackGround Color of Submenus without using CSS kingmaker HTML, CSS and Javascript Coding Techniques 1 01-20-2008 09:20 PM
Info on background process in PHP sivaramakrishnan PHP Programming 4 08-14-2007 09:22 AM
Can we capture the desktop background image programatically using c#? mobilegeek C# Programming 1 07-20-2007 01:10 AM
Background Music in html Arun HTML, CSS and Javascript Coding Techniques 2 07-13-2007 01:49 AM
Background Check Search allenhan Advertising Sales and Affiliate Programs 0 06-28-2007 06:47 PM


All times are GMT -7. The time now is 03:14 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0