- Follow via:
- RSS
- Email Alert
Question
0
Votes
Protect Files Fro Virus Scanners
Is there a way to shield certain files from Virus Scanners? I use some "hacking programs" from time to time, but on certain computers the real time virus scanner will delete these files. I know some virus programs allow you to create exclusions, but I work on over 100 systems and most have different anti-virus software. I know I could put them on a CD (read only), but I do not want to be carrying around a CD everywhere. USB drives are easy to update and much more mobile! Thanks for your help!
5th Jun 2009
Answers (2)
0
Votes
Sorry - but you're not making much sense to me ..
Why are you asking about shielding the files, if you already realise that a USB drive is the answer?
If you keep these programs on a thumb drive you won't have a problem.
Even if the thumb drive is attached during an anti-virus scan, you can set the scanner to ignore removable drives.
If you keep these programs on a thumb drive you won't have a problem.
Even if the thumb drive is attached during an anti-virus scan, you can set the scanner to ignore removable drives.
5th Jun 2009
Replies
.... any good virus scanner SHOULD prevent them from running, especially when started from a Thumb Drive or simply copied to the HDD.
Of course, they probably could be run while in Safe Mode while the A/V isn't running.
Of course, they probably could be run while in Safe Mode while the A/V isn't running.
ThumbsUp2
5th Jun 2009
I just meant that whenever the scanner ran its sweep, they might not be picked up on.
However, the moment they were invoked, even from a thumb drive, the scanner should recognise them immediately and raise the alarm.
Hell, my scanner alerts me even if I download a questionable installer package, and that's during the download no less!
However, the moment they were invoked, even from a thumb drive, the scanner should recognise them immediately and raise the alarm.
Hell, my scanner alerts me even if I download a questionable installer package, and that's during the download no less!
OldER Mycroft
5th Jun 2009
use a write protected flash drive
computechdan
5th Jun 2009
0
Votes
It is probably best to stick with a CD
you can get the mini CD's that don't use much space. Another alternative.
In the recent release of Windows XP Service Pack 2 (SP2), a new feature was added by Microsoft to allow the write protection of USB block storage devices. This entails a simple Registry modification that requires no hardware devices to write protect thumb drives.
If the USB drive has no small switch for write protection you can create a Batch file to turn it on through the Registry
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies /v WriteProtect /t REG_DWORD /d 1
and one to turn it off but a System restart is required. Place the Batch files on the USB.
reg delete HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies /f
In the recent release of Windows XP Service Pack 2 (SP2), a new feature was added by Microsoft to allow the write protection of USB block storage devices. This entails a simple Registry modification that requires no hardware devices to write protect thumb drives.
If the USB drive has no small switch for write protection you can create a Batch file to turn it on through the Registry
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies /v WriteProtect /t REG_DWORD /d 1
and one to turn it off but a System restart is required. Place the Batch files on the USB.
reg delete HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies /f
5th Jun 2009

































