E*A*S*Y**T*O**B*E**A*P*P*L*I*E*D***********
This method for blocking Spyware is not new, This might be handy for people who wants to protect their pc.
original website spywareguide.com
regfile blocklist.reg
Quote
But don't want to lose out on functionality?
We have created a system that blocks all known "bad" ActiveX controls from running inside Internet Explorer by setting the "Kill bit".
When a page tries to install a component from our list, it will fail.
When a page tries to use a component from our list that was already present on your system, it will fail too!
Other, "friendly" components are not affected.
For a full technical explanation how this works, look at this Microsoft article.
RunOnceEx.cmd
REG ADD %KEY%\100 /V 1 /D "REGEDIT /S %systemdrive%\Install\Registers\blocklist.reg" /f
---
[23 june 2005] Update: Automatic blocklist Update
E*A*S*Y**T*O**B*E**A*P*P*L*I*E*D***********
Automaticly applying the latest blocklist file after installing your UA cd.
E*A*S*Y**T*O**B*E**A*P*P*L*I*E*D***********
check the attachment (blocklist-autoupdater.zip)
Tired of updating blocklist all the time?
yes
What does this script do?
First the script is checking updates online.
If file sizes don't match, assume there's an update and download it to the directory.
What does the script contains?
; Spyware & Adware ActiveX Blocker File
Global $name
Global $site
Global $dir
Blockfile()
Exit
Func Blockfile()
$name='blocklist.reg'
$site='http://www.spywareguide.com/' & $name
$dir='%systemdrive%\Install\Registers\' & $name
Seek()
EndFunc ;==>Blockfile
Func Seek()
$sizeweb = InetGetSize($site)
$sizehome = FileGetSize($dir)
if $sizeweb <> $sizehome Then
TrayTip("Updating",$name,3)
InetGet($site,$dir,1,0)
EndIf
EndFunc ;==>Seek
RunOnceEx.cmd blocklist auto updater
REG ADD %KEY%\100 /V 1 /D "REGEDIT /S %systemdrive%\Install\Registers\blocklist.reg" /f REG ADD %KEY%\100 /V 2 /D "%systemdrive%\Install\Registers\auto-blocklist-update.exe" /f
E*A*S*Y**T*O**B*E**A*P*P*L*I*E*D***********
This (AutoIT) script is original maded by Xander, I modified a bit.
This is a standalone script, there are no special software needed.
Attached File(s)
-
blocklist_autoupdater.zip (113.73K)
Number of downloads: 40
This post has been edited by 2forza: 23 June 2005 - 06:49 AM



Help


Back to top









