NTFS perms could get pretty messy to play around with. Specially on
multiple boxes.
What exactly do you have in mind when you don't want the users to
change the desktop icons.
Do they need those icons to be there?
Why don't you want them to del the desktop icons? If you just want the
icons to be there, then you could write a lil batch file which you can
use as a logon script. This batch file copies certain shortcuts from a
central location and dump them on the users desktop when he logs in.
hardly an entp solution but it should be effective. You could need to
test it out.
You could do something like a
---------------------------------------------------
rem this file copies desktop shortcuts to the users desktop.
copy \\servername\sharename\*.lnk %userprofile%\desktop /y
---------------------------------------------------
Also, if these icons are reqd to be used by the user, then place them
in the startmenu of the All Users Container. So that way,they always
show up and the users don't have the access to delete these things.
But seriously, what are you trying to achieve with these steps.
--
Gautam Anand
e: gautam at hotpop dot com
---------------------------------
| You could also (probably--I've never tested this) change the NTFS
| permissions on the desktop folder within a problematic user's
profile to
| Read Only... provided you're using NTFS on the drive their profile
folders
| are located
|
| Ken
|
|
| | > 1. One option to give these users Mandatory profiles. So no matter
| > what changes they make to the profile everything gets reset to
| > defaults and next logon. Additionally for their data you could
provide
| > these guys with Home Folders. So if this is possible you make a)
no
| > changes to desktop saved like deleting Icons b)make backing up and
| > restoring user data a much lesser headache. Im going to think up
of
| > more solutions to this as well.
| >
| > Good luck till then
| >
| > --
| > Gautam Anand
| > e: gautam at hotpop dot com
| > ---------------------------------
| > | > |I have tried to no avail to find a policy to prevent our users
from
| > deleting
| > | a desktop icon. I have even tried enabling the following
policy:
| > User
| > | Configuration-Administrative Templates-Desktop-Don't save
settings
| > at exit,
| > | in the hope that if they did delete an icon it would come back
on
| > reboot - no
| > | luck.
| > |
| > | Does anyone know of a method for doing this? Any information is
| > greatly
| > | appreciated!!
| >
| >
|
|