Results 1 to 6 of 6

Thread: prevent users saving to desktop

  1. #1
    outlook novice Guest

    prevent users saving to desktop

    We have a new win server 2008. About 30 odd users in the domain. We would
    like to prevent users saving to desktop and force them to save to their
    network drive only. They have roaming profiles. We have tried to select the
    deny write option on a users desktop folder in their profile but to no avail.
    We have also tried a group policy to deny all users access to desktop but
    they can still still save and we get a message when they log off that their
    files can't be saved.

    Is it possible to maybe prevent the desktop being an option when saving
    items to the desktop or introduce an access denied message displayed to the
    user?

  2. #2
    DaveMills Guest

    Re: prevent users saving to desktop

    Try "folder redirection" to place the desktop in the users home folder. Then
    when they save to the desktop it will be in the home folder. With roaming
    profiles all the folders in the profile should be redirected to avoid the issue
    of having a very large profile.

    On Wed, 16 Sep 2009 11:59:02 -0700, outlook novice
    <[email protected]> wrote:

    >We have a new win server 2008. About 30 odd users in the domain. We would
    >like to prevent users saving to desktop and force them to save to their
    >network drive only. They have roaming profiles. We have tried to select the
    >deny write option on a users desktop folder in their profile but to no avail.
    >We have also tried a group policy to deny all users access to desktop but
    >they can still still save and we get a message when they log off that their
    >files can't be saved.
    >
    >Is it possible to maybe prevent the desktop being an option when saving
    >items to the desktop or introduce an access denied message displayed to the
    >user?

    --
    Dave Mills
    There are 10 types of people, those that understand binary and those that don't.

  3. #3
    outlook novice Guest

    Re: prevent users saving to desktop

    we have tried folder redirection and found that the items saved on desktop
    appears both on the desktop and on their shared drive. Is there any other way
    to prevent this?

    Tried through group policy also using Computer Configuration / Windows
    Settings / Security Settings / File System. Then add 2 files,

    %AllUsersProfile%\Desktop

    %UserProfile%\Desktop

    "DaveMills" wrote:

    > Try "folder redirection" to place the desktop in the users home folder. Then
    > when they save to the desktop it will be in the home folder. With roaming
    > profiles all the folders in the profile should be redirected to avoid the issue
    > of having a very large profile.
    >
    > On Wed, 16 Sep 2009 11:59:02 -0700, outlook novice
    > <[email protected]> wrote:
    >
    > >We have a new win server 2008. About 30 odd users in the domain. We would
    > >like to prevent users saving to desktop and force them to save to their
    > >network drive only. They have roaming profiles. We have tried to select the
    > >deny write option on a users desktop folder in their profile but to no avail.
    > >We have also tried a group policy to deny all users access to desktop but
    > >they can still still save and we get a message when they log off that their
    > >files can't be saved.
    > >
    > >Is it possible to maybe prevent the desktop being an option when saving
    > >items to the desktop or introduce an access denied message displayed to the
    > >user?

    > --
    > Dave Mills
    > There are 10 types of people, those that understand binary and those that don't.
    >


  4. #4
    outlook novice Guest

    Re: prevent users saving to desktop

    Actually i have managed to prevent users saving to desktop using your initial
    idea of folder re-direction and have hidden a file it it being re-directed
    to. For example when a user tries to save in word, they receive an error
    message "access denied, contact an administrator". It is possible to change
    this warning to say all files must be saved to your own home drive?

    "outlook novice" wrote:

    > we have tried folder redirection and found that the items saved on desktop
    > appears both on the desktop and on their shared drive. Is there any other way
    > to prevent this?
    >
    > Tried through group policy also using Computer Configuration / Windows
    > Settings / Security Settings / File System. Then add 2 files,
    >
    > %AllUsersProfile%\Desktop
    >
    > %UserProfile%\Desktop
    >
    > "DaveMills" wrote:
    >
    > > Try "folder redirection" to place the desktop in the users home folder. Then
    > > when they save to the desktop it will be in the home folder. With roaming
    > > profiles all the folders in the profile should be redirected to avoid the issue
    > > of having a very large profile.
    > >
    > > On Wed, 16 Sep 2009 11:59:02 -0700, outlook novice
    > > <[email protected]> wrote:
    > >
    > > >We have a new win server 2008. About 30 odd users in the domain. We would
    > > >like to prevent users saving to desktop and force them to save to their
    > > >network drive only. They have roaming profiles. We have tried to select the
    > > >deny write option on a users desktop folder in their profile but to no avail.
    > > >We have also tried a group policy to deny all users access to desktop but
    > > >they can still still save and we get a message when they log off that their
    > > >files can't be saved.
    > > >
    > > >Is it possible to maybe prevent the desktop being an option when saving
    > > >items to the desktop or introduce an access denied message displayed to the
    > > >user?

    > > --
    > > Dave Mills
    > > There are 10 types of people, those that understand binary and those that don't.
    > >


  5. #5
    Brooke Justice Guest

    Re: prevent users saving to desktop

    Changing the error message would be very involved I would imagine. However,
    to your point about where "folder redirection" writes the files to... when
    folders are redirected the variable (%UserProfile% for instance) points to
    the newly redirected location. So that what you see on the desktop when you
    log in comes from the redirected place, and not the local hard drive. To see
    what's actually local, use the full path - c:\documents and
    settings\username - not the variable.

    When your users save a Word doc and they receive the error message stated
    below, look to see where exactly (what full path) are the saving to. Sounds
    like some permissions might have been changed in the process here. Are any
    of the policies still in place that you tried in the process? This could be
    the problem here as well, specifically the one referencing
    %allusersprofile%. Users only have read access to this folder.
    Administrators will have write access to it.

    hth,
    Brooke



    "outlook novice" <[email protected]> wrote in message
    news:[email protected]...
    > Actually i have managed to prevent users saving to desktop using your
    > initial
    > idea of folder re-direction and have hidden a file it it being re-directed
    > to. For example when a user tries to save in word, they receive an error
    > message "access denied, contact an administrator". It is possible to
    > change
    > this warning to say all files must be saved to your own home drive?
    >
    > "outlook novice" wrote:
    >
    >> we have tried folder redirection and found that the items saved on
    >> desktop
    >> appears both on the desktop and on their shared drive. Is there any other
    >> way
    >> to prevent this?
    >>
    >> Tried through group policy also using Computer Configuration / Windows
    >> Settings / Security Settings / File System. Then add 2 files,
    >>
    >> %AllUsersProfile%\Desktop
    >>
    >> %UserProfile%\Desktop
    >>
    >> "DaveMills" wrote:
    >>
    >> > Try "folder redirection" to place the desktop in the users home folder.
    >> > Then
    >> > when they save to the desktop it will be in the home folder. With
    >> > roaming
    >> > profiles all the folders in the profile should be redirected to avoid
    >> > the issue
    >> > of having a very large profile.
    >> >
    >> > On Wed, 16 Sep 2009 11:59:02 -0700, outlook novice
    >> > <[email protected]> wrote:
    >> >
    >> > >We have a new win server 2008. About 30 odd users in the domain. We
    >> > >would
    >> > >like to prevent users saving to desktop and force them to save to
    >> > >their
    >> > >network drive only. They have roaming profiles. We have tried to
    >> > >select the
    >> > >deny write option on a users desktop folder in their profile but to no
    >> > >avail.
    >> > >We have also tried a group policy to deny all users access to desktop
    >> > >but
    >> > >they can still still save and we get a message when they log off that
    >> > >their
    >> > >files can't be saved.
    >> > >
    >> > >Is it possible to maybe prevent the desktop being an option when
    >> > >saving
    >> > >items to the desktop or introduce an access denied message displayed
    >> > >to the
    >> > >user?
    >> > --
    >> > Dave Mills
    >> > There are 10 types of people, those that understand binary and those
    >> > that don't.
    >> >




  6. #6
    DaveMills Guest

    Re: prevent users saving to desktop

    On Thu, 17 Sep 2009 03:06:21 -0700, outlook novice
    <[email protected]> wrote:

    >we have tried folder redirection and found that the items saved on desktop
    >appears both on the desktop and on their shared drive. Is there any other way
    >to prevent this?


    And why is this a problem. The user saves to their desktop and the files is
    saved in the home folder. The user save to the home folder and it appears on the
    desktop. One location on the server but two ways of accessing it. Not to
    locations.

    >
    >Tried through group policy also using Computer Configuration / Windows
    >Settings / Security Settings / File System. Then add 2 files,
    >
    >%AllUsersProfile%\Desktop
    >
    >%UserProfile%\Desktop
    >
    >"DaveMills" wrote:
    >
    >> Try "folder redirection" to place the desktop in the users home folder. Then
    >> when they save to the desktop it will be in the home folder. With roaming
    >> profiles all the folders in the profile should be redirected to avoid the issue
    >> of having a very large profile.
    >>
    >> On Wed, 16 Sep 2009 11:59:02 -0700, outlook novice
    >> <[email protected]> wrote:
    >>
    >> >We have a new win server 2008. About 30 odd users in the domain. We would
    >> >like to prevent users saving to desktop and force them to save to their
    >> >network drive only. They have roaming profiles. We have tried to select the
    >> >deny write option on a users desktop folder in their profile but to no avail.
    >> >We have also tried a group policy to deny all users access to desktop but
    >> >they can still still save and we get a message when they log off that their
    >> >files can't be saved.
    >> >
    >> >Is it possible to maybe prevent the desktop being an option when saving
    >> >items to the desktop or introduce an access denied message displayed to the
    >> >user?

    >> --
    >> Dave Mills
    >> There are 10 types of people, those that understand binary and those that don't.
    >>

    --
    Dave Mills
    There are 10 types of people, those that understand binary and those that don't.

Similar Threads

  1. Replies: 1
    Last Post: 06-10-2011, 04:26 PM
  2. How to prevent other users from uninstalling avast?
    By MAHESA in forum Networking & Security
    Replies: 4
    Last Post: 10-04-2010, 11:23 AM
  3. How to prevent invasion of ADSL users?
    By Kalanidhi in forum Technology & Internet
    Replies: 4
    Last Post: 27-03-2010, 04:46 AM
  4. How to prevent users from altering settings ?
    By Anikait in forum Windows Software
    Replies: 4
    Last Post: 15-04-2009, 10:53 AM
  5. NTFS Permissions to allow saving but prevent changing
    By zoomlmk in forum Operating Systems
    Replies: 5
    Last Post: 20-03-2009, 12:16 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,222,037.47984 seconds with 16 queries