使用C#进行系统故障排除错误跟踪
我想制作一个可以在文本文件中跟踪USB Pendrive中的pc问题的应用程序.
例如:当您启动一台PC并在几秒钟内重新启动时,您如何理解该问题?因此,我想创建一个应用程序,在该应用程序中,当您的计算机关闭时,您应该将一个笔驱动器连接到您的计算机上,然后再启动您的计算机,并将问题记录在您的笔驱动器中的文本文件中,这样就很容易解决问题.
请帮助我使您的应用程序达到最佳状态..您也可以通过< b>< u> mhatre_ank@rediffmail.com</u></b>
邮寄给我
在此先感谢!!!!!!!!
I want to make a application which will trace the problem of pc in a USB Pendrive in a text file.
For eg: when you start a pc and it restarts within seconds, then how could you understand the problem? So I want to make a application in which you should attach a pendrive to your pc when your pc is shutdown, then you should start your pc and the problem should recorded in a text file in your pendrive, so that it will be easy to solve problem.
Please help me to make this application at your best.. You can also mail me at <b><u>mhatre_ank@rediffmail.com</u></b>
Thanks in Advance!!!!!!!!
这是-很好-不可能.解决此问题的唯一方法是强制计算机以安全模式启动,并且只有在启动时才能真正执行此操作.
此时,您可以手动检查各种系统日志并尝试查找问题.
简而言之,编写一个查找问题"的应用将浪费大量时间.
This is - well - impossible. The only way you can resolve the issue is to force the machine to start in safe mode, and you can only really do that as it''s booting up.
At that point, you can manually examine the various system logs and try to find the issue.
In short, writing an app to "find the issue" would be a tremendous waste of time.