Updated on:
|
VBS Defender
Background Microsoft, in their infinite wisdom, decided that VBS was such a great subset of the Visual Basic language, they incorporated VBS into the Windows Scripting Host (WSH) engine. WSH is a very useful tool used by a lot of network administrators running Windows NT/2000 servers to help automate a lot of tasks. WSH was introducted to the Windows 9x environments with the introduction of Microsoft Internet Explorer 4.x. Many Windows users don't know that WSH is even installed on their system until it's too late. What we mean by too late is when a VBS-based virus infects their system. By default, a file with extension VBS, JSE, or WSH are immediately executed when one double-clicks on them. Rather than having the Windows execute these files when one double-clicks on them, it's safer to have default action open the file in Notepad. This allows you see the content of the file first before executing it. If you really want to execute the file, simply select the file, click on it with the right mouse button, and select Open from the context menu.
This program is based on specifications outlined in Rod Ream's PC World article, "How to Trick the Anna Worm".
Purpose of VBS Defender To run VBS Defender as a command-line application, go to the folder where VBS Defender resides and type the following at a DOS prompt: VBSDEFENDER /S Once completed, there will be no dialog box or anything else. The reason why is because we assumed that you were running it as part of a login script or SMS package deployed to all users and we felt that having a dialog box appear would just get in the way. To removed the changes to Windows System Registry made by VBS Defender, from a DOS prompt, type the following: VBSDEFENDER /U If you have scripts that need to be executed, simply put WSCRIPT before the name of the script file.
System Requirements This program is freeware/donationware. You are free to use this program on as many computers as you want without the worry that the software police will come knocking on your door for a registration fee. We do ask that if you feel so inclined, feel free to make a donation to our software development cause.
|