Skip to content

raspopov/VisualDiskImager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Reading, writing and verifying disk image files (*.IMG) to physical device (for Windows to the "\\.\PHYSICALDRIVEn", "n" is a zero-based disk number).
  • Verification after writing.
  • A comprehensive log (supporting copy to clipboard).
  • Auto-detection of device changes.
  • Drag-n-drop.

Visual Disk Imager

System Requirements

  • Windows XP or later, 32 or 64-bit.
  • Administrator rights.

Development Requirements

  • Microsoft Visual Studio 2022 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-2025 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/.