5331 private links
Files deleted from a Mapped Drive are not saved to the Windows Recycle Bin by default. The following procedure will enable saving deleted files to the Recycle Bin for the [[network:drive_maps|Mapped Drives]].
Merge the following Registry File for each login/account on each computer (save and double-click, or right-click and select "Merge"). Save the file on the desktop; if using the copy saved on a mapped network drive, copy it to the desktop before merging.
Max Cap ~ 50Gb
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7000B058-2EF2-460E-B7DF-7670E541B077}]
"RelativePath"="Q:\\"
"Category"=dword:00000004
"Name"="QuickBooks"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder\{9B6961A5-6010-469B-9613-3A0190F34FFC}]
"MaxCapacity"=dword:0000c7eb
"NukeOnDelete"=dword:00000000
32-bit programs won't respect that setting, so must add:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions{9147E464-33A6-48E2-A3C9-361EFD417DEF}]
"RelativePath"="X:\"
"Category"=dword:00000004
"Name"="XDrive"
[HKEY_CURRENT_USER\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder{9147E464-33A6-48E2-A3C9-361EFD417DEF}]
"MaxCapacity"=dword:0000c7eb
"NukeOnDelete"=dword:00000000