1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[misc] add a cheat mode to disable file indexing after format

* New cheat mode is Alt-Q, and gets preserved between sessions
* Only for file systems that support it (NTFS, UDF and ReFS)
This commit is contained in:
Pete Batard 2016-08-27 18:04:54 +01:00
parent d9a928f5bc
commit 5d3be6ca51
7 changed files with 50 additions and 9 deletions

View file

@ -551,6 +551,7 @@ t MSG_286 "Zeroing drive: %0.1f%% completed"
t MSG_287 "Detection of non-USB removable drives"
t MSG_288 "Missing elevated privileges"
t MSG_289 "This application can only run with elevated privileges"
t MSG_290 "File Indexing"
################################################################################
############################# TRANSLATOR END COPY ##############################