1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Properties On Desktop Wont Open

Discussion in 'Windows XP' started by ieatcrayons48, 2006/09/15.

  1. 2006/09/15
    ieatcrayons48

    ieatcrayons48 Inactive Thread Starter

    Joined:
    2006/09/15
    Messages:
    2
    Likes Received:
    0
    for some reason lately when i right click and click on properties like if i wanted to change the wallpaper the box doesent come up. even when i go to control panel and click on change the computers theme it still wont open anything.:confused:

    can someone please help me on how to solve this or if there is an alternet way?
     
  2. 2006/09/16
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Right-click a blank area of the desktop, New, Text Document.

    Now: Copy/paste the entire string below into the Notepad session. This is easier than you think as I included a blank line. (Highlight to edge of screen right and then down one line (above the arrow), right-click, Copy)

    Code:
    <?xml version= "1.0" encoding= "UTF-8" standalone= "yes "?> <assembly xmlns= "urn:schemas-microsoft-com:asm.v1" manifestVersion= "1.0 "> <assemblyIdentity processorArchitecture= "*" version= "5.1.0.0" type= "win32" name= "Microsoft.Windows.Shell.shell32 "/> <description>Windows Shell</description> <dependency> <dependentAssembly> <assemblyIdentity type= "win32" name= "Microsoft.Windows.Common-Controls" version= "6.0.0.0" publicKeyToken= "6595b64144ccf1df" language= "*" processorArchitecture= "*" /> </dependentAssembly> </dependency> </assembly>
    
    
    Save the file by doing File, Save as.., and typing exactly:

    C:\Windows\WindowsShell.Manifest

    Reboot and test.

    ===============================

    Note, the above when copied into Notepad will look something like this:

     

  3. to hide this advert.

  4. 2006/09/16
    ieatcrayons48

    ieatcrayons48 Inactive Thread Starter

    Joined:
    2006/09/15
    Messages:
    2
    Likes Received:
    0

    i did exactly what you said to do but it wouldent let me save it with that name. a box poped up saying "this file (C:\Windows\WindowsShell.Manifest) already exists with Read only atributes. please use a different file name "
     
  5. 2006/09/18
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,317
    Likes Received:
    252
    Hey Bill, I'm having the same problem with display properties not coming up...I used your steps...I too got a message about the file already being there. I renamed it - created the new file and rebooted but no joy.

    Do you have any other tricks? Thanks in advance.
     
  6. 2006/09/18
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Two more tricks:

    . Reregister OLE32
    http://windowsxp.mvps.org/olereg.htm

    . Force the registry entries needed:

    Copy the below and paste it into a new Notebook session. Then File, Save as..., and save the file as fix_display_tabs.reg

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
     "NoDispCPL "=dword:00000000
     "NoDispAppearancePage "=dword:00000000
     "NoDispBackgroundPage "=dword:00000000
     "NoDispScrSavPage "=dword:00000000
     "NoDispSettingsPage "=dword:00000000
     "NoVisualStyleChoice "=dword:00000000
     "NoColorChoice "=dword:00000000
     "NoSizeChoice "=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
     "NoSaveSettings "=dword:00000000
    
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
     "SystemTray "= "SysTray.Exe "
    
    
    ;^^^^^^^ leave at least one blank above here when copying ^^^^^^
    

    Double click the file "fix_display_tabs.reg" and agree to the registry merge.

    Restart the computer.

    If you are in a Domain setting the results will be reversed at your next logon as these are Group Policy objects.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.