Tag Archives: Windows

Aug
24
2010
Windows manual services delete …

0

Method #1 - Using [sc] command

Description: Deletes a service entry from the registry. If the service is running, or another process has an open handle to the service, the service is simply marked for deletion. Also the service can be manually stoped then deleted using the [sc] command.
Tip: [service name] is case sensitive, so type the service name exactly as it is.
Usage:  sc delete [service name]

Method #2 – Using [regedit] command

  • Open Registry Editor (type regedit in Run window)
  • Navigate to: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
  • Locate the service you want to get rid of and delete its KEY.

Aug
18
2010
Windows Update Error [0×80070424]

0

If you get [0×80070424] you can’t perform any windows update using windows update website or windows service.  Windows Update is caused by miss registration of wuaueng.dll. The resolution is very simple like any of fail dll registration, just follow:

  • click on Start > Run
  • paste and execute: %SYSTEMROOT%\SYSTEM32\regsvr32.exe %SYSTEMROOT%\SYSTEM32\wuaueng.dll