PDA

View Full Version : Need some help



TraLaLa
02-10-2010, 06:22 PM
i searched the internet for a software but no luck so far, i wonder if there is a small apps that allows me to schedule a complete delete / format of my hard drive :lol:, its sounds crazy i know.
let's say after 1 minute after system start up so i have the time to stop it :P
or an application to protect my hard drive, i mean if its attached to another pc to not be able to use it.

ps: i have secret files :blink: some movies / tv series , small games and some music

anon
02-10-2010, 06:28 PM
i searched the internet for a software but no luck so far, i wonder if there is a small apps that allows me to schedule a complete delete / format of my hard drive :lol:, its sounds crazy i know.

You could write a small batch script and run it via Task Scheduler:

@sleep 60
@format X: /X /Y

You'll need a copy of sleep.exe, but read below.


or an application to protect my hard drive, i mean if its attached to another pc to not be able to use it.

Perhaps you could encrypt your hard drive via TrueCrypt.

TraLaLa
02-10-2010, 06:40 PM
thanks anon :)

Olmek
02-13-2010, 03:26 AM
an application to protect my hard drive, i mean if its attached to another pc to not be able to use it.

ps: i have secret files :blink: some movies / tv series , small games and some music
I didn't know such kind of applications.

But sometimes i do it like this
First move all secret files into a file folder and make it +s +r
Next rename it as Recycle Bin.{645ff040-5081-101b-9f08-00aa002f954e}
And now it's a recycle bin.
When using it ,just use softwares like winrar to rename it and open it ......

anon
02-13-2010, 04:50 PM
First move all secret files into a file folder and make it +s +r
Next rename it as Recycle Bin.{645ff040-5081-101b-9f08-00aa002f954e}
And now it's a recycle bin.
When using it ,just use softwares like winrar to rename it and open it ......

Heh, that's a good one. It'll deter the random noob trying to have a look at your files. :P

You can also disguise the folder as the Control Panel, Dial-Up Networking, My Computer and some others.

QPD
02-13-2010, 05:17 PM
I have a better way to protect my files form noobs :)

TraLaLa
02-14-2010, 11:11 AM
so share it with us :)