Win7 can't stop the service prompt "The service did not respond to the start or control request in time" What should I do?

  
                

Under Win7 system, when a user starts or stops the "Windows Modules Installer" service, there will always be a prompt: "Error 1053: The service did not respond to the start or control request in time", what is going on? What? This happens, usually due to an incorrect configuration parameter of the executable file. So how do you solve this problem?

Win7 unable to stop the service prompt & ldquo; service did not respond timely start or control request & rdquo; solution:

Method One:

1, in the Start Search box, type & ldquo; services.msc & rdquo; command, press Enter to open the local service settings window;

2, locate and double-click in the right window & ldquo; Windows Modules Installer & rdquo; service;

3, enter & ldquo; regular & rdquo; tab settings interface, copy the path to the following executable file;

4, click the bottom left corner of the & ldquo; start & rdquo; menu, single click & ldquo; run & rdquo; entry;

5, in the run dialog box, type in & ldquo; regedit & rdquo; command, press Enter to open the registry editor;

6. In the left window, expand the following branch: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\services\\TrustedInstaller, double-click the “ImagePath” key in the right window, paste the path of the executable file you just copied, click “OK&rdquo ;

Method Two:

1, click the & ldquo; start & rdquo; menu, click & ldquo; All Programs & rdquo ;, click & ldquo; & rdquo ;, annex at the command prompt right-click on the & ldquo; run as administrator. & rdquo ;;


2, and then open a command prompt window, type the following command and press Enter to write to the registry.

  1. 01
    sc config TrustedInstaller binpath= “%SystemRoot%\\servicing\\TrustedInstaller.exe”

    Copy Code sc config TrustedInstaller binpath= “%SystemRoot %\\servicing\\TrustedInstaller.exe”

    The above is the Win7 system can not stop the "Windows Modules Installer" service solution, if you encounter this situation, follow the tutorial operation.

Copyright © Windows knowledge All Rights Reserved