我正在从.hta文件制作假BSOD。它是完美的,除了程序中有一个白色边框。我不知道该做什么,我无法找到关于这个主题的任何内容。谁能解决这个问题?这是代码:
<html><head><title>BSOD</title>
<hta:application id="oBVC"
applicationname="BSOD"
version="1.0"
maximizebutton="no"
minimizebutton="no"
sysmenu="no"
Caption="no"
windowstate="maximize"/>
</head><body bgcolor="#000088" scroll="no">
<font face="Perfect DOS VGA 437" size="4" color="#FFFFFF">
<p>A problem has been detected and windows has been shutdown to prevent
damage to your computer.</p>
<p>DRIVER_IRQL_NOT_LES_OR_EQUAL</p>
<p>If this is the first time you've seen this stop error screen, restart
your computer, If this screen appears again, follow these steps:</p>
<p>Check to make sure any new hardware or software is properly installed. If
this is a new installation, ask your hardware or software manufacturer for
any windows updates you might need.</p>
<p>If problems continue, disable or remove any newly installed hardware or
software. Disable BIOS memory options such as caching or shadowing. If you
need to use Safe Mode to remove or disable components, restart your
computer, press F8 to select Advanced Startup Options, and then select Safe
Mode.</p>
<p>Technical information:</p>
<p>*** STOP: 0x000000D1 (0x0000000C,0x00000002,0x00000000,0xF86B5A89)</p>
<p>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp
3dd9919eb</p>
<p>Beginning dump of physical memory</p>
<p>Physical memory dump complete.</p>
<p>Contact your system administrator or technical support group for further
assistance.</p>
</font>
</body></html>