From 57bce4a663db64bc3f256c6ceee1a9956cd5efbe Mon Sep 17 00:00:00 2001 From: zeffy Date: Fri, 6 Oct 2017 23:19:20 -0700 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5e5985f..421bae4 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ If you are interested, you can read my original write up on discovering the CPU - Byte pattern-based patching, which means it will usually keep working even after new updates come out. - Absolutely zero dependencies. +## How to use unattended setup feature in the batch script setup + +`wufuc_setup.bat` supports three command line parameters, that can be combined to change the behavior of the script: + +- `/NORESTART` - automatically declines rebooting after setup finishes. +- `/UNATTENDED` - skips all prompts for user interaction. **Beware: this will automatically restart your computer after setup is complete, unless combined with `/NORESTART`.** +- `/UNINSTALL` - skips the prompt that asks if you want to install or uninstall. + ## How it works Basically, inside a system file called `wuaueng.dll` there are two functions responsible for the CPU check: `IsDeviceServiceable(void)` and `IsCPUSupported(void)`.