Protecting A External with antivirus, while on a non protected pc.

Status
Not open for further replies.

PCTechie316

Posts: 51   +0
I took out my one hard drive and put it in an encloser to use it like an external hd. Also i wanted to use it for like pc repair back ups on other pc's. IS it possible to have an antivirus protect it, if i hook it up to a non-protected pc. For Example, Like a non-protected laptop infected with viruses, so i can put someones backup stuff on my hard drive, without infecting my external with viruses. Is this possible? I don't think it is.
 
ComputerTeen said:
I took out my one hard drive and put it in an encloser to use it like an external hd. Also i wanted to use it for like pc repair back ups on other pc's. IS it possible to have an antivirus protect it, if i hook it up to a non-protected pc. For Example, Like a non-protected laptop infected with viruses, so i can put someones backup stuff on my hard drive, without infecting my external with viruses. Is this possible? I don't think it is.

Can be done, and you can create a script to run if you need too.
 
How it's done!

I've just tested this on one of my external HDD that I made using CompUsa external USB 2.0 case.

#1. Download: AVAST! Cleaner (doesn't have to be installed)
http://www.spychecker.com/program/avastcleaner.html

or

(Dr Cureit (this one is full blown but doesn't need to be installed but it has nag ads to buy the full version)
http://www.spychecker.com/program/cureit.html

#2.Download: (autorunpro.exe)
http://www.avdf.com/ftp/samples/autorunpro.zip

#3. Unzip the files to your USB 2.0 HDD and copy #1 to your USB 2.0 HDD also

#4. Edit autorun.inf script

[Autorun]
open=AutoRunPro.exe
;action=AutoRunPro.exe (used with vista, not needed with XP (;) disables it
; action new for Vista!

[AutorunPro]
; Here are some sample uses for Autorunpro. It keeps processing Them in Run1..RunN order until it doesnt find one. (..) disable the commands
Run1=aswclnr.exe this runs the anti-virus scanner AVAST! Cleaner
Run3..=http://www.gui.com.au
run6..=http://geek.forthephone.com
Run2..=Calc.exe
Run4..=relpath\doguff.bat
Run5..="mailto:mct@gui.com.au?subject=I have an Autorun Question"

#5. Test unplug the USB HDD then plug in back in.. You should be prompted to run the Autorunpro.exe and then you're set.

You can get fancy and make this if you want instead.
http://www.net-burner.com/Downloads/$RDAM.asp

AutoMenuSS.gif


Note everything I've shown you here is 100% free!
 
ComputerTeen said:
the auto run for the avast scanner will not run for some reason after i put the script in.

save the below as autorun.inf (you should have autorunpro.exe, autorun.inf aswclnre.exe all in the root of your HDD drive. Not in any folder as it won't run.

remove the stuff so now copy below and paste it into notepad and then save it as: autorun.inf

[Autorun]
open=AutoRunPro.exe
;action=AutoRunPro.exe
; action new for Vista!

[AutorunPro]
Run1=aswclnr.exe



If you have problem let me know.. I got it to work, you should be able to unless you have autorun disabled on your box.
 
Status
Not open for further replies.
Back