Skip to content

A Windows tool for writing a raw disk images to the physical devices.

License

Notifications You must be signed in to change notification settings

raspopov/VisualDiskImager

Repository files navigation

Build status Codacy Badge GitHub All Releases GitHub release (latest by date)

Visual Disk Imager

A handy Windows tool for writing a disk images to the physical devices (HDD, SSD, USB sticks or SD/CF cards).

Inspired by minimalism of Win32 Disk Imager and overwhelming feature richness of BOOTICE. 😎

Features

  • Writing a disk image file (*.IMG) to the Windows physical device i.e. to "\\.\PHYSICALDRIVEn" (where "n" is a zero-based disk number).
  • Verification after writing.
  • A comprehensive log (supporting copy to clipboard).
  • Device change autodetection.
  • Drag-n-drop.

Visual Disk Imager

System Requirements

  • Windows XP or later, 32 or 64-bit.
  • Microsoft Visual C++ 2015-2019 Redistributables (32-bit/64-bit).
  • Administrator rights.

Development Requirements

  • Microsoft Visual Studio 2017 Community with components:
    • Microsoft.VisualStudio.Workload.NativeDesktop
    • Microsoft.VisualStudio.Component.VC.ATLMFC
    • Microsoft.VisualStudio.Component.WinXP
    • Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP
    • Microsoft.VisualStudio.Component.NuGet

License

Copyright (C) 2020 Nikolay Raspopov <raspopov@cherubicsoft.com>

This program is free software : you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or ( at your option ) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.If not, see http://www.gnu.org/licenses/.