Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

"User's Files" folder and Shell Folders like Documents, Desktop, M

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 03-01-2007
=?Utf-8?B?Zmx1eCBidXJuZXI=?=
 

Posts: n/a
"User's Files" folder and Shell Folders like Documents, Desktop, M
VI was glad to see that in the folder options of the 'User's Files' folders
that you could change the locations. And I changed them all to my second
drive. This moved the folders from the C:\users\username folder to the new
location.

Then i installed an app that wanted to use one of the folders. It 'called'
to the C:\USERS\<USERNAME>\CONTACTS folder which wasnt there, and so created
a new one. Now in my User's Files folder there are two contacts folders. did
this with another app and created another documents folder.

So i thought, maybe i will create symlinks in the c:\users\username folder
for the contacts folder, documents etc. then redirect the folders back to the
c:\users location (but really the data was still on second drive becasue i
created the symlinks <thought that was crafty myself :-) > BUT errored
saying i couldnt move to symlink. (it actually stated a proper term for a
symlink\junction but i cant remember that name right now )

So, what is the point of being able to move the location of the folder the
links/hardlinks/shell folder in the "users files" folder if it doesnt
redirect the other pointers to C:\users\username\folder as well? Poor by
design poor by installation?

Any ideas on how to redirect the folders entirely/achieve what i am trying
to do? andy information on the folder "User's files"? is it a Hardlink, shell
folder/component, something else? i think they are shell folders.

Thanks everyone!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-01-2007
Keith Miller MVP
 

Posts: n/a
Re: "User's Files" folder and Shell Folders like Documents, Desktop, M
What are the apps?

If the registry entries under:

"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Explorer\User
Shell Folders"

have your redirected paths, you've done everything right and your app should
be "asking" Where the Contacts folder is, not assuming a default path.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"flux burner" <fluxburner@discussions.microsoft.com> wrote in message
news:6EE642B9-7A52-4AC4-908A-DC77C03D4649@microsoft.com...
> VI was glad to see that in the folder options of the 'User's Files'
> folders
> that you could change the locations. And I changed them all to my second
> drive. This moved the folders from the C:\users\username folder to the new
> location.
>
> Then i installed an app that wanted to use one of the folders. It 'called'
> to the C:\USERS\<USERNAME>\CONTACTS folder which wasnt there, and so
> created
> a new one. Now in my User's Files folder there are two contacts folders.
> did
> this with another app and created another documents folder.
>
> So i thought, maybe i will create symlinks in the c:\users\username folder
> for the contacts folder, documents etc. then redirect the folders back to
> the
> c:\users location (but really the data was still on second drive becasue i
> created the symlinks <thought that was crafty myself :-) > BUT errored
> saying i couldnt move to symlink. (it actually stated a proper term for a
> symlink\junction but i cant remember that name right now )
>
> So, what is the point of being able to move the location of the folder the
> links/hardlinks/shell folder in the "users files" folder if it doesnt
> redirect the other pointers to C:\users\username\folder as well? Poor by
> design poor by installation?
>
> Any ideas on how to redirect the folders entirely/achieve what i am trying
> to do? andy information on the folder "User's files"? is it a Hardlink,
> shell
> folder/component, something else? i think they are shell folders.
>
> Thanks everyone!
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-01-2007
=?Utf-8?B?Zmx1eCBidXJuZXI=?=
 

Posts: n/a
Re: "User's Files" folder and Shell Folders like Documents, Deskto
Hello Keith, thanks for replying,

In particular Windows Live Messenger created the Contacts folder. In XP this
was not a folder, so Messenger would create it. I wonder if the programming
of the installer is not (excuse my terminology) "calling" the Contacts
folder, but "create"ing the folder. In this case wouldnt it /not/ check for
the already existing path, but just create a new one?

Perhaps that is the issue; however, if i could achieve a symlink as the
location folder, still in the C:\users folder, then i could get around even
that...or i would have to modify the junction/symlink for C:\Documents and
Settings and all the others to point to the same location as my location for
the shell folders i am redirecting. perhaps that is not necesssary. seems to
me that leaving the shell folders 'locations' in c: and having those folders
being able to be redirected would work better.

Last option would be to create an WIM for the system, and with an unattend
file, redirect the :\users folders to the seperate drive. not digging that
option, but would be a learning experience.

Flux Burner
__________________________________________________ ___________


"Keith Miller MVP" wrote:

> What are the apps?
>
> If the registry entries under:
>
> "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Explorer\User
> Shell Folders"
>
> have your redirected paths, you've done everything right and your app should
> be "asking" Where the Contacts folder is, not assuming a default path.
>
>
> --
> Good Luck,
>
> Keith
> Microsoft MVP [Windows XP Shell/User]
>
> "flux burner" <fluxburner@discussions.microsoft.com> wrote in message
> news:6EE642B9-7A52-4AC4-908A-DC77C03D4649@microsoft.com...
> > VI was glad to see that in the folder options of the 'User's Files'
> > folders
> > that you could change the locations. And I changed them all to my second
> > drive. This moved the folders from the C:\users\username folder to the new
> > location.
> >
> > Then i installed an app that wanted to use one of the folders. It 'called'
> > to the C:\USERS\<USERNAME>\CONTACTS folder which wasnt there, and so
> > created
> > a new one. Now in my User's Files folder there are two contacts folders.
> > did
> > this with another app and created another documents folder.
> >
> > So i thought, maybe i will create symlinks in the c:\users\username folder
> > for the contacts folder, documents etc. then redirect the folders back to
> > the
> > c:\users location (but really the data was still on second drive becasue i
> > created the symlinks <thought that was crafty myself :-) > BUT errored
> > saying i couldnt move to symlink. (it actually stated a proper term for a
> > symlink\junction but i cant remember that name right now )
> >
> > So, what is the point of being able to move the location of the folder the
> > links/hardlinks/shell folder in the "users files" folder if it doesnt
> > redirect the other pointers to C:\users\username\folder as well? Poor by
> > design poor by installation?
> >
> > Any ideas on how to redirect the folders entirely/achieve what i am trying
> > to do? andy information on the folder "User's files"? is it a Hardlink,
> > shell
> > folder/component, something else? i think they are shell folders.
> >
> > Thanks everyone!
> >

>
>

Digg this Post!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 Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Atbroker.exe "application failed to initialize properly" on remote desktop to vista markm75 microsoft.public.windows.vista.general 1 03-01-2007 07:34
"copy to folder" and "move to folder" buttons =?Utf-8?B?b3pibG9rZTE5NTU=?= microsoft.public.windows.vista.general 5 03-01-2007 05:13
Windows Mail - Don't want "Local Folders" to open Frankster microsoft.public.windows.vista.general 6 03-01-2007 04:49
Remapping user profiles or "My Documents" =?Utf-8?B?Sm9uYXM=?= microsoft.public.windows.vista.file management 2 02-28-2007 14:15
Redirect the "my documents folder" which is now my username =?Utf-8?B?Sm9obmF0aG9ubQ==?= microsoft.public.windows.vista.file management 2 02-28-2007 14:13




All times are GMT +1. The time now is 17:45.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119