Contents
Index
Search
Search Knowledge Base
Collapse All
Expand All
Previous
Next
Search
Toggle Highlight
Solution Based on Operating System:
Windows XP or Windows Server 2003 with NTFS File System
Procedure
Log on to the computer with Administrator privilege.
Close all running applications to prevent applications from locking the file, which would make Windows unable to delete it.
Open the command prompt, and type the following to delete the files:
cd \
cd recycled
del *.* /S
The last command deletes all files in the Recycle Bin.
Check if the files were removed.
Other Operating Systems (or those without NTFS)
Procedure
Restart the computer in MS-DOS mode.
Open a command prompt, and type the following to delete the files:
cd \
cd recycled
del *.* /S
The last command deletes all files in the Recycle Bin.