|
| |||||||||
| Tags: duplicate file, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to Delete Duplicate Files on Windows XP To Free Space
Even if you're a computer user keen on keeping your system healthy (i.e., you regularly delete unnecessary files, empty the Recycle Bin, and run Disk Defragmenter), you may be unaware of a potentially big waster of hard disk space: duplicate files. Applications can litter your hard disk with duplicate files, or you can actually create duplicate files by copying files from one folder to another. Windows XP's default installation doesn't provide you with a decent utility for tracking down duplicate files. However, Microsoft does have a tool called Duplicate Finder, which is part of the Windows XP Service Pack 2 Support Tools. Here's how to install and use the Duplicate Finder tool:
Here are tips for working with the list of duplicate files:
Note: This tip applies to both Windows XP Home and Windows XP Professional. |
|
#2
| ||||
| ||||
| Re: How to Delete Duplicate Files on Windows XP To Free Space
To find dupes in a directory structure try this: PS> gci . *.txt -r | ?{!$_.PSIsContainer} | %{$files=@{}}{if ($files[$_.name]) {$obj = new-object psobject;$obj | add-member NoteProperty Path $_.fullname;$obj | add-member NoteProperty Original $files[$_.name]; $obj} else {$files[$_.name]=$_.fullname}} | ft -groupby Original Path If the output looks good and you are comfortable with what is showing up in the "Path" field on the output, then remove the "ft -groupby Original path" part and replace it with "remove-item -whatif". After you have examined what will be deleted and are comfortable with that, then remove the -what if and let 'er rip. |
|
#3
| |||
| |||
| Re: How to Delete Duplicate Files on Windows XP To Free Space
I use duplicate finder 2009, it helped me to find and delete duplicate files from my Drive to free up my wasted disk space, it has great feature in which u can move or delete the selected files or folders. i found it on google search it says it can remove duplicates with great accurecy. Last edited by Rameez.J : 10-09-2009 at 05:59 PM. Reason: External Link Removed. Read Forum Rules. |
|
#4
| |||
| |||
| Re: How to Delete Duplicate Files on Windows XP To Free Space
Its very nice information it wil help me a lot |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Delete Duplicate Files on Windows XP To Free Space" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I delete duplicate files? | Jenks2 | Media Player | 9 | 04-01-2012 08:43 AM |
| Is it possible to identify and delete the duplicate files other than the program files on Windows 7? | The creeper | Operating Systems | 5 | 12-11-2011 10:22 PM |
| How to delete files using Duplicate Cleaner | Abbie | Windows Software | 5 | 30-01-2010 05:54 AM |
| Duplicate Files in Windows Folder, Unnecessary space used | Kishan | Operating Systems | 7 | 17-08-2009 05:09 AM |
| Is there any program to delete duplicate files. | Atilla | Windows Software | 3 | 27-02-2009 03:21 PM |