Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-30-2008, 03:50 PM
Keith Miller \(MVP\)
Tablet PC Guest
 
Posts: n/a
Re: Deleting virtual folders in the user profile

I don't know of any way to accomplish exactly what you want. As a
workaround, you could:

Hide the actual UserProfile folder by adding an entry under:

[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\NonEnum]

named {59031a47-3f72-44a7-89c5-5595fe6b30ee} with a value of 1.

Create a 'fake' UserProfile folder on the desktop and use directory
junctions (google for mklink) to create shortcuts to the User folders you do
want displayed.

That folder would show below the system folders in the folder pane. If you
wanted it with the system folders, you could create a shell extension:

http://msdn2.microsoft.com/en-us/library/ms997573.aspx


--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"Zeyn" <Zeyn.373s13@no-mx.forums.net> wrote in message
news:Zeyn.373s13@no-mx.forums.net...
>
> Does anyone know of a way to remove the virtual folder links that appear
> under your username in Explorer? I mean the folders like "Videos",
> "Searches" and "Links".
>
> I know some of these folders serve an important purpose (like "Links",
> "Favorites", "Contacts", "Desktop"), but I'd like to move them somewhere
> else and not have them clutter up the tree view when I'm trying to
> navigate around my files in Explorer.
>
> I can move them to another physical location (using the Location tab on
> the properties window), but when I go back to Explorer, links to them
> appear as sub-folders as though they were still in my userprofile
> directory. This really winds me up -- I think I should be allowed to
> organise my own file system, without Microsoft deciding what folders I
> need!
>
>
> --
> Zeyn


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-30-2008, 03:50 PM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 03-30-2008, 09:00 PM
Synapse Syndrome
Tablet PC Guest
 
Posts: n/a
Re: Deleting virtual folders in the user profile

" Keith Miller (MVP)" <k.miller@NOSPAM.mchsi.com> wrote in message
news:7C983DBE-BF59-4C01-9AC9-C3B5C65CDAA4@microsoft.com...
>I don't know of any way to accomplish exactly what you want. As a
>workaround, you could:
>
> Hide the actual UserProfile folder by adding an entry under:
>
> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\NonEnum]
>
> named {59031a47-3f72-44a7-89c5-5595fe6b30ee} with a value of 1.
>
> Create a 'fake' UserProfile folder on the desktop and use directory
> junctions (google for mklink) to create shortcuts to the User folders you
> do want displayed.
>
> That folder would show below the system folders in the folder pane. If
> you wanted it with the system folders, you could create a shell extension:
>
> http://msdn2.microsoft.com/en-us/library/ms997573.aspx



Yeah, that is what I do, I think. I move the User Shell Folders, using the
Location tab, and then make hidden Junction Points, pointing to the new
locations, using MKLINK. I just do not understand why the term 'virtual
folders' is being used here.

ss.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-30-2008, 11:20 PM
Keith Miller \(MVP\)
Tablet PC Guest
 
Posts: n/a
Re: Deleting virtual folders in the user profile

They have a 'virtual' namespace location of:

Desktop\UserProfileFolder\UserShellFolder

regardless of where the folder resides in the file system.

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"Synapse Syndrome" <synapse@NOSPAMsyndrome.me.uk> wrote in message
news:%23HVUltukIHA.4196@TK2MSFTNGP04.phx.gbl...
>" Keith Miller (MVP)" <k.miller@NOSPAM.mchsi.com> wrote in message
>news:7C983DBE-BF59-4C01-9AC9-C3B5C65CDAA4@microsoft.com...
>>I don't know of any way to accomplish exactly what you want. As a
>>workaround, you could:
>>
>> Hide the actual UserProfile folder by adding an entry under:
>>
>> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\NonEnum]
>>
>> named {59031a47-3f72-44a7-89c5-5595fe6b30ee} with a value of 1.
>>
>> Create a 'fake' UserProfile folder on the desktop and use directory
>> junctions (google for mklink) to create shortcuts to the User folders you
>> do want displayed.
>>
>> That folder would show below the system folders in the folder pane. If
>> you wanted it with the system folders, you could create a shell
>> extension:
>>
>> http://msdn2.microsoft.com/en-us/library/ms997573.aspx

