您的最佳的信息源和新闻 司机, xp 并且 微软 在互联网

景色文章 名列前茅50 景色录影 景色软 景色帮助

查明故障

您当前浏览文章从 微软视窗景色兼容软件 匹配类别 查明故障.

引起一个系统健康报告在窗口景色

在窗口景色,用户能有广泛 系统健康报告 为他们引起在帮助解决困难表现和可靠性问题在他们的个人计算机或看见多么健康他们的个人计算机一般来说是。 为一般的用户,这大概不会意味什么。 但为我,我是真正地喜欢有能力创造报告告诉我关于我的个人计算机,因此我在窗口景色真正地被激发发现这能力用户的种类。

我在我的主要桌面个人计算机今晚决定第一次引起报告和看什么它认为。 要有系统健康报告引起了:

  1. 打开起动菜单。
  2. 用鼠标右键单击在“计算机”并且点击“物产”。
  3. 在系统特性窗口,点击您的窗口经验索引规定值。
  4. 在表现信息和工具窗口,在“任务之下”在左手选择单块玻璃点击“推进了工具”。
  5. 在窗口选择“的先进的工具之下引起一个系统健康报告”在底部。

报告在大约60秒测试以后引起。 这我今晚引起的我的系统健康报告:

您能看,所有类错误或警告为您的系统被显示

点击持续读“引起一个系统健康报告在窗口景色”

写由Brandon · LeBlanc 2007年12月17日没有评论.
读更多文章 表现 并且 otherSoftware 并且 系统健康报告 并且 查明故障 并且 技巧 并且 特色新闻 并且 窗口居住OneCare 并且 窗口景色.

给微软诊断和补救Toolset (箭)尝试

今天,尼克 告诉您 关于有些更新到工具在微软桌面优化组装(MDOP)从巴塞罗那,西班牙在TechEd它论坛。 我最近有一个机会给其中一个MDOP组分-微软诊断和补救Toolset (箭) 6.0 -尝试。 箭是优秀套为它的工具解决困难无答复的个人计算机的专家和去除病毒和malware被传染的个人计算机在他们的环境里。 箭6.0现在也有能力为它专家举办malware和病毒离线撤除从被传染的个人计算机。

The first thing I noticed when I started using DaRT is that it provides two options to the IT Professional: a way to analyze crash files from unresponsive PCs through the Crash Analysis Wizard, and a way to create a startup disc with the necessary tools in fixing an unresponsive PC that is unable to boot into Windows called ERD Commander.

I first took a look at the Crash Analysis Wizard.

The Crash Analysis Wizard allows an IT Professional to take a crash dump file (*.dmp files associated with a system crash) and analyze it and get important bits of information that could

Click to continue reading "Giving the Microsoft Diagnostic and Recovery Toolset (DaRT) a Try"

Written by Brandon LeBlanc on November 12th, 2007 with no comments.
Read more articles on Crash Analysis Wizard and Microsoft Desktop Optimization Pack and ERD Commander and Microsoft Diagnostic and Repair Toolset and Debugging Tools for Windows and IT Professionals and Troubleshooting and WinRE and Featured News.

Giving the Microsoft Diagnostic and Recovery Toolset (DaRT) a Try

Today, Nick told you about some updates to the tools in the Microsoft Desktop Optimization Pack (MDOP) from Barcelona, Spain at TechEd IT Forum. I recently had a chance to give one of the components of MDOP - the Microsoft Diagnostic and Recovery Toolset Read More……(read more)

Written by Windows Vista Team Blog on November 12th, 2007 with no comments.
Read more articles on Crash Analysis Wizard and Microsoft Desktop Optimization Pack and ERD Commander and Microsoft Diagnostic and Repair Toolset and Debugging Tools for Windows and IT Professionals and Troubleshooting and WinRE and Featured News.

An Incoming Request for Troubleshooting Advice

I recently received the following via email. I responded, but never heard back. Hopefully the information will be of use to others…

Hi, Found your name on the web when I was looking at some stuff on slashdot and I thought maybe you might have a moment to point me in the right direction.
I have a custom app which I have zero access to in terms of the developer. When the app was run on new hardware, a few users would periodically get a bizarre error, but never on their old hardware. Main difference seems to be core 2 duo on the new laptops.
Anyway, this error causes a total reset of the internal windows database system used by the app and then there’s an error in msvcr80.dll. Is there a way I can tell from the data below what routine went bad in that module? I could at least then tell the guy who guards the gates to tell the developer a little bit more. At this point the “guard” is convinced it is just because the dll is not the latest version. I think it is probably not that simple.

[app].exe signature
Appname [app].exe App. Ver. 0.0.0.0

Click to continue reading "An Incoming Request for Troubleshooting Advice"

Written by «/\/\Ø|ö±ò\/»®© on June 15th, 2007 with no comments.
Read more articles on otherSoftware and Troubleshooting and email.

Dreamweaver 8.0 Crashes on Windows Vista

(TROUBLESHOOTING) It has been reported that Dreamweaver 8.0 might crash or freeze on some Windows Vista systems while browsing for files. This is caused by Office Groove that bundled with Office 2007 Ultimiate. To resolve this, you simply need to uninstall MS Office Groove. According to Adobe’s website, this issue will be resolved in the next Dreamweaver release (Spring, 2007) since Dreamweaver 8 was released long before the debut of Windows Vista and Office 2007.
Here’s a complete instruction on how to uninstall Office Groove 2007 component within Windows Vista:

(more…)

Written by Brian on June 1st, 2007 with no comments.
Read more articles on Troubleshooting.

Setting the Priority of a Service Process via Script

Previously (here and here), I’ve written about isolating shared services so that they run in their own process, with a specific focus on the Windows Update Automatic Updates Service (wuauserv) that typically runs in the NETSVCS SVCHOST.EXE instance. One thing that can be done once this is accomplished is to lower the priority of the process so that when the service winds up consuming 100% of the CPU, the system doesn’t become unresponsive.

Since we’re dealing with a service, setting the priority of such a SVCHOST.EXE process can become problematic - the service may already be running, or, because it is a service, it is not started as non-service processes are, so one is not able to use START / [LOW NORMAL HIGH REALTIME ABOVENORMAL BELOWNORMAL] to impose a priority when the process starts. One can use a utility like Task Manager or Process Explorer to set the priority of a process on an ad hoc basis, but when the service restarts or the system reboots one has to remember to set the priority again.

Though not an ideal solution the following scripts (VBS using WMI, and PowerShell) can be used to set the

Click to continue reading "Setting the Priority of a Service Process via Script"

Written by «/\/\Ø|ö±ò\/»®© on May 1st, 2007 with no comments.
Read more articles on SVCHOST and CPU Utilization and Shared Services and Process Explorer and netsvcs and WUAUSERV and otherSoftware and Windows Update and Troubleshooting and processes and automatic updates and Windows.

« Older articles

No newer articles