Jump to content

Delete all files on HDD ?

Wano97

Is this a right cmd prompt to wipe an HDD ? Out of "curiosity"

@[member=Echo]del "c:\windows"pause
Link to comment
Share on other sites

Link to post
Share on other sites

 

Is this a right cmd prompt to wipe an HDD ? Out of "curiosity"

@[member='Echo']del "c:\windows"pause

 

That would brick the OS, you'd need to del "c:\" to wipe the HDD.

i'm a potato

Link to comment
Share on other sites

Link to post
Share on other sites

That would brick the OS, you'd need to del "c:\" to wipe the HDD.

Thought so, but just the OS would be plenty though  ;)

Link to comment
Share on other sites

Link to post
Share on other sites

Thought so, but just the OS would be plenty though  ;)

 

If you do that the OS won't work, if you "only" want to do that then fine.

i'm a potato

Link to comment
Share on other sites

Link to post
Share on other sites

is there an easy way to delete everything bar the os (and still have it work)?

Bleigh!  Ever hear of AC series? 

Link to comment
Share on other sites

Link to post
Share on other sites

if you really want to wipe the drive:

 

use linux

 

sudo dd if=/dev/urandom of=/dev/sda bs=1M

 

where sda is the name of your device. if you only have a main drive, its sda, otherwise next is sdb, etc...

 

do a few passes of this and only a forensic will be able to retrieve any data on it

"Unofficially Official" Leading Scientific Research and Development Officer of the Official Star Citizen LTT Conglomerate | Reaper Squad, Idris Captain | 1x Aurora LN


Game developer, AI researcher, Developing the UOLTT mobile apps


G SIX [My Mac Pro G5 CaseMod Thread]

Link to comment
Share on other sites

Link to post
Share on other sites

is there an easy way to delete everything bar the os (and still have it work)?

format and reinstall is about all you can do, otherwise you will have a very messy registry with half installed programs, missing links and shortcuts that go nowhere. Not to mention any hardware specific programs that might get messed with.

Grammar and spelling is not indicative of intelligence/knowledge.  Not having the same opinion does not always mean lack of understanding.  

Link to comment
Share on other sites

Link to post
Share on other sites

Out of "curiosity"

 

k....

Way to be an addition to the topic

Link to comment
Share on other sites

Link to post
Share on other sites

Out of "curiosity"

 

k....

Yeah thinks he is so slick......out of curiosity.....pfffffttt ha

A water-cooled mid-tier gaming PC.

Link to comment
Share on other sites

Link to post
Share on other sites

Does anyone know if it's possible to delete the solid state drive / mechanical hard drive's data without booting into Windows and without having a Windows installation disk / USB flash drive with a Windows ISO?

Link to comment
Share on other sites

Link to post
Share on other sites

Does anyone know if it's possible to delete the solid state drive / mechanical hard drive's data without booting into Windows and without having a Windows installation disk / USB flash drive with a Windows ISO?

linux (ubuntu) cd, boot from cd and format drive.

Grammar and spelling is not indicative of intelligence/knowledge.  Not having the same opinion does not always mean lack of understanding.  

Link to comment
Share on other sites

Link to post
Share on other sites

Does anyone know if it's possible to delete the solid state drive / mechanical hard drive's data without booting into Windows and without having a Windows installation disk / USB flash drive with a Windows ISO?

Grab boot n nuke http://www.dban.org/ to permanently erase your drive (not tested it personally)

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

Does anyone know if it's possible to delete the solid state drive / mechanical hard drive's data without booting into Windows and without having a Windows installation disk / USB flash drive with a Windows ISO?

Sure! Just grab a drill and drive it right through the platters. Best done several times.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×