mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[net] fix session variables not being cleared in ResolveRedirect()
* Also set default network timeouts to 3500ms * Also add '-Sta' option when running Fido so that at at least the UI can display on Windows 7
This commit is contained in:
parent
db68bcd7f9
commit
9d1a2bc25e
4 changed files with 23 additions and 9 deletions
|
@ -3153,7 +3153,7 @@ relaunch:
|
|||
|
||||
// Set the hook to automatically close Windows' "You need to format the disk in drive..." prompt
|
||||
if (!SetAlertPromptHook())
|
||||
uprintf("Warning: Could not set 'Format Disk' prompt auto-close");
|
||||
uprintf("Warning: Could not set alert prompts hook");
|
||||
|
||||
ShowWindow(hDlg, SW_SHOWNORMAL);
|
||||
UpdateWindow(hDlg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue