update readme
This commit is contained in:
@@ -52,6 +52,14 @@ If you are interested, you can read my original write up on discovering the CPU
|
||||
- `/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.
|
||||
|
||||
These also change the default behavior of the script by changing these lines near the top of the script:
|
||||
|
||||
```bat
|
||||
call :set_uninstall 0
|
||||
call :set_unattended 0
|
||||
call :set_norestart 0
|
||||
```
|
||||
|
||||
## 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)`.
|
||||
|
Reference in New Issue
Block a user