[togo] add a notice about WppRecorder.sys BSOD with 1809 ISOs

* Also improve detection of build number
This commit is contained in:
Pete Batard 2019-01-30 17:15:25 +00:00
parent 081d7b3a0b
commit 326ae54f45
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
7 changed files with 47 additions and 27 deletions

View file

@ -2617,7 +2617,7 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
notification_info more_info;
more_info.id = MORE_INFO_URL;
more_info.url = SECURE_BOOT_MORE_INFO_URL;
Notification(MSG_INFO, SETTING_DISABLE_SECURE_BOOT_NOTICE, &more_info, lmprintf(MSG_128), lmprintf(MSG_129));
Notification(MSG_INFO, SETTING_DISABLE_SECURE_BOOT_NOTICE, &more_info, lmprintf(MSG_128, "Secure Boot"), lmprintf(MSG_129));
}
} else if (SCODE_CODE(FormatStatus) == ERROR_CANCELLED) {
SendMessage(hProgress, PBM_SETSTATE, (WPARAM)PBST_PAUSED, 0);