Frut02 Posted October 5, 2011 Posted October 5, 2011 Right i Thought i had cracked this problem, but unfortunately not, when users login the system edits there desktop.ini file which then displays their username as My Documents, Any quick fixes i know what i need to do i need to restrict write access to desktop.ini, but not sure if there is s script that can help with this? Nick
sted Posted October 5, 2011 Posted October 5, 2011 you can use file server resource manager (its built in but not turned on from server 03r2 (possibly r1 but cant remember) and just block the creation of any file in say d:\users (or wherever you keep you users files) so you can stop people making a file called desktop.ini it just wont allow it even as admin
FN-GM Posted October 5, 2011 Posted October 5, 2011 There are lots of fixes on here if you do a search.
maark Posted October 5, 2011 Posted October 5, 2011 I think XP needs the desktop.ini file so depands whether you are running a mixed environment with win 7 and XP
rush_tech Posted October 5, 2011 Posted October 5, 2011 quick fix: Navigate to the folder where your home directories are located. Right click in the column 'Size' > 'More...' Select 'Filename' in the list, then click OK. The username will now be displayed 1
dhoward_westexetc Posted October 5, 2011 Posted October 5, 2011 What a lifesaver this is! Thanks for that rush_tech.
rush_tech Posted October 5, 2011 Posted October 5, 2011 this will change the default folder view for all your folders 1. Open a folder and make changes as you like. 2. Press Alt to display the menu bar. Click Tools -> Folder options. 3. Click View tab. 4. Press the "Apply to folders" button. 5. Click Apply and click OK.
dhoward_westexetc Posted October 5, 2011 Posted October 5, 2011 The above also works on Windows Vista\Server 2008 first release.
mrbios Posted October 5, 2011 Posted October 5, 2011 If you want to make the actual name correct rather than displaying the seperate column as per the above fix use this: Download set acl and use the following... C:\setACL.exe -on H:\HOMEPATHHERE\desktop.ini -ot file -actn ace -ace "n:DOMAIN\USERNAMEHERE;p:full" -ace "n:DOMAIN\domain admins;p:full;m:deny" -actn setprot -op "dacl:p_c;sacl:p_c" to generate a list of the home paths use this method: open command prompt on your file server, change directory to the one you want to list and use the command "dir /b > filename.txt" (Thank you k.c.leblanc for that part) Use concatenate to generate the home path and the domain\username section as per your requirement, copy your concatenated result list to a batch file and run it on your file server Sounds like winded but only takes a few minutes EDIT: haha the smilies have taken over! here it is in code brackets: C:\setACL.exe -on H:\HOMEPATHHERE\desktop.ini -ot file -actn ace -ace "n:DOMAIN\USERNAME;p:full" -ace "n:DOMAIN\domain admins;p:full;m:deny" -actn setprot -op "dacl:p_c;sacl:p_c"
swordfish215 Posted October 11, 2011 Posted October 11, 2011 this will change the default folder view for all your folders 1. Open a folder and make changes as you like. 2. Press Alt to display the menu bar. Click Tools -> Folder options. 3. Click View tab. 4. Press the "Apply to folders" button. 5. Click Apply and click OK. Does anyone know if this can be set through group policy as the default view?
dhoward_westexetc Posted October 11, 2011 Posted October 11, 2011 Does anyone know if this can be set through group policy as the default view? Not that I am aware of no, i can't see any group policy preference options for this.
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