Files Are Not Deleted From Recycler Folder

ID: Q229041


The information in this article applies to:
  • Microsoft Windows NT Server version 4.0
  • Microsoft Windows NT Server, Enterprise Edition version 4.0
  • Microsoft Windows NT Workstation version 4.0


SYMPTOMS

When you empty the Recycle Bin in Windows, the files may not be deleted from your hard disk.

NOTE: You cannot view these files using Windows Explorer, My Computer, or the Recycle Bin.


CAUSE

This issue can occur if a third-party filter driver is using the files you try to delete.


RESOLUTION

To resolve this issue, delete the files from an MS-DOS prompt. To do this, follow these steps:

  1. Click Start, click Run, type cmd.exe in the Open box, and then click OK.


  2. Change to the drive and folder where you deleted the files.


  3. For example if you deleted a file from the C:\Windows folder, type cd\windows at the C: prompt, and then press ENTER.
  4. From that folder type cd recycler, and then press ENTER.


  5. From the Recycler folder type dir, and then press ENTER. You may see some User<SID> folders where <SID> is the security ID for each user who deleted files in that folder.


  6. Type cd user<SID>, and then press ENTER.


  7. Type del *.*, and then press ENTER. If you receive an error message that indicates some files are open, quit all the programs running on your computer.


  8. Type cd.., press ENTER, and then repeat steps 5-7 for each folder in the Recycler folder.


  9. Type exit, and then press ENTER.



MORE INFORMATION

For information about the Recycle Bin, please see the following articles in the Microsoft Knowledge Base:

Q165126 Cannot Delete File Using Windows NT Explorer
Q171051 How To Bypass The Recycle Bin When Deleting Files
Q171694 Differences Between The Recycle Bin and the Recycler Folder

Additional query words:

Keywords : kbenv kbtool diskmem
Version : winnt:4.0
Platform : winnt
Issue type : kbprb


Last Reviewed: May 28, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.