2

Windows 7 SP1 with 4 GB RAM.

This laptop is freezing about three times per week. The user regularly maxes out on RAM. Additionally, every day, the system generates about 500 of the following errors:

A timeout was reached (30000 milliseconds) while waiting for the Windows Management Instrumentation service to connect.

Event ID: 7009

Apparently the laptop froze when only Microsoft Word was open; no other apps were open.

How do I stop this PC from freezing?

Steve
  • 2,855
  • 18
  • 75
  • 123

2 Answers2

2

I adjusted the timeout setting to 60000 ms.

I will wait 24 hours to see if the timeout threshold has been exceeded.

From https://technet.microsoft.com/en-us/library/cc756342(v=ws.10).aspx:

Increase the service timeout period

The Service Control Manager will generate an event if a service does not respond within the defined timeout period (the default timeout period is 30000 milliseconds).

To resolve this problem, use the Registry Editor to change the default timeout value for all services.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

Caution: Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data.

To change the service timeout period:

  1. Click the Start button, then click Run, type regedit, and click OK.
  2. In the Registry Editor, click the registry subkey HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control.
  3. In the details pane, locate the ServicesPipeTimeout entry, right-click that entry and then select Modify.
  4. Note: If the ServicesPipeTimeout entry does not exist, you must create it by selecting New on the Edit menu, followed by the DWORD Value, then typing ServicesPipeTimeout, and clicking Enter.
  5. Click Decimal, enter the new timeout value in milliseconds, and then click OK.
  6. Restart the computer.
Steve
  • 2,855
  • 18
  • 75
  • 123
0

I believe that one of the following must be true :

  • Windows is damaged,
  • Windows is infected,
  • A hardware problem exists (refer to a repairman/repairshop).

First check system integrity using sfc /scannow, then follow with the advice in the thread
How can I remove malicious spyware, malware, viruses or rootkits from my PC
(this is not only concerned with infection but also with repairing Windows).

The last solution is of course to reinstall Windows.

harrymc
  • 498,455