|
| ||||||||||
| Tags: duplicate file, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to Delete Duplicate Files on Windows XP To Free Space
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 04: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? | Lynette | Media Player | 8 | 17-12-2012 02:24 PM |
| 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 09:22 PM |
| How to delete files using Duplicate Cleaner | Abbie | Windows Software | 5 | 30-01-2010 04:54 AM |
| Duplicate Files in Windows Folder, Unnecessary space used | Kishan | Operating Systems | 7 | 17-08-2009 04:09 AM |
| Is there any program to delete duplicate files. | Atilla | Windows Software | 3 | 27-02-2009 02:21 PM |