diff --git a/README.md b/README.md index 3d60d0f..a1b8fdd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ My patch takes advantage of this result caching behavior by setting the "hasn't - **No system files are modified!** - Heuristic-based patching, which means it will usually keep working even after updates. - C is best language. -- No external dependencies. +- No external dependencies. ### How to install/uninstall? @@ -48,6 +48,16 @@ Just download the [latest release](../../releases/latest), and extract the `wufu To uninstall run `uninstall_wufuc.bat` as administrator. +### How to update when a new version comes out? + +Unless otherwise noted, you should only have to: + +- Run `disable_wufuc.bat` as administrator. +- Copy the new files into the install folder, overwriting the old ones. +- Run `enable_wufuc.bat` as administrator. + +If you run into problems, try doing a full uninstall/reinstall. + ### How do I remove your old patch and use this instead? I've included a utility script called `repair_wuaueng.dll.bat`. When you run it, it will initiate an `sfc` scan and revert any changes made to `wuaueng.dll`.