Windows Server TechCenter > Windows Server Forums > Group Policy > Folder Redirection & Recycle Bin
Ask a questionAsk a question
 

AnswerFolder Redirection & Recycle Bin

  • Wednesday, November 04, 2009 12:45 AMrdoss Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    People who are using Folder Redirection, what are ya'll doing about the redirected recycle bin? Do ya'll just accept that n% of space is going to be wasted by the users redirected recycle bins or is there another option? I found this link http://social.technet.microsoft.com/Forums/en-US/itprovistasetup/thread/ae07d8be-2339-4522-a3f5-2417c4858f8f/ at the forum here but it does not appear to work for me.  I've read that you can force the recycle bin to take at little as 1% of the volume where the documents are redirected to but this is still a alot of wasted storage space. Any suggestions/recommendations are appreicated.

Answers

  • Friday, November 06, 2009 10:22 AMgotsch-it Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    If you redirect "My Documents" Recycle Bin can become an issue (wasting tons of expensive server disk space).

    You can control Recycle Bin behavior with this key:
    "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\@
    NukeOnDelete=1
    would disable usage of RecycleBin for Redirected Folders. I recommended to do this.
    You can create a ADM/ADMX template to offer it via GPEDIT.

    Usually other techniques are available on the server to ensure file backups are available and can be restored (e.g. ShadowCopy).
    Patrick
  • Friday, November 06, 2009 5:22 PMGuy Yardeni Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The same NukeOnDelete key can also be used on subkeys of BitBucket (I've seen it as Known Folders or Volume) allowing you to turn off the behavior for specific folders rather than for the computer. The folder names are GUIDs so some experimentation might be required to find the correct one but the GUIDs are consistent from computer to computer.

    Guy

All Replies

  • Friday, November 06, 2009 10:07 AMMervyn ZhangMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    Recycle Bin is not part of Roaming Profile and will not be stored on server.

    Thanks.

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Friday, November 06, 2009 10:22 AMgotsch-it Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    If you redirect "My Documents" Recycle Bin can become an issue (wasting tons of expensive server disk space).

    You can control Recycle Bin behavior with this key:
    "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\@
    NukeOnDelete=1
    would disable usage of RecycleBin for Redirected Folders. I recommended to do this.
    You can create a ADM/ADMX template to offer it via GPEDIT.

    Usually other techniques are available on the server to ensure file backups are available and can be restored (e.g. ShadowCopy).
    Patrick
  • Friday, November 06, 2009 5:22 PMGuy Yardeni Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The same NukeOnDelete key can also be used on subkeys of BitBucket (I've seen it as Known Folders or Volume) allowing you to turn off the behavior for specific folders rather than for the computer. The folder names are GUIDs so some experimentation might be required to find the correct one but the GUIDs are consistent from computer to computer.

    Guy
  • Thursday, November 19, 2009 4:04 PMJames Szivos Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    This NukeOnDelete key is really nice. However, I bring forth another conundrum... After redirecting My Documents, the user will have two Recycle Bins - one for local files, the other for redirected files. When the user browses to the Recycle Bin it automatically loads the redirected My Documents, but I can't find out how to access the local Recycle Bin. I understand that the local Recycle Bin is C:\Recycler, but it directory always appears empty. I know in the ideal environment, users shouldn't have access to delete files from the local system. There must be a way to allow the user to access the local Recycle Bin after redirecting My Documents (other than disabling the redirection and log out/in)...

    Suggestions anyone?