You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.5 KiB

  1. ;; The following is a sample INI file, as used by Rufus
  2. ;; Whenever Rufus detects a 'rufus.ini' in the directory you launched it from
  3. ;; (even an EMPTY ONE), it starts in portable mode, and store all its settings
  4. ;; there, instead of the Registry.
  5. ;; In most cases, you should never have to modify an INI file manually. But if
  6. ;; needed, the format of the 'rufus.ini' is documented hereafter:
  7. ;; The translation used by the Rufus to display its UI (RFC 1766)
  8. Locale = en-US
  9. ;; Internal, to confirm R/W access to these settings
  10. CommCheck64 = 317570234
  11. ;; Timestamp of the last update check
  12. LastUpdateCheck = 13299289810
  13. ;; Amount of time before Rufus checks for another update (in seconds)
  14. UpdateCheckInterval = 86400
  15. ;; Whether the check for updates should also include new BETA releases
  16. CheckForBetas = 1
  17. ;; Use this to increase the log verbosity for the updates check (0-2)
  18. ; VerboseUpdateCheck = 2
  19. ;; If you are paranoid about apps writing to the registry, you can uncomment the
  20. ;; following. It will disable the Local Group Policy calls that Rufus issues, to
  21. ;; temporarily prevent the *annoying* notices Windows issues about new drives.
  22. ; DisableLGP = 1
  23. ;; Start with the Drive properties or Format options 'Advanced' panel displayed
  24. ; ShowAdvancedDriveProperties = 1
  25. ; ShowAdvancedFormatOptions = 1
  26. ;; Display extended information duringh USB enumeration (Alt-.)
  27. ; EnableUsbDebug = 1
  28. ;; Don't perform a fake drive test during bad blocks check (Alt-B)
  29. ; DisableFakeDrivesCheck = 1
  30. ;; Allow the creation of dual UEFI+BIOS bootable drives for Windows (Alt-E)
  31. ; EnableWindowsDualUefiBiosMode = 1
  32. ;; Force the use of RidgeCrop's Large FAT32 format algorithm when formatting smaller drives (Alt-L)
  33. ; ForceLargeFat32Formatting = 1
  34. ;; Enable Windows file indexing on the newly formatted drive (Alt-Q)
  35. ; EnableFileIndexing = 1
  36. ;; Preserve timestamps when copying files (Alt-T)
  37. ; PreserveTimestamps = 1
  38. ;; Disable the whole Kibi/Gibi nonsense (Alt-U)
  39. ; UseProperSizeUnits = 1
  40. ;; Enable the listing of VMWare's VMDK drives when used in a virtual machine (Alt-W)
  41. ; EnableVmdkDetection = 1
  42. ;; Treat disk images as bootable even if they don't have a 0x55 0xAA marker at offset 0x1FE (Alt-M)
  43. ; IgnoreBootMarker = 1
  44. ;; Force the use of Windows' Virtual Disk Service (VDS) for formatting (Alt-V)
  45. ; UseVds = 1
  46. ;; Ignore specific USB devices when enumerating drives, by VID:PID, with up to 8 devices, from
  47. ;; 'IgnoreUsb01' to 'IgnoreUsb08', being able to be provided.
  48. ;; For instance, to prevent a USB flash drive with VID:PID 0781:5588 from being listed you would add:
  49. ;IgnoreUsb01 = 0x7815588