<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>刷BIOS</title>
	<atom:link href="https://www.aitaocui.cn/tag/242707/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Sun, 27 Nov 2022 10:06:57 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>刷BIOS</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>刷BIOS(刷电脑硬件系统基本代码)</title>
		<link>https://www.aitaocui.cn/article/354613.html</link>
					<comments>https://www.aitaocui.cn/article/354613.html#respond</comments>
		
		<dc:creator><![CDATA[平一指]]></dc:creator>
		<pubDate>Sun, 27 Nov 2022 10:06:57 +0000</pubDate>
				<category><![CDATA[知识]]></category>
		<category><![CDATA[刷BIOS]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=354613</guid>

					<description><![CDATA[BIOS是英文Basic Input/Output System的缩写、中文为基本输出输入系统，是加载在电脑硬件系统上的最基本的软件代码。刷BIOS需要一个刷新的程序，一般在主板生...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>BIOS是英文Basic Input/Output System的缩写、中文为基本输出输入系统，是加载在电脑硬件系统上的最基本的软件代码。刷BIOS需要一个刷新的程序，一般在主板生产厂家的网页上可以下到，比如AWDFLASH.EXE。</p>
</article>
<p><img decoding="async" src="https://www.aitaocui.cn/wp-content/uploads/2022/08/20220828_630be4788e969.jpg" /></p>
<article>
<h1>简介</h1>
<p>刷BIOS需要一个刷新的程序，一般在主板生产厂家的网页上可以下到，比如AWDFLASH.EXE。/n</p>
</p>
<p>还需要BIOS的文件，一般是.bin文件，大小在几百K左右。/n</p>
</p>
<p>有WINDOWS下刷BIOS的工具，但是还是最好在纯净的DOS下面刷新，同时如果在刷新的过程中断电了（或者是没有显示成功），一般情况下主板就需要到厂家维修了。</p>
</p>
<p>刷BIOS和CIH病毒的原理是一样的。如果没有完整的执行的话，就只能用硬件的办法把BIOS写进去。</p>
</p>
<div></div>
<h1>方法</h1>
<p>上网下一个award公司的刷BIOS软件（到这下cbrom606.exehttp://www.pchome.net/dl/bios.htm），先备份你的BIOS文件，最好是备份到一张好的软盘上（U盘也可），万一失败了你可以通过以下几种方法恢复：/n</p>
</p>
<p>1、假如你点不亮的电脑还能有正常启动的动作，即开机时键盘的灯能亮，软驱的灯也亮的话，相对来说就好办些。你可以找块pci的显卡插上去，大部分情况下能够正常显示的；然后你再重复一下刷新BIOS的过程，把BIOS刷好，这是最简单的方法。/n</p>
</p>
<p>2、假如你手头找不到PCI显卡的话则可以准备一张启动软盘，把刷BIOS的工具和BIOS文件拷贝进去，然后拷入一个Autoexec.bat的批处理文件，修改批处理文件内容为(以Awwad BIOS为例)：/n</p>
</p>
<p>Awdflash XXX.bin /cc/py/sn/n</p>
</p>
<p>（Awdflash是Award BIOS写入工具，参数“/SN”的意思为刷新BIOS时不需备份原BIOS，“/PY”的意思是确定要更新BIOS，“/CC”的意思是刷新后清除CMOS设定）/n</p>
</p>
<p>插入软盘后开机，在软驱灯灭停止读盘后，可按“F1”或重新启动计算机，一般可解决因BIOS损坏而造成的不显示。/n</p>
</p>
<p>3、假如开机时启动动作也没，也不能读软驱的话，那就只能通过热插拔BIOS了，但这个动作是十分危险的。具体操作是找台好的电脑，在好电脑的 CMOS中把Video Cache,System Cache选择Disable，备份BIOS；在带电的情况下，拔去好的CMOS芯片，同时插入刷坏的CMOS。把刚才备份好的BIOS刷进坏的CMOS 中，重新启动；插入带有刷坏主板BIOS的软盘，运行刷BIOS的程序。这时要加个/F的参数，意思是强行刷入BIOS，把刷好的芯片放入刷坏的主板中，此时软驱可以工作，然后再运行刷BIOS的程序刷回来。/n</p>
</p>
<p>4、如果还不行，你只能拿着你的BIOS文件和主板到电脑公司用专用的硬件刷了。 </p>
</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/354613.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
