Christoph Schneegans
Christoph Schneegans
[disable-defender-pe.cmd](https://github.com/cschneegans/unattend-generator/blob/master/resource/disable-defender-pe.cmd) currently uses the hard-coded `C:\$Windows.~BT\NewOS\Windows\System32\config\SYSTEM` path. This works in most cases, as Windows Setup will typically assign the `C:` letter to the target drive it installs Windows to. However,...
The **Prevent Windows Update from rebooting your computer** setting currently does two things: - Sets the _NoAutoRebootWithLoggedOnUsers_ registry value - Creates a scheduled task that periodically [moves the active hours](https://github.com/cschneegans/unattend-generator/blob/master/resource/MoveActiveHours.vbs)...