Files Are Not Deleted From Recycler Folder (229041)
The information in this article applies to:
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Server, Enterprise Edition 4.0
- Microsoft Windows NT Workstation 4.0
This article was previously published under Q229041 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:
- Click Start, click Run, type cmd.exe in the Open box, and then click OK.
- Change to the drive and folder where you deleted the files.
For example if you deleted a file from the C:\Windows folder, type cd\windows at the C: prompt, and then press ENTER.
- From that folder type cd recycler, and then press ENTER.
- From the Recycler folder type dir, and then press ENTER. You may see some UserSID folders where SID is the security ID for each user who deleted files in that folder.
- Type cd userSID, and then press ENTER.
- 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.
- Type cd.., press ENTER, and then repeat steps 5-7 for each folder in the Recycler folder.
- Type exit, and then press ENTER.
Modification Type: | Major | Last Reviewed: | 8/10/2001 |
---|
Keywords: | kbDiskMemory kbenv kbprb KB229041 |
---|
|