marsdenprimary Posted March 6, 2012 Posted March 6, 2012 Hello! Can anyone help with this issue please? For some reason I have multiple 'My Documents' folders on the network 'user' share. They should say the names of the users but instead they are displayed as 'My Documents' and it's impossible to find any folders and who they belong to! Some folders show the user name...others don't...It only displays them like this when accessing from a Windows 7 machine. Screenshot attached.
glennda Posted March 6, 2012 Posted March 6, 2012 Its a bug with Windows 7 - there is multiple threads about it. There are a couple of botch fixes and a normal one. botch fix is search desktop.ini and delete them all or i'll find out how to do the normal fix 1
6Foot2 Posted March 6, 2012 Posted March 6, 2012 We would have the same situation as you but we have carried over the user settings we had from our old Viglen network. To explain we have: \\Server\\Year of intake share\Username\Cached The 'Cached' folder is the users' home share. For example for Year 7: \\Server\\YOI2011\11SmithJ\Cached 1
Michael Posted March 6, 2012 Posted March 6, 2012 Here's an easy script free method of getting around this 'feature'. 1
plexer Posted March 6, 2012 Posted March 6, 2012 It's not really a bug it's due to the fact that the recommended folder structure is not to have the users my documents directed at the root of their folder. Ben
marsdenprimary Posted March 6, 2012 Author Posted March 6, 2012 It's not really a bug it's due to the fact that the recommended folder structure is not to have the users my documents directed at the root of their folder. Ben What's the best way?
marsdenprimary Posted March 6, 2012 Author Posted March 6, 2012 Here's an easy script free method of getting around this 'feature'. Not what I had in mind exactly but a good workaround nonetheless! Thankyou!!
Michael Posted March 6, 2012 Posted March 6, 2012 Unfortunately there's no method I could find to deploy this tweak via GPO, but it takes seconds for users to enable it. Using scripts can have negative logon speed issues as FN-GM mentioned some time ago.
marsdenprimary Posted March 8, 2012 Author Posted March 8, 2012 Here's an easy script free method of getting around this 'feature'. I followed this methos and it works great- thankyou. It's an unusual way to view folder names but works nonetheless and saves me a lot of bother!
Dagaz Posted March 8, 2012 Posted March 8, 2012 One method is to use the file screening if your server can do it. we block desktop.ini from the homedir folder on the server. home folders being renamed to "My Documents" - desktop.ini woes Robs 1
marsdenprimary Posted March 8, 2012 Author Posted March 8, 2012 One method is to use the file screening if your server can do it. we block desktop.ini from the homedir folder on the server. home folders being renamed to "My Documents" - desktop.ini woes Robs Alas, as fantastic as this is we are still running Server 2003 R2 but when we change- this will be a God send! Thanks so much. Is there any fix for Server 2003 like this?
Davit2005 Posted March 8, 2012 Posted March 8, 2012 It's not really a bug it's due to the fact that the recommended folder structure is not to have the users my documents directed at the root of their folder. Ben I'm in the mind that I want the documents to redirect to the users folder root share. They can then Create subject folders in the root of their home drive which reduces the file path length and I consider a more tidier professional look that would translate to different non-microsoft networks, and also means they can quickly access their files from My Computer > N: (or whatever) so for me this is a bug, allthough one I can deal with by simply adding the Owner Column to the Explorer window when searching for users folders. 1
dhalvorsen Posted March 15, 2012 Posted March 15, 2012 I just added the one line to the logon batch file. %windir%\system32\icacls.exe %homedrive%\Desktop.ini /deny "All-Staff":r I set it to deny read permission to all staff, so any staff that browse to the directory see the proper filename. You can change that to be domain admins or whomever you want. I have found no downfalls. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now