vhd
There are 71 repositories under vhd topic.
DiscUtils/DiscUtils
Utility libraries to interact with discs, filesystem formats and more
dsccommunity/HyperVDsc
This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.
Azure/AgentBaker
Agent Baker is aiming to provide a centralized, portable k8s agent node provisioning lib as well as rich support on different OS image with optimized k8s binaries.
plus3it/spel
STIG-Partitioned Enterprise Linux (spel)
wimbrts/UEFI_MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
medo64/VhdAttach
A small tool that allows for easy virtual disk attach/detach and auto-mount.
wimbrts/USB_FORMAT
USB Format Tool - Make Bootable USB Drive with MBR and 2 Partitions
wimbrts/VHD_WIMBOOT
Apply and Capture of WIM Files for OS in VHD
maxpat78/FATtools
Facilities to access (ex)FAT filesystems and disk images with Python 3
dynodroid/dynodroid
Automatic Input Generation System for Android Apps
ike9000e/p7z-usr
Stop war; stop Putin -- Plugin for Double Commander that adds 7-Zip compatible archives. Formats: 7z, Udf, VHD, SquashFS, NTFS, Rpm, Chm and more. Based on 7-Zip and P7ZIP projects.
wellsluo/DeployVHD
PowerShell script to deploy new VHD(X) file with un-attend information from Windows Server/Desktop image file ISO/WIM.
benwebber/packer-post-processor-vhd
:package: Packer post-processor plugin to produce Virtual Hard Disk (VHD) files
sumeshi/ntfsfind
An efficient tool for search files, directories, and alternate data streams directly from NTFS image files.
RMITBLOG/MSIX_APP_ATTACH
MSIX App Attach repo
sumeshi/ntfsdump
An efficient tool for extracting files, directories, and alternate data streams directly from NTFS image files.
abdullah-erturk/SecureBoot-Grub2FM-Suite
SecureBoot Grub2FM Suite
AloneCafe/fixed-vhd-writer
一种使用LBA方式的、专用于固定大小的VHD虚拟磁盘的扇区写入工具
jhermsmeier/node-vhd
Microsoft's Virtual Hard Disk (VHD) Format
0xbadfca11/makevhdx
Zero Copy VHD Converter
kacos2000/OtherStuff
Various Topics
devigned/pub
Command line for automating Azure Marketplace publishing
stefanhzr/PSWindowsNativeBoot
Automated creation of Native Boot (VHDx) installations, using just a Windows Setup image (.iso).
tusharjain1082/FilediskProxy.Net
file based virtual disk drive written in C++, C#, and .Net framework. A basic virtual disk kernel driver for learning. We have a user interface combined Server-Client Application written in C# .Net which binds with the driver to build a file backed Virtual Disk Drive. The C# .Net Application is the Core Proxy Server, and it uses the Driver to run a Virtual Disk Drive through it. Almost all necessary code is completed, so you can download and run it. All the code including the kernel driver is included in this repository.
dougpuob/vhdmount
This Python program can mount/unmount VHD or VHDX virtual image as a drive or a folder on Windows.
gus33000/DumpIt
A tool designed to dump Windows NT devices of any architecture
neozeed/VHD-Utilities
These are simple utilities to manipulate Virtual Hard Disks (VHD/VHDX) from the command line.
wimbrts/VHD_XP_Setup
Install XP in VHD using XP Setup ISO file and WinVBlock driver
n-mam/offset
cross platform utility applications
arsenvlad/azure-vm-offer-hello-world-202012
This repo contains a simple "Hello World" style example of Azure Virtual Machine offer that is used in a video tutorial.
raspiduino/updateinsider
UpdateInsider - Python Automatic script for updating your 'native boot' Windows (Insider) installations on VHD/VHDX without putting it to any VM!
romybompart/Basys3-clock-alarm-with-buzzer
Digital clock implemented in vhdl for the Basys 3 Board from Digilent.
jpoon/azure-create-vhd
💾 Docker image to create a blank VHD on Microsoft Azure
andreipintica/Prepare-VHD-for-Windows-AzureVM
PowerShell Module This repo is intend to help Cloud Admins and anyone that might need an easy and fast way to prepare a VHD to create a Windows Azure VM.
tusharjain1082/filedisk-proxy
I have created a file disk proxy example in Visual Studio 2019 C++. it might be of interest because we can use managed code like Visual C# .NET to build a Proxy Server Application for the backend Virtual Disk through the kernel driver file disk.