{"id":42538507,"url":"https://github.com/tksh164/vhd-tools","last_synced_at":"2026-01-28T17:28:52.836Z","repository":{"id":295274627,"uuid":"937225356","full_name":"tksh164/vhd-tools","owner":"tksh164","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-24T15:30:42.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T16:41:06.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tksh164.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-22T16:26:29.000Z","updated_at":"2025-05-24T15:30:43.000Z","dependencies_parsed_at":"2025-05-24T16:41:07.300Z","dependency_job_id":"60f5cc91-3a51-4e5e-87f5-ea4fbd8110e8","html_url":"https://github.com/tksh164/vhd-tools","commit_stats":null,"previous_names":["tksh164/vhd-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tksh164/vhd-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tksh164%2Fvhd-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tksh164%2Fvhd-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tksh164%2Fvhd-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tksh164%2Fvhd-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tksh164","download_url":"https://codeload.github.com/tksh164/vhd-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tksh164%2Fvhd-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28847692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-28T17:28:52.092Z","updated_at":"2026-01-28T17:28:52.827Z","avatar_url":"https://github.com/tksh164.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vhd-tools\n\n```powershell\nPS C:\\\u003e \u0026 'J:\\vhd-tools\\iso2vhd.ps1' -IsoFilePath 'D:\\Temp\\Win11_24H2_English_x64.iso' -ImageIndex 6 -VhdFilePath 'D:\\Temp\\w11-pro-24h2-x64-en.vhdx'\nISO file: Win11_24H2_English_x64.iso\nVHD file: w11-pro-24h2-x64-en.vhdx\nMounted ISO file: \"D:\\Temp\\Win11_24H2_English_x64.iso\".\n  DriveLetter: G\n  FileSystemLabel: CCCOMA_X64FRE_EN-US_DV9\n  Size: 5819484160\nTest the WIM file.\nCreate a new VHD file.\n\nName             : w11-pro-24h2-x64-en.vhdx\nFullName         : D:\\Temp\\w11-pro-24h2-x64-en.vhdx\nLength           : 4194304\nLastWriteTimeUtc : 5/24/2025 3:25:04 PM\n\nMount the VHD file.\nInitialize the VHD.\nCreate the partitions.\n  EFI system partition\n  Microsoft reserved partition\n  Windows partition\nFormat the partitions.\n  EFI system partition\n  Windows partition\nAssign a drive letter to the partitions.\n  EFI system partition: H\n  Windows partition: I\nExpand the Windows image to the Windows partition.\n\nLogPath : D:\\Temp\\w11-pro-24h2-x64-en.vhdx.expand-image.log\n\nThe new VHD to bootable.\nDismount the VHD.\nThe created VHD file:\n\nName             : w11-pro-24h2-x64-en.vhdx\nFullName         : D:\\Temp\\w11-pro-24h2-x64-en.vhdx\nLength           : 11010048000\nLastWriteTimeUtc : 5/24/2025 3:27:23 PM\n\n\nNumber                  :\nComputerName            : TAKATANO0\nPath                    : D:\\Temp\\w11-pro-24h2-x64-en.vhdx\nVhdFormat               : VHDX\nVhdType                 : Dynamic\nFileSize                : 11010048000\nSize                    : 137438953472\nMinimumSize             : 137437921792\nLogicalSectorSize       : 512\nPhysicalSectorSize      : 4096\nBlockSize               : 33554432\nParentPath              :\nDiskIdentifier          : EC2424CC-FD06-48D3-9C18-CB442638DF68\nFragmentationPercentage : 13\nAlignment               : 1\nAttached                : False\nDiskNumber              :\nIsPMEMCompatible        : False\nAddressAbstractionType  : None\n\nDismount the ISO file.\nElapsed Time: 00:02:21\nPS C:\\\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftksh164%2Fvhd-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftksh164%2Fvhd-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftksh164%2Fvhd-tools/lists"}