All Projects → buildcenter → WindowsBuilder

buildcenter / WindowsBuilder

Licence: MIT license
Deep customize your WIM image with ease

Programming Languages

Rich Text Format
576 projects
powershell
5483 projects
Batchfile
5799 projects

Windows Image Customization Tool

WindowsBuilder is a tool for servicing Windows WIM image. You can now deep customize your Windows installation with ease!

C:\WindowsBuilder\> powershell -Command "& { wget https://raw.githubusercontent.com/buildcenter/WindowsBuilder/master/scaffold.ps1 -UseBasicParsing | iex }"
C:\WindowsBuilder\> build configure
C:\WindowsBuilder\> build mount
C:\WindowsBuilder\> build
C:\WindowsBuilder\> build dismount

Congrats! Your shiny new Windows image is ready!

We have prepared a detailed walkthrough here.

We Need Undo

Good news!

C:\repo\> build dismount undo

Mounting and dismounting can take quite a while, depending on your hard disk I/O performance. You definitely want to run this on a good SSD.

Schema

The source in /src/global.bsd contains global settings. Each subfolder under /src contain their own schema. You should be able figure everything out just by looking at the comments.

Specific schematics are documented in the docs.

Since everything is script and template driven, you should just look at the source whenever in doubt.

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Please see also our Code of Conduct.

Feedback

Related Projects

WindowsBuilder dependencies live in their own repositories on GitHub:

License

Copyright (c) Lizoc Corporation. All rights reserved.

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].