Windows Vista Forums

How to Hide Public Folder on Desktop
  1. #1


    lforbes Guest

    How to Hide Public Folder on Desktop

    I finally figured out how to get rid of the Public Folder on the desktop.

    With XP in a Domain I needed all my users to have access to My Network
    Places, My Computer, IE and My Documents on the desktop. They were hidden by
    default so I had to create a registry file for HKEY_LOCAL_MACHINE in order to
    show them for all users.

    I went to the same key and figured out what each GUID represented. Here is
    the key to hide the PUBLIC folder on the desktop for Vista if you don't share
    your computer or if you run a network where you don't want users saving to
    the local machines.

    Copy into Notepad and name with .reg extension. Double click to add to
    registry.



    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\ClassicStartMenu]
    "{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
    "{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001

    Note dword:00000000 is to show the folder.
    Here are some other GUIDS. They can be put in the above key or for each
    user in
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]

    VISTA GUIDS

    Computer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
    Network = "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
    USER PROFILE = "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
    Control Panel = "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
    Recycle = "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

    XP GUIDS (Note Computer and Recycle are the same)

    My Documents = "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
    My Network Places = "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000 "
    Internet Explorer{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

    I am still trying to find out what GUID this is.
    "{9343812e-1c37-4a49-a12e-4b2d810d956b}"=dword:00000000

    Cheers,
    Lara

      My System SpecsSystem Spec

  2. #2


    Jon Guest

    Re: How to Hide Public Folder on Desktop

    "lforbes" <lforbes@discussions.microsoft.com> wrote in message
    news:2E4FAFF8-E57D-48D8-B400-BC9DFB31832E@microsoft.com...
    >I finally figured out how to get rid of the Public Folder on the desktop.
    >
    > With XP in a Domain I needed all my users to have access to My Network
    > Places, My Computer, IE and My Documents on the desktop. They were hidden
    > by
    > default so I had to create a registry file for HKEY_LOCAL_MACHINE in order
    > to
    > show them for all users.
    >
    > I went to the same key and figured out what each GUID represented. Here is
    > the key to hide the PUBLIC folder on the desktop for Vista if you don't
    > share
    > your computer or if you run a network where you don't want users saving to
    > the local machines.
    >
    > Copy into Notepad and name with .reg extension. Double click to add to
    > registry.
    >
    > Windows Registry Editor Version 5.00
    >
    > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons]
    >
    > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\ClassicStartMenu]
    > "{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001
    >
    > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
    > "{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001
    >
    > Note dword:00000000 is to show the folder.
    > Here are some other GUIDS. They can be put in the above key or for each
    > user in
    > [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
    >
    > VISTA GUIDS
    >
    > Computer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
    > Network = "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
    > USER PROFILE = "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
    > Control Panel = "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
    > Recycle = "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
    >
    > XP GUIDS (Note Computer and Recycle are the same)
    >
    > My Documents = "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
    > My Network Places =
    > "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000 "
    > Internet Explorer{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
    >
    > I am still trying to find out what GUID this is.
    > "{9343812e-1c37-4a49-a12e-4b2d810d956b}"=dword:00000000
    >
    > Cheers,
    > Lara



    Couple of comments..

    Vista Control Panel is
    {21EC2020-3AEA-1069-A2DD-08002B30309D}

    ::{9343812e-1c37-4a49-a12e-4b2d810d956b}
    This is for 'Search'

    --
    Jon


      My System SpecsSystem Spec

  3. #3


    Jon Guest

    Re: How to Hide Public Folder on Desktop

    "Jon" <Email_Address@SomewhereOrOther.com> wrote in message
    news:%23DB2XrfXHHA.3540@TK2MSFTNGP04.phx.gbl...
    > Couple of comments..
    >
    > Vista Control Panel is
    > {21EC2020-3AEA-1069-A2DD-08002B30309D}
    >
    > --
    > Jon


    Looks like that's for Control Panel 'Classic View'

    Another one for Control Panel is
    ::{26EE0668-A00A-44D7-9371-BEB064C98683}

    --
    Jon


      My System SpecsSystem Spec

  4. #4


    lforbes Guest

    Re: How to Hide Public Folder on Desktop

    Hi,

    Thanks for the Search one. I don't have the Control Panel GUID you
    mentioned in my registry. However, I do view in Classic Mode as I don't like
    the new GUI they brought out with XP.

    Cheers,
    Lara

    "Jon" wrote:

    > "Jon" <Email_Address@SomewhereOrOther.com> wrote in message
    > news:%23DB2XrfXHHA.3540@TK2MSFTNGP04.phx.gbl...
    > > Couple of comments..
    > >
    > > Vista Control Panel is
    > > {21EC2020-3AEA-1069-A2DD-08002B30309D}
    > >
    > > --
    > > Jon

    >
    > Looks like that's for Control Panel 'Classic View'
    >
    > Another one for Control Panel is
    > ::{26EE0668-A00A-44D7-9371-BEB064C98683}
    >
    > --
    > Jon
    >
    >


      My System SpecsSystem Spec

  5. #5


    MoPacFan Guest

    Re: How to Hide Public Folder on Desktop


    What's really strange is that this is a brand new installation of vista.
    I checked the registry settings and they are already set to 0 and the
    stupid public folder is on display and I think it's the stupidest thing
    ms could have come up with.


    --
    MoPacFan
    ------------------------------------------------------------------------
    MoPacFan's Profile: http://forums.techarena.in/member.php?userid=30291
    View this thread: http://forums.techarena.in/showthread.php?t=697325

    http://forums.techarena.in


      My System SpecsSystem Spec

  6. #6


    Rick Rogers Guest

    Re: How to Hide Public Folder on Desktop

    Hi,

    The public folder is not on the desktop by default, something had to have
    been changed after installing for it to occur. Can you clarify this a bit as
    I am not quite sure what you mean. Does Explorer open to the Public folder
    at boot? Or is there simply a folder named Public on the desktop itself?

    --
    Best of Luck,

    Rick Rogers, aka "Nutcase" - Microsoft MVP
    http://mvp.support.microsoft.com/
    Windows help - www.rickrogers.org
    My thoughts http://rick-mvp.blogspot.com

    "MoPacFan" <MoPacFan.2w5org@xxxxxx> wrote in message
    news:MoPacFan.2w5org@xxxxxx

    >
    > What's really strange is that this is a brand new installation of vista.
    > I checked the registry settings and they are already set to 0 and the
    > stupid public folder is on display and I think it's the stupidest thing
    > ms could have come up with.
    >
    >
    > --
    > MoPacFan
    > ------------------------------------------------------------------------
    > MoPacFan's Profile: http://forums.techarena.in/member.php?userid=30291
    > View this thread: http://forums.techarena.in/showthread.php?t=697325
    >
    > http://forums.techarena.in
    >

      My System SpecsSystem Spec

  7. #7


    MoPacFan Guest

    Re: How to Hide Public Folder on Desktop


    Ok, it seems I was slightly confused. I was referring to the public
    folder in explorer, not the desktop. I have been trying to figure out
    how to hide this stupid folder and can't figure out how to make it go
    away.


    --
    MoPacFan
    ------------------------------------------------------------------------
    MoPacFan's Profile: http://forums.techarena.in/member.php?userid=30291
    View this thread: http://forums.techarena.in/showthread.php?t=697325

    http://forums.techarena.in


      My System SpecsSystem Spec

How to Hide Public Folder on Desktop problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Folder Icon In vista public desktop location Fuzzymky General Discussion 2 01 Oct 2009
Hidden public desktop folder firefiten General Discussion 6 24 Jul 2009
Public Folder - Add or Remove from the Desktop Brink Tutorials 0 12 Dec 2008
Desktop vs public folder Andre De Clercq Vista networking & sharing 4 19 Jun 2008
Public Desktop Folder Problems Diane Vista General 1 23 Jul 2007