From a60ec426b91d7b90595d6fd398b9da6dc13a8c32 Mon Sep 17 00:00:00 2001 From: Denis Malikov Date: Mon, 21 Jan 2019 08:25:36 +0700 Subject: [PATCH] . --- base/services/umpnpmgr/umpnpmgr.c | 1 - boot/freeldr/bootsect/isoboot.S | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/base/services/umpnpmgr/umpnpmgr.c b/base/services/umpnpmgr/umpnpmgr.c index 351e4b4b4bbe7..e86047785ace0 100644 --- a/base/services/umpnpmgr/umpnpmgr.c +++ b/base/services/umpnpmgr/umpnpmgr.c @@ -3528,7 +3528,6 @@ DeviceInstallThread(LPVOID lpParameter) } else { - showWizard = FALSE; ResetEvent(hNoPendingInstalls); Params = CONTAINING_RECORD(ListEntry, DeviceInstallParams, ListEntry); InstallDevice(Params->DeviceIds, showWizard); diff --git a/boot/freeldr/bootsect/isoboot.S b/boot/freeldr/bootsect/isoboot.S index e297c470902d0..76861165dcbbf 100644 --- a/boot/freeldr/bootsect/isoboot.S +++ b/boot/freeldr/bootsect/isoboot.S @@ -146,7 +146,7 @@ relocated: call writestr_early // Count down 5 seconds. - mov cx, 2 + mov cx, 5 .next_second: // Count in seconds using the BIOS Timer, which runs roughly at 19 ticks per second.