Wingetlywingetly
← All apps

HDD Raw Copy Tool

by HDDGURUv1.10

Last updated

HDD Raw Copy Tool is a Windows tool similar in usage to dd on Linux. It lets you raw copy one drive or a image to another drive block by block

Install with winget

$ winget install --id HDDGURU.HDDRawCopyTool --exact --version 1.10

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for HDD Raw Copy Tool

HDD Raw Copy Tool uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86)
HDDRawCopy1.10Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for HDD Raw Copy Tool

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.10

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for HDD Raw Copy Tool.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • HDD Low Level Format ToolHDDGURU
    HDDGURU.HDDLLFToolv5.6

    A utility for physical drive inspection and destructive whole-device media operations.

More from HDDGURU.

Frequently asked questions

How do I install HDD Raw Copy Tool on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id HDDGURU.HDDRawCopyTool --exact --version 1.10. winget downloads the installer from HDDGURU and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install HDD Raw Copy Tool silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id HDDGURU.HDDRawCopyTool --exact 1.10 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for HDD Raw Copy Tool?
HDD Raw Copy Tool uses EXE (Inno Setup). Run the downloaded installer with: HDDRawCopy1.10Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall HDD Raw Copy Tool via winget?
Run: winget uninstall --id HDDGURU.HDDRawCopyTool --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from HDD Raw Copy Tool's Apps & Features entry.
Is HDD Raw Copy Tool free?
HDD Raw Copy Tool is distributed under Copyright 2005-2021 HDDGURU.COM. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does HDD Raw Copy Tool work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls HDD Raw Copy Tool directly from the publisher.
How do I keep HDD Raw Copy Tool up to date?
Run winget upgrade --id HDDGURU.HDDRawCopyTool --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of HDD Raw Copy Tool from microsoft/winget-pkgs.