mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[misc] add a cheat mode to not lock the physical drive during partitioning and formatting
* In some circumstances, this *might* help with the infamous #312 issue, though I will still recommend to figure out which application is keeping a lock instead of trying to cheat...
This commit is contained in:
parent
4a5aa4bd2f
commit
af53d11718
6 changed files with 18 additions and 9 deletions
|
@ -391,6 +391,7 @@ const loc_control_id control_id[] = {
|
|||
LOC_CTRL(MSG_279),
|
||||
LOC_CTRL(MSG_280),
|
||||
LOC_CTRL(MSG_281),
|
||||
LOC_CTRL(MSG_282),
|
||||
LOC_CTRL(MSG_MAX),
|
||||
LOC_CTRL(IDOK),
|
||||
LOC_CTRL(IDCANCEL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue