From 712ef4e38b8bf2e9d7d00ad3390bcb4144da1d65 Mon Sep 17 00:00:00 2001 From: zeffy Date: Sun, 4 Jun 2017 18:16:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb1ff47..ec719a9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ My patch takes advantage of this result caching behavior by setting the "hasn't ## How it works - At system boot the wufuc scheduled task runs as the `NT AUTHORITY\SYSTEM` user. -- wufuc determines what service host process the Windows Update service (`wuauserv`) runs in, and injects itself into it. +- `wufuc` determines what service host group process the Windows Update service runs in (typically `netsvcs`), and injects itself into it. - Once injected, it applies a hook to `LoadLibraryEx` that automatically patches `wuaueng.dll` when it is loaded. - Any previously loaded `wuaueng.dll` is also patched.