Any Way to Search and Delete Very Large Files ?

  • Thread starter Thread starter Talal Itani
  • Start date Start date
T

Talal Itani

Hello,

I noticed that my disk drive has some very large files. Some wav, other
tiff. These are files that I have created and forgot. Is there a way to
list all very large files, so that I can examine them, and then delete some
of them?

Thanks
 
Search has a "Size"criteria, "At least ____", In the advanced Search
options. A value of 10,000 equates to a base search of 10 Megabyte
files and larger.
 
Talal Itani said:
Hello,

I noticed that my disk drive has some very large files. Some wav, other
tiff. These are files that I have created and forgot. Is there a way to
list all very large files, so that I can examine them, and then delete
some of them?

Thanks

Try this:
- Click Start / Run / cmd {OK}
- Type these commands:
xxcopy.exe /L c:\*.* /s /sz:1000000- c:\ > c:\test.txt{Enter}
notepad c:\test.txt{Enter}
You need to download xxcopy.exe from one of the many
sites where it is available and copy it to c:\Windows. The
number "1000000" represents the size of the files you're
looking for.
 
Talal said:
Hello,

I noticed that my disk drive has some very large files. Some wav, other
tiff. These are files that I have created and forgot. Is there a way to
list all very large files, so that I can examine them, and then delete some
of them?

Thanks
Use the Details View in Explorer and sort by descending file size. Then
highlight and delete as necessary.

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Temp files 5
Splitting a large file???? 3
Slow file deletion 5
Very large pagefile.sys 7
Unable to delete files 2
Cannot change or delete file 8
Files over 4GB 23
wav file wont delete 2

Back
Top