mirror of
https://github.com/dockur/windows.git
synced 2026-08-04 04:57:13 +01:00
feat: Disable autoreboot for Windows 2000 and 2003 (#2005)
This commit is contained in:
+1
-4
@@ -1720,10 +1720,7 @@ legacyInstall() {
|
||||
addLegacyDrivers "$dir" "$target" "$driver" "$arch" "$drivers" || return 1
|
||||
fi
|
||||
|
||||
if [[ "${driver,,}" == "xp" ]]; then
|
||||
disableAutoReboot "$target" || return 1
|
||||
fi
|
||||
|
||||
disableAutoReboot "$target" || return 1
|
||||
setLegacyKey "$target" "$driver" "$arch" "$desc" || return 1
|
||||
validateProductKey "$KEY" || return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user