|
|
Windows Script Host (WSH) is a
feature that allows you to create and run powerful scripts (similar
to the DOS batch files, but better).
The destructive VBS/LoveLetter (aka ILOVEYOU) virus used Outlook
messages to deliver a VBScript .vbs file payload. Not opening the
file attachment is the most effective way to avoid this type of
virus. However, you may also want to either disable Windows
Script Host or render it incapable of automatically executing VBS
files. Under Windows NT and 2000, you may not have permission
to make these changes; see your administrator.
|
Disabling WSH
|
In Windows 98, you can disable Windows Script Host by removing
the component through Control Panel | Add/Remove Programs.
Look under Windows Setup, under Accessories.
In later Windows versions, WSH is integrated into the operating
system and does not appear as a removable component.
|
Changing the Default Action
|
If you want to retain the ability to run scripts when
necessary, but avoid running them automatically, a good strategy is
to change the default action for scripts so that they open in
Notepad when you double-click them, rather than executing as
scripts. Our thanks to John Halsey for this suggestion. Follow these
step-by-step instructions:
- In My Computer or in any Windows Explorer window, choose View
| Options, then switch to the File Types tab.
- Select the entry for VBScript Script File, which uses the
extension VBS, and then click Edit (Advanced in
Windows 2000).
- On the Edit File Type dialog box, under Actions,
select Edit, and then click Set Default.
- Make sure the boxes for Confirm Open After Download and
Always show extension are checked. (These offer
additional protection. The VBS/LoveLetter virus masqueraded as a
text file on systems where extensions were not displayed by
using the file name LOVE-LETTER-FOR-YOU.TXT.vbs.)
- Click OK to return to the File Types tab.
- Repeat Steps 2-5 for these other scripting file types, if you
find them in the Registered file types list:
- JScript Script File (extension JS)
- JScript Encoded Script File (JSE)
- VBScript Encoded Script File (VBE)
- Windows Script File (WSF)
- Click OK to save your changes.
After you change the file type associations, double-clicking one
of these files or opening it from inside an Outlook message will
display the file in Notepad. When you need to run one of these
scripts, you can right-click it and choose Open from the
popup menu. For more information, see:
Information on Preventing Certain Types of Software from Running
Automatically
|