FTR I also suffer from "previous-admin-itis".
I had two client computers (Domain=SBS2003, Clients=Vista) that were using the improper folder for folder redirection. Instead of pointing My Documents to \\server\users\username\My Documents
these two users used \\server\users\username
as the My Documents folder. This is all the old guys' fault.
I've now upgraded the computers to Windows 7 and used Win7 Group policy to redirect the folders "correctly", which it does. However, for the names of the folders, it still show "My Documents". Observe pictures below:
The users folder on the server, instead of showing their name, shows "My Documents".
And in the folder, the location bar shows it named as "My Documents"...
...but the actual path has the user's name (michelle).
I know it's cosmetic, but I like uniformity.
Users are tied to client computers, they don't move around from machine to machine. I'd prefer to NOT rebuild the profiles on the computers for these users.
Check the affected profile directories for a hidden
desktop.ini
file.. This file can alter the display name and other directory display attributes. Deleting thedesktop.ini
file should restore the directory's display to "normal".On XP, the PersonalizedName in the [CopyOnDelete] section:
On Vista/7 the directory label can also be modified with LocalizedResourceName in [.ShellClassInfo]:
The number -21798 refers to the Downloads directory.
We used File Server Resource Manager to create a File Screen to silently block
desktop.ini
files within user network profiles.