Quantcast
Channel: Ru.Board
Viewing all articles
Browse latest Browse all 930846

Rufus [Create bootable USB drives the easy way] (731) / Лёгкий способ создания загрузочных флэш накопителей.

$
0
0
Victor_VG:
generator324

Значение CommCheck64 это время последней проверки обновлений в формате UNIX и оно не проверяется. Отключение обновлений происходит при значении настройки UpdateCheckInterval = -1, её положительное значение интервал проверок в секундах. Отсчёт идёт с момента последней проверки.

Locale - код языка интерфейса в формате RFC 1766. Влияет только на него.

[more=содержимое примера Rufus.ini с комментариями (из исходников)]; The following is a sample INI file, as used by Rufus
; Whenever Rufus detects a 'rufus.ini' in the directory you launched it from
; (even an EMPTY ONE), it starts in portable mode, and store all its settings
; there, instead of the Registry.
; In most cases, you should never have to modify an INI file manually. But if
; needed, the format of the 'rufus.ini' is documented hereafter:

; The translation used by the Rufus to display its UI (RFC 1766)
Locale = en-US
; Internal, to confirm R/W access to these settings
CommCheck = 20089578
; Timestamp of the last update check
LastUpdateCheck = 13068056756
; Amount of time before Rufus checks for another update (in seconds)
UpdateCheckInterval = 86400
; Whether the check for updates should also include new BETA releases
CheckForBetas = 1
; Use this to increase the log verbosity for the updates check (0-2)
; VerboseUpdateCheck = 2
; If you are paranoid about apps writing to the registry, you can uncomment the
; following. It will disable the Local Group Policy calls that Rufus issues, to
; temporarily prevent the *annoying* notices Windows issues about new drives.
; DisableLGP = 1

; Start with the 'Advanced Options' panel displayed
; AdvancedMode = 1
; Display extended information duringh USB enumeration (Alt-.)
; EnableUsbDebug = 1
; Don't perform a fake drive test during bad blocks check (Alt-B)
; DisableFakeDrivesCheck = 1
; Allow the creation of dual UEFI+BIOS bootable drives for Windows (Alt-E)
; EnableWindowsDualUefiBiosMode = 1
; Also use RidgeCrop's Large FAT32 format algorithm when formatting smaller drives (Alt-L)
; ForceLargeFat32Formatting = 1
; Disable Windows file indexing on the newly formatted drive (Alt-Q)
; DisableFileIndexing = 1
; Have Rufus to preserve timestamps when copying files (Alt-T)
; PreserveTimestamps = 1
; Disable the whole Kibi/Gibi nonsense (Alt-U)
; UseProperSizeUnits = 1
; Enable listing of VMWare's VMDK drives when used in a virtual machine (Alt-W)
; EnableVmdkDetection = 1[/more].
Сам скрипт-загрузчик Fido в чистом виде в исходниках отсутствует, но есть как отдельный проект у Питера в требованиях которого указан PowerShell 3.0, а в составе дистрибутива ОС Windows 7, Windows 8, Windows Server 2008 R2 идёт PowerShell 2.0 - выписка:

Цитата:
Если вы используете Windows 8.1, Windows 8, Windows Server 2012 R2 или Windows Server 2012, у вас уже должна быть установлена версия Windows PowerShell 3.0, которая входит в состав этих операционных систем.

Добавил указание насчёт PSH 3.0 в шапку. Думаю так людям будет легче - всё сжато, и в одном месте.

Если вы работаете с Windows 7 или Windows Server 2008 R2, у вас также может быть установлена версия Windows PowerShell 3.0. Тем не менее вместо нее может использоваться версия 2.0, которая изначально поставлялась в составе этих операционных систем.

Так что и тут всё ясно - нужно скачать и установить с сайта Майкрософт пакет Windows Management Framework 3.0 или более новую его версию (текущая 6.0) в состав которого входит исполнительная среда PowerShell и система разработки скриптов для неё.

Viewing all articles
Browse latest Browse all 930846

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>