1

So when I use my desktop and delete \NAS\Files\Directory, that I can still recover the files from the NAS' recycle bin.

The NAS is just a normal Windows share on a Windows 7 computer. I don't like the idea that removing a file is permanent.

Currently when I delete a file on the Windows share over the network, it will not be moved to the recycle bin, but removed permanently. This seems normal behavior.

ujjain
  • 1,725

1 Answers1

1

Apparently there is no built-in solution, since when you delete files in windows, they are moved into the drives recycle bin folder. I think its understandable that windows does not copy files you delete on the network over to your machine, to store them in a recycler.

There is, however, a workaround to achieve recycle bin coverage for network drives (should work from Vista upwards):

  1. Map a network drive to the network share you want to use. Make sure that the drive is re-connected on logon.

  2. Browse to C:\users\ <user name>.

  3. Right-click on one of the folders in this location (I chose saved games) and click properties.

  4. Select the Location tab.

  5. Click Move, browse to the root of the drive you mapped in step 1, and click Select Folder.

  6. Click Ok and click yes in the dialogue box that appears.

  7. Repeat these same steps for all users on the computer.

You can now verify that the network drive is protected by the recycle bin by right-clicking on the recycle bin and clicking properties. The network drive should be listed in the Recycle Bin Locations column.

Some warnings:

  1. This only protects files accessed through the mapped network drive, and not by UNC paths. So for example, if you mapped \\server\share to z:, and delete something off the z drive, it will go to the recycle bin. However, if you browse to \\server\share and delete a file, it will be deleted directly.

  2. I don't know what will happen if your network drive is not available, so beware. This may not work well with laptops.

  3. What ever files that were supposed to be stored in the folder you select in step 3 will now be stored on your mapped network drive by default. This can actually be quite useful.

who.knows
  • 615