Su mejor fuente de la información y de las noticias alrededor ventanas, winvista y xp en el Internet

ARTÍCULOS de Vista TAPA 50 Vista VIDEOS Vista SUAVE AYUDA de Vista

Localización de averías

Usted está hojeando actualmente los artículos de Software compatible de MS Windows Vista emparejar la categoría Localización de averías.

Genere un informe de la salud del sistema en Windows Vista

En Windows Vista, los usuarios pueden tener un extenso Informe de la salud del sistema generado para ellos en ayudar localice averías las ediciones del funcionamiento y de la confiabilidad en su PC o ver cómo es sano su PC está en general. Para el usuario medio, esto no significará probablemente cualquier cosa. Pero para mí, soy el tipo de usuario que realmente los gustos que tenían la capacidad de crear los informes que me dicen sobre mi PC así que yo realmente fueron excitados para encontrar esta capacidad en Windows Vista.

Esta tarde decidía generar un informe en mi PC principal del tablero del escritorio por primera vez y ver lo que dice. Para hacer un informe de la salud del sistema generar:

  1. Abra el menú del comienzo.
  2. Derecho-tecleo en la “computadora” y el tecleo “características”.
  3. En la ventana de las características del sistema, chasque encendido su grado del índice de la experiencia de Windows.
  4. En la ventana de la información y de las herramientas del funcionamiento, bajo “tareas” en el tecleo izquierdo del cristal de las opciones “avanzó las herramientas”.
  5. Debajo de las herramientas avanzadas que la ventana elige “genere un informe de la salud del sistema” en el fondo.

El informe genera después de cerca de 60 segundos de prueba. Aquí está mi informe de la salud del sistema que generé esta tarde:

Como usted puede ver, cualquier clase de errores o las advertencias para su sistema se exhibe

Chasque para continuar leyendo “generan un informe de la salud del sistema en Windows Vista”

Escrito por Brandon LeBlanc encendido 17 de diciembre de 2007 con ningunos comentarios.
Lea más artículos encendido Funcionamiento y otherSoftware y Informe de la salud del sistema y Localización de averías y Extremidades y Noticias ofrecidas y Windows OneCare vivo y Windows Vista.

Dando el diagnóstico y la recuperación Toolset (dardo) de Microsoft un intento

Hoy, mella dicho le sobre algunas actualizaciones a las herramientas en el paquete de escritorio de la optimización de Microsoft (MDOP) de Barcelona, España en TechEd ÉL foro. Tenía recientemente una ocasión de dar uno de los componentes de MDOP - el diagnóstico y la recuperación Toolset (dardo) 6.0 de Microsoft - un intento. El dardo es un sistema excelente de las herramientas para ÉL los profesionales para localizar averías las PC insensibles y los virus y malware el quitar de las PC infectadas en su ambiente. El dardo 6.0 también ahora tiene la capacidad para ÉL los profesionales de conducir el retiro fuera de línea del malware y de los virus de las PC infectadas.

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