CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 1999
    Location
    North Sydney, NS
    Posts
    445

    Help a novice with disabled display properties in XP

    I'm running XP and I don't know what I'm doing. I'm trying to change the background graphic but the display properties desktop features are all disabled. As far as I can tell the account I'm using an administrator. Anybody know what I'm missing here?
    I know how to build. What to build is a completely different story.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Help a novice with disabled display properties in XP

    Could you please provide some more information? How do you know that they are disabled? Do the controls just not show up? Is there an error message? Is your operating system up to date with patches?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Nov 2005
    Location
    Omaha, Nebraska, USA
    Posts
    696

    Re: Help a novice with disabled display properties in XP

    You can look in your registry.

    HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ ActiveDesktop

    If there is a key called NoChangingWallpaper, it's likely set to 1, which means you can't change your wallpaper. Set it to 0 and you should be able to change it again.

  4. #4
    Join Date
    Feb 2006
    Posts
    1

    Re: Help a novice with disabled display properties in XP

    How do you look into the registry? basically how do you get there to view what you have written?

    Thanks,
    Another Troubled XP User!

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    Re: Help a novice with disabled display properties in XP

    Quote Originally Posted by GYAENT
    How do you look into the registry? basically how do you get there to view what you have written?
    You should have started a new thread. Anyway, run regedit.exe or regedt32.exe. You can type this from the run box.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured