Skip to content

PowerShell script intended to « burn » a raw disk image file on a removable USB drive

Notifications You must be signed in to change notification settings

patatetom/PowerShellBurner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

PowerShellBurner

burn.ps1 is a PowerShell script intended to « burn » a raw disk image file on a removable USB drive.

> PowerShell -ExecutionPolicy ByPass -File path\to\burn.ps1 -Image path\to\raw\disk\image.img

The disk image file will be automatically requested by PowerShell if it is not provided on the command line.

Low-level access to a disk requires administrative privileges.

burn.ps1 has been tested with PowerShell version 5.1.18362.1474 ($Host.Version) under Windows version 10.0.18363.0 ([Environment]::OSVersion.Version).

burn.ps1 relies on dd-removable.exe which is embedded directly in the script in the form of a string variable corresponding to a zip archive encoded in base 64.

PSBurner


See also :

About

PowerShell script intended to « burn » a raw disk image file on a removable USB drive

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published