Sometimes, when we browse a webpage, we may find a greeting on the desktop, which may be strange to everyone. What is the problem? In fact, this is the personal homepage producer.
As for how to improve the browsing rate of your website, I don't like it anyway. (Code is not published here for security reasons)
As a Web page maker, you certainly like the above, but it is not necessary for viewers. If you hate such a thing happening on you, you can take the following measures:
1. If your IE security level is set to high enough, the dialog box shown in "1" appears. If you select "no" in the dialog box, such a file will not appear on your desktop. We can see that,
This can be avoided by setting the security level of IE to a high level. Or disabling script running in IE can also prevent such a problem.
2. The above program is written in the VBScript language, while the VBScript Code is interpreted and executed through WSH (Windows Script Host). Therefore, WSH is deleted and no longer needed.
Worried about the harassment of these scripts written in VBS and JS! In Windows 9x, WSH is set as the default installation item. According to the official website of Microsoft Chinese, the ActiveX script system supported by ws h is complete.
Structure "enables users to use powerful scripting languages such as Visual Basic Script and javascript, and also supports MS-DOS command Scripts ",
Run the command on Windows desktop or command console ". We can see that WSH and script programs can be used to write highly lethal script viruses or malicious code. From another perspective,
Windows Script Host was originally used by the system administrator to configure the desktop environment and system services to minimize management. However, for most users, WSH does not
So we can disable it. To uninstall the Windows Scripting Host, go to "Control Panel" in Windows98 (NT4.0 or above), open "add
Add/delete programs. Click "Windows Installer", double-click the "attachment" item, and √ of "Windows Scripting Host" in the window that appears.
"Remove, click" OK ", and then click" OK "to uninstall the Windows Scripting Host.
3. The implementation of the above functions is inseparable from the "File System Object" Object. Therefore, disabling "FileSystemObject" can effectively prevent such incidents. Procedure:
In the MS-DOS status, keyboarder Regsvr32/u c: \ windows \ system \ scrrun. dll. Note: In actual operations, you must change it to your local path.
Prohibit file system objects to avoid code writing on the desktop when browsing the Web page.
If you follow the steps above, there is an unexpected benefit: it can prevent attacks from most script viruses. Is this an unexpected result?