>
>
> Yeah, that is what I do, I think. I move the User Shell Folders, using
> the Location tab, and then make hidden Junction Points, pointing to the
> new locations, using MKLINK. I just do not understand why the term
> 'virtual folders' is being used here.
>
> ss.
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-31-2008, 10:00 AM
Synapse Syndrome
Tablet PC Guest
 
Posts: n/a
Re: Deleting virtual folders in the user profile

" Keith Miller (MVP)" <k.miller@NOSPAM.mchsi.com> wrote in message
news:OiIo06vkIHA.4120@TK2MSFTNGP06.phx.gbl...
> They have a 'virtual' namespace location of:
>
> Desktop\UserProfileFolder\UserShellFolder
>
> regardless of where the folder resides in the file system.



Oh yes, I forgot about that. I guess it's time for me to fire up Vista
again..

By the way, this would explains the problem that 'mataeux' is having, but
nobody has replied.

ss.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 04-01-2008, 02:40 PM
Keith Miller \(MVP\)
Tablet PC Guest
 
Posts: n/a
Re: Deleting virtual folders in the user profile

You're welcome. Glad you got everything the way you want. I knew about
Shell Object Editor but didn't have a link handy (got 5 yrs worth of info on
a currently unreadable hard drive :)

Glad you found out about SortOrderIndex. I tend to avoid too much detail in
initial responses until I'm sure the OP can find his way back and/or is
interested in the suggested solution.


--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"Zeyn" <Zeyn.377go5@no-mx.forums.net> wrote in message
news:Zeyn.377go5@no-mx.forums.net...
>
> Thanks very much for your replies, especially Keith. Based on your
> suggestions I've found a setup I'm happy with.
>
> I couldn't get the Shell Instance Object instructions from the MSDN
> article to work, possibly things have changed in Vista, but then I found
> an excellent program called Shell Object Editor that does the job
> automatically:
> http://www.tropictech.de/modules/PDd...hp?cid=1&lid=5
> You need to run it as Administrator under Vista for it to be able to
> make the correct registry changes.
>
> Following a suggestion from the Shell Object Editor webpage, I then
> navigated to the newly created CLSID, and added a DWORD value called
> SortOrderIndex. If this is set to a small enough value (0x12 worked for
> me), the new shell folder will appear before "Public" and "Computer" in
> Explorer, exactly like the real userprofile folder.
>
> I didn't really get on with the idea of using junctions within my new
> shell folder, as these now have shortcut arrows in Vista (I'm just
> fussy, and don't like how it looks with the arrows!). However I can
> solve this by actually moving all the folders I want into the shell
> folder (then it will be just like XP used to be, with a "My
> Documents"-equivalent folder appearing in Explorer, and the
> infrequent-access "system" folders like Favorites and Links out of the
> way under C:\Users\username...).
>
> -- Zeyn
>
> Keith Miller \(MVP\);667468 Wrote:
>> I don't know of any way to accomplish exactly what you want. As a
>> workaround, you could:
>>
>> Hide the actual UserProfile folder by adding an entry under:
>>
>> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\NonEnum]
>>
>> named {59031a47-3f72-44a7-89c5-5595fe6b30ee} with a value of 1.
>>
>> Create a 'fake' UserProfile folder on the desktop and use directory
>> junctions (google for mklink) to create shortcuts to the User folders
>> you do
>> want displayed.
>>
>> That folder would show below the system folders in the folder pane. If
>> you
>> wanted it with the system folders, you could create a shell extension:
>>
>> 'Creating Shell Extensions with Shell Instance Objects'
>> (http://msdn2.microsoft.com/en-us/library/ms997573.aspx)
>>
>>

>
>
> --
> Zeyn


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem copying a domain user profile to a local user profile John Windows XP 1 01-27-2008 08:10 AM
Deleting profile after a user loggoff(Not a roaming profile) Vamsi Windows XP 4 07-03-2007 03:00 AM
Deleting a user profile in XP Lloyd Windows XP 2 05-09-2007 03:00 PM
User profile problem. Any tools to analize user profile problems. bildos Windows XP 0 02-26-2007 03:31 PM
XP Home User Profile Unlock Files & Folders madmondeoman Windows XP 2 01-04-2007 02:31 AM


All times are GMT -8. The time now is 11:36 AM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0