Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Automated creation of Native Boot (VHDx) installations, using just a Windows Setup image (.iso).

License

NotificationsYou must be signed in to change notification settings

stefanhzr/PSWindowsNativeBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Automated creation of Native Boot.vhd(x) installations, using just a Windows Setup image.iso.

Features

  • Create disk image.vhd(x)
  • Automatically mount images
  • Partition and format disk image
  • DISM.exe: Apply Windows to disk image
  • compact.exe: Compress using/CompactOS and/EXE:XPRESS16K
  • bcdboot.exe: Add image to boot record
  • Does not rely onHyper-V cmdlets - no additional components required

Example

  1. Download theWindows Setup.iso.
  2. Run the following code (replace paths):
. .\PSWindowsNativeBoot.ps1New-WindowsNativeBoot-Source'D:\Downloads\Windows10_InsiderPreview_Client_x64_en-gb_15063.iso'-ImagePath'D:\VirtualDisk\Windows_10_Build-15063_InsiderPreview.vhdx'-ImageSize32GB
  1. Wait until finished, then reboot.
  2. Select the new boot entry.

Parameters

Description
SourcePath to Windows Setup image.iso
ImagePathDestination for the created disk image.vhd(x)
ImageSizeMaximum disk image size, example:32GB
VerbosePrint additional information about the current process

About

Automated creation of Native Boot (VHDx) installations, using just a Windows Setup image (.iso).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp