{"id":22888360,"url":"https://github.com/baune8d/packer-windows-desktop","last_synced_at":"2026-03-11T05:32:05.073Z","repository":{"id":129465002,"uuid":"97348623","full_name":"Baune8D/packer-windows-desktop","owner":"Baune8D","description":"Build a basic Windows desktop image for use with Vagrant.","archived":false,"fork":false,"pushed_at":"2024-08-30T20:49:27.000Z","size":124,"stargazers_count":47,"open_issues_count":0,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-01T00:03:55.859Z","etag":null,"topics":["hyper-v","hyperv-iso","packer","packer-template","parallels","parallels-iso","vagrant","vagrant-boxes","virtualbox","virtualbox-iso","vmware","vmware-iso","windows","windows10","windows11"],"latest_commit_sha":null,"homepage":"","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/Baune8D.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-07-15T23:50:15.000Z","updated_at":"2025-03-25T11:54:53.000Z","dependencies_parsed_at":"2025-05-07T11:45:10.996Z","dependency_job_id":"fea6167e-9091-4994-885f-1e18d185cf58","html_url":"https://github.com/Baune8D/packer-windows-desktop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Baune8D/packer-windows-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baune8D%2Fpacker-windows-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baune8D%2Fpacker-windows-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baune8D%2Fpacker-windows-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baune8D%2Fpacker-windows-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Baune8D","download_url":"https://codeload.github.com/Baune8D/packer-windows-desktop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baune8D%2Fpacker-windows-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30372170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hyper-v","hyperv-iso","packer","packer-template","parallels","parallels-iso","vagrant","vagrant-boxes","virtualbox","virtualbox-iso","vmware","vmware-iso","windows","windows10","windows11"],"created_at":"2024-12-13T20:47:52.415Z","updated_at":"2026-03-11T05:32:05.043Z","avatar_url":"https://github.com/Baune8D.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windows 11 Desktop Templates For Packer\nBased on [https://github.com/StefanScherer/packer-windows](https://github.com/StefanScherer/packer-windows)  \nwhich is forked from [https://github.com/joefitzgerald/packer-windows](https://github.com/joefitzgerald/packer-windows)\n\nPrebuilt images can be found here: [https://app.vagrantup.com/baunegaard](https://app.vagrantup.com/baunegaard)\n\nThis repository aims at creating Windows desktop boxes with a minimum of changes.  \nIt will only change what is necessary for `packer` and `vagrant` to properly work.\n\n## Setup\n\n### Requires:\n* `Packer` available in PATH\n* **Windows 11 ISO** in `iso` folder: [See instructions](iso/README.md)\n* (Hyper-V only) Either `xorriso`, `mkisofs`, `hdiutil` og `oscdimg` in PATH\n* `oscdimg` can be installed through the [Windows ADK](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install) or `choco install windows-adk-oscdimg`\n\n**To use the default settings, execute from repo root:**  \n* Windows: `.\\build_windows_11.bat \u003cvm_type\u003e`\n* Linux / macOS: `./build_windows_11.sh \u003cvm_type\u003e`\n\n`\u003cvm_type\u003e` Can be either `vmware`, `virtualbox`, `parallels` or `hyperv`.\n\n## Information:\nSettings can be modified in the `windows_11.pkr.hcl` files.  \nShared variables can be found at the bottom of the file.\n\n**NOTE** if you want to validate a checksum against your iso, change `iso_checksum` to match your iso file, e.g. `sha256:E239FF...`\n\nThe result output will be a box file named: `windows_11_\u003cvm_type\u003e.box`\n\nNewest availble guest tools will be fetched and installed for `VMware` and `Virtualbox`.  \nFor `Parallels`, the guest tools of the version you are building with is installed.\n\n**Microsoft updates are enabled and all available Windows updates will be installed on build.**\n\n#### The script will adjust the following settings for Packer and Vagrant compatibility:\n* WinRM service configured and started automatically.  \n* 32 \u0026 64 bit Powershell execution policy set to RemoteSigned.  \n* UAC disabled.  \n* Networks set to private.  \n* Hibernation disabled.  \n* Screensaver disabled.  \n* Automatic logon enabled.  \n* Default admin user: vagrant  \n* Default admin password: vagrant\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaune8d%2Fpacker-windows-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaune8d%2Fpacker-windows-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaune8d%2Fpacker-windows-desktop/lists"}