电脑启动蓝屏高手帮忙!(急!!)
电脑启动后蓝屏出现STOP:0X00000073(0X00000001,0XC000017D,0X00000002,0XF812CBB8)...
电脑启动后蓝屏出现STOP:0X00000073(0X00000001,0XC000017D,0X00000002,0XF812CBB8)
展开
7个回答
展开全部
代码后的0XC000017D该参数表明, Windows 没有系统驱动器上有足够的硬盘空间。 释放一些磁盘空间要解决此问题在系统驱动器上。 如果此过程, 不能解决问题, 执行这些步骤:
a. 尝试使用 " 最近一次正确 " 负载功能。 显示已知上次加载正确消息时按空格键这样。
b. 通过使用紧急修复磁盘 (ERD) 过程还原注册表文件
c. 完成并行安装, 然后从磁带备份还原注册表文件。 来重新安装到一个单独文件夹, Windows 这样做, 然后还原注册表配置单元 %SYSTEMROOT%\System32\Config 文件夹中找到。
你这个问题不是很简单的就能解决的!按照步骤来的话一定是可以的!就怕你嫌麻烦,加上对电脑一点都不懂!唉!
另外你杀毒,不用每次开机都扫描,我个人建议你每过一段时间手动扫描杀毒就可以了!开着杀毒和防火墙,不是那么容易就会中毒的!
a. 尝试使用 " 最近一次正确 " 负载功能。 显示已知上次加载正确消息时按空格键这样。
b. 通过使用紧急修复磁盘 (ERD) 过程还原注册表文件
c. 完成并行安装, 然后从磁带备份还原注册表文件。 来重新安装到一个单独文件夹, Windows 这样做, 然后还原注册表配置单元 %SYSTEMROOT%\System32\Config 文件夹中找到。
你这个问题不是很简单的就能解决的!按照步骤来的话一定是可以的!就怕你嫌麻烦,加上对电脑一点都不懂!唉!
另外你杀毒,不用每次开机都扫描,我个人建议你每过一段时间手动扫描杀毒就可以了!开着杀毒和防火墙,不是那么容易就会中毒的!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
给你举个列子和你的差不多
*** Stop:Ox00000008E(OXC0000005,OX808B3AF5,OXF71AFBDC,OX0000000)
KMODE_EXCEPTION_NOT_HANDLED
*** Address F24A447A base at f24A0000, DateStamp 35825ef8d - wdmaud.sys
If this is the first time you've seen this Stop error screen, restart your computer.
If this screen appears again, follow these steps:
Check to be sure you have adequate disk space. If a driver is identified in the
Stop message, disable the driver or check with the manufacturer for driver updates.
Try changing video adapters.
Check with your hardware vendor for any BIOS updates. 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.
Refer to your Getting Started manual for more information on troubleshooting Stop errors.
Kernel Debugger Using: COM2 (Port 0x2f8, Baud Rate 19200)
Beginning dump of physical memory
Physical memory dump complete. Contact your system administrator or technical support group.
根据这个具体的例子,按照上面刨析的BSOD四个部分,下面一一介绍:
bug检查部分:
这是BSOD中包含实际出错消息的位置。它看上去就是下面的代码:
*** Stop: 0x0000001E (0xF24A447A, 0X00000001, 0X0000000)
KMODE_EXCEPTION_NOT_HANDLED *** Address F24A447A base at f24A0000, DateStamp 35825ef8d - wdmaud.sys
其中错误代码是一个紧跟在Stop后面的十六进制数,在这里面它由其它四个数字组成。
而错误符号是指紧随其后的KMODE_EXCEPTION_NOT_HANDLED.
在一些BSOD出错信息中,一个内存位置和文件名出现在错误符号的后面。这个信息告诉了当错误发生的时候在内存中的位置和哪个文件导致了错误的发生。当然你是否能够看到该信息是由哪种停止消息类型来决定的。在一些实际运用中,你只能够看到上面的第一行。而这里通常是表示由显示服务中导致的问题。 推荐用户采取行动部分:
在上面的例子中推荐用户采取行动部分如下:
If this is the first time you've seen this Stop error screen, restart your computer. If this screen appears again, follow these steps:
Check to be sure you have adequate disk space. If a driver is identified in the Stop message, disable the driver or check with the manufacturer for driver updates. Try changing video adapters.
Check with your hardware vendor for any BIOS updates. 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.
Refer to your Getting Started manual for more information on troubleshooting Stop errors.
推荐用户采取行动部分通常是推荐用户在遇到了出错信息后应该采取的解决步骤。在消息中可以看到,解决一个BSOD也许只要重新启动或则整理出足够大的剩余空间就能够解决了。尽管这样的方法偶尔会起到作用,但是实际上要解决BSOD经常要远远复杂得多。
调试端口信息部分:
这部分包含有你应该如何设置你的内核调试器的信息。我会在以后的网站里面详细介绍什么是2000的内核调试器。在上面的例子中,这部分内容是:
Kernel Debugger Using: COM2 (Port 0x2f8, Baud Rate 19200)
Beginning dump of physical memory Physical memory dump complete. Contact your system administrator or technical support group.
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
*** Stop:Ox00000008E(OXC0000005,OX808B3AF5,OXF71AFBDC,OX0000000)
KMODE_EXCEPTION_NOT_HANDLED
*** Address F24A447A base at f24A0000, DateStamp 35825ef8d - wdmaud.sys
If this is the first time you've seen this Stop error screen, restart your computer.
If this screen appears again, follow these steps:
Check to be sure you have adequate disk space. If a driver is identified in the
Stop message, disable the driver or check with the manufacturer for driver updates.
Try changing video adapters.
Check with your hardware vendor for any BIOS updates. 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.
Refer to your Getting Started manual for more information on troubleshooting Stop errors.
Kernel Debugger Using: COM2 (Port 0x2f8, Baud Rate 19200)
Beginning dump of physical memory
Physical memory dump complete. Contact your system administrator or technical support group.
根据这个具体的例子,按照上面刨析的BSOD四个部分,下面一一介绍:
bug检查部分:
这是BSOD中包含实际出错消息的位置。它看上去就是下面的代码:
*** Stop: 0x0000001E (0xF24A447A, 0X00000001, 0X0000000)
KMODE_EXCEPTION_NOT_HANDLED *** Address F24A447A base at f24A0000, DateStamp 35825ef8d - wdmaud.sys
其中错误代码是一个紧跟在Stop后面的十六进制数,在这里面它由其它四个数字组成。
而错误符号是指紧随其后的KMODE_EXCEPTION_NOT_HANDLED.
在一些BSOD出错信息中,一个内存位置和文件名出现在错误符号的后面。这个信息告诉了当错误发生的时候在内存中的位置和哪个文件导致了错误的发生。当然你是否能够看到该信息是由哪种停止消息类型来决定的。在一些实际运用中,你只能够看到上面的第一行。而这里通常是表示由显示服务中导致的问题。 推荐用户采取行动部分:
在上面的例子中推荐用户采取行动部分如下:
If this is the first time you've seen this Stop error screen, restart your computer. If this screen appears again, follow these steps:
Check to be sure you have adequate disk space. If a driver is identified in the Stop message, disable the driver or check with the manufacturer for driver updates. Try changing video adapters.
Check with your hardware vendor for any BIOS updates. 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.
Refer to your Getting Started manual for more information on troubleshooting Stop errors.
推荐用户采取行动部分通常是推荐用户在遇到了出错信息后应该采取的解决步骤。在消息中可以看到,解决一个BSOD也许只要重新启动或则整理出足够大的剩余空间就能够解决了。尽管这样的方法偶尔会起到作用,但是实际上要解决BSOD经常要远远复杂得多。
调试端口信息部分:
这部分包含有你应该如何设置你的内核调试器的信息。我会在以后的网站里面详细介绍什么是2000的内核调试器。在上面的例子中,这部分内容是:
Kernel Debugger Using: COM2 (Port 0x2f8, Baud Rate 19200)
Beginning dump of physical memory Physical memory dump complete. Contact your system administrator or technical support group.
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
建议你重新做系统吧.一般电脑一蓝屏就基本差不多
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
中文意思:
内存中文意思:
内存0x00000073(0x00000001,0xc000017D,0x00000002,0xF79E6BB8)地址被阻止无法读取
地址被阻止无法读取
内存中文意思:
内存0x00000073(0x00000001,0xc000017D,0x00000002,0xF79E6BB8)地址被阻止无法读取
地址被阻止无法读取
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询