ContentPacks
Last updated
Was this helpful?
Last updated
Was this helpful?
OSDBuilder -Initialize
OSDBuilder -CreatePaths
Start by creating a new ContentPack for Windows 10 using the following command. Without any parameters, the directory structure will include everything, much like the _Global ContentPack
New-OSDBuilderContentPack -Name 'Windows 10'
To limit the ContentPack to OS related Content, you can set the ContentType parameter to OS
New-OSDBuilderContentPack -Name OS -ContentType OS
Just like OS, WinPE can be separated as well
New-OSDBuilderContentPack -Name WinPE -ContentType WinPE
And yes, MultiLang ContentPacks can be created as well
New-OSDBuilderContentPack -Name MultiLang -ContentType MultiLang