Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-14-2008, 03:44 AM
Ojas
Guest
 
Posts: n/a
Default Best Windows undelete software

Does anyone have any recommendations for the best file undelete
software?

For example, for when I empty the recycle bin with a file that I
didn't want to delete.

What I want is something that I can have on computer for when I do
something really stupid.

The software has to support

* Windows 2000
* Windows XP
* Windows 2003 Server (32 bit and 64 bit)
* Windows Vista

Reply With Quote
  #2 (permalink)  
Old 04-14-2008, 09:09 AM
Ertugrul =?UTF-8?B?U8O2eWxlbWV6?=
Guest
 
Posts: n/a
Default Re: Best Windows undelete software

Ojas <ojasrege@yahoo.com> wrote:

> Does anyone have any recommendations for the best file undelete
> software?
>
> For example, for when I empty the recycle bin with a file that I
> didn't want to delete.
>
> What I want is something that I can have on computer for when I do
> something really stupid.


The filesystem driver assumes that you don't do "something really
stupid" in the first place, so it does not preserve deleted files in any
way. You have no guarantee that you can restore deleted files.
Assuming otherwise would render today's filesystems totally inefficient.

Stick to the recommendation of another poster in this thread and use
backups instead.


Regards,
Ertugrul.


--
http://ertes.de/


Reply With Quote
  #3 (permalink)  
Old 04-14-2008, 02:03 PM
Bob Drake
Guest
 
Posts: n/a
Default Re: Best Windows undelete software

For really trouble free backups, I use SynchBackSE. It costs about $20.
You can set up different profiles to copy different directories, drives,
parts of directories or whatever to CD, DVD, FlashDrive, or 2nd or third
hard drive. Never found anything easier -set it and forget it.

"ErtugrulSöylemez" <es@ertes.de> wrote in message
news:ftv70e$lt$01$1@news.t-online.com...
> Ojas <ojasrege@yahoo.com> wrote:
>
>> Does anyone have any recommendations for the best file undelete
>> software?
>>
>> For example, for when I empty the recycle bin with a file that I
>> didn't want to delete.
>>
>> What I want is something that I can have on computer for when I do
>> something really stupid.

>
> The filesystem driver assumes that you don't do "something really
> stupid" in the first place, so it does not preserve deleted files in any
> way. You have no guarantee that you can restore deleted files.
> Assuming otherwise would render today's filesystems totally inefficient.
>
> Stick to the recommendation of another poster in this thread and use
> backups instead.
>
>
> Regards,
> Ertugrul.
>
>
> --
> http://ertes.de/
>


Reply With Quote
  #4 (permalink)  
Old 04-14-2008, 03:52 PM
barracuda
Guest
 
Posts: n/a
Default Re: Best Windows undelete software


Undelete from Diskeeper is what you are looking for, I think. It
replaces the recycle bin with it's own version of it.

You can check out the trial versions here:
http://www.undelete.com/file-recovery.asp

Ojas;3670209 Wrote:
> Does anyone have any recommendations for the best file undelete
> software?
>
> For example, for when I empty the recycle bin with a file that I
> didn't want to delete.
>
> What I want is something that I can have on computer for when I do
> something really stupid.
>
> The software has to support
>
> * Windows 2000
> * Windows XP
> * Windows 2003 Server (32 bit and 64 bit)
> * Windows Vista



--
barracuda
------------------------------------------------------------------------
barracuda's Profile: http://forums.techarena.in/member.php?userid=28186
View this thread: http://forums.techarena.in/showthread.php?t=950151

http://forums.techarena.in


Reply With Quote
  #5 (permalink)  
Old 04-14-2008, 06:21 PM
Sebastian G.
Guest
 
Posts: n/a
Default Re: Best Windows undelete software

barracuda wrote:

> Undelete from Diskeeper is what you are looking for, I think. It
> replaces the recycle bin with it's own version of it.



As if a recycle bin inside a recycle bin would make it an better...

Reply With Quote
  #6 (permalink)  
Old 04-18-2008, 11:16 PM
C
Guest
 
Posts: n/a
Default Re: Best Windows undelete software



On Sun, 13 Apr 2008, Ojas wrote:

> Does anyone have any recommendations for the best file undelete
> software?
>
> For example, for when I empty the recycle bin with a file that I
> didn't want to delete.
>
> What I want is something that I can have on computer for when I do
> something really stupid.
>
> The software has to support
>
> * Windows 2000
> * Windows XP
> * Windows 2003 Server (32 bit and 64 bit)
> * Windows Vista
>

www.pcinspector.de

Free

Reply With Quote
  #7 (permalink)  
Old 04-18-2008, 11:35 PM
Sebastian G.
Guest
 
Posts: n/a
Default Re: Best Windows undelete software

C wrote:


> www.pcinspector.de
>
> Free



crashes and stops working

Reply With Quote
  #8 (permalink)  
Old 04-29-2008, 07:35 PM
code_wrong
Guest
 
Posts: n/a
Default Re: Best Windows undelete software


"Ojas" <ojasrege@yahoo.com> wrote in message
news:15fa1264-2b64-4e80-a842-ba7a7750c6ea@s13g2000prd.googlegroups.com...
> Does anyone have any recommendations for the best file undelete
> software?
>
> For example, for when I empty the recycle bin with a file that I
> didn't want to delete.
>
> What I want is something that I can have on computer for when I do
> something really stupid.
>
> The software has to support
>
> * Windows 2000
> * Windows XP
> * Windows 2003 Server (32 bit and 64 bit)
> * Windows Vista


trys this:
http://www.undeleteunerase.com/
I downloaded it but never got around to testing it myself



Reply With Quote
  #9 (permalink)  
Old 05-02-2008, 09:05 PM
Eric
Guest
 
Posts: n/a
Default Re: Best Windows undelete software


The filesystem does only one thing when you delete a file: it erases the
entry in the file allocation table (like ripping out an index-line of
book) thus in effect making the still used filesystemblocks available
for overwriting...
Formatting a disk does the same: either just write a new file allocation
table or first check the sectors on the disc if they can be used (if not
register them as such) en then write the file allocation table. The
content of the disc remains intact until overwritten.
The only time when you can restore a file almost certainly is when you
notice the accidental delete,you stop all harddisc access. Otherwise
this access might just overwrite the datablocks on the disc that were
just released from the file allocation table.

Vista maybe, but Windows Server 2003 certainly have a feature called
shadow copy. Study it an use it. It allows for undeleting files after
deleting them, but only for as long as the shadow copy of that
particular file is still on the server and not replaced.

As for the tools: google for "undelete windows 2000" and you get quite a
big selection of tools available.

Last but not least: as some others said: backup backup backup
and...backup (with history).

Greetings
Eric




Ertugrul Söylemez wrote:
> Ojas <ojasrege@yahoo.com> wrote:
>
>> Does anyone have any recommendations for the best file undelete
>> software?
>>
>> For example, for when I empty the recycle bin with a file that I
>> didn't want to delete.
>>
>> What I want is something that I can have on computer for when I do
>> something really stupid.

>
> The filesystem driver assumes that you don't do "something really
> stupid" in the first place, so it does not preserve deleted files in any
> way. You have no guarantee that you can restore deleted files.
> Assuming otherwise would render today's filesystems totally inefficient.
>
> Stick to the recommendation of another poster in this thread and use
> backups instead.
>
>
> Regards,
> Ertugrul.
>
>


Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
HPSBMA02317 SSRT080026 rev.1 - HP Select Identity Software, Gain Unauthorized Access Security Alert comp.security.misc 0 04-02-2008 12:16 PM
Custom Software Development VB alt.internet.wireless 0 05-25-2007 03:12 PM
Software for ATI All-In-Wonder 128 Pro AGP josh.higgs@gmail.com alt.comp.hardware 8 02-21-2007 02:42 AM
HACKING LESSONS 1-17, HACKING, 24 CDs, WINDOWS XP ( X64 ) PRO CORP SP2, WINDOWS VISTA, OFFICE 2007, PROJECT 2007, PUBLISHER 2007, VISIO 2007, BRITANNICA 2007, other 2006-Dec-10 atarax alt.computer.security 0 12-11-2006 12:11 PM
Security fears over MS October patches... Imhotep alt.computer.security 31 10-23-2005 12:58 AM


All times are GMT. The time now is 05:08 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43