├── 0.1_CreateDefaultAssociations.cmd ├── 0.2_CreateDefaultStartMenuLayout.ps1 ├── 1_Preperations.cmd ├── 2_Sysprep.cmd ├── 3_CreateImage.cmd ├── 4_SplitImage.cmd ├── A_StartInstallation.cmd ├── B_FixDefault.cmd ├── LICENSE ├── README.md ├── ScriptFiles ├── CreatePartitions.dps ├── DefaultAssociations.xml ├── Disable 3D Objects folder.reg ├── Disable AeroShake.reg ├── Disable Cortana and Start Menu Web Search.reg ├── Disable News & Meet.reg ├── EmptyDefault.cmd ├── LayoutModification.xml ├── Set Default Apps.reg └── unattend.xml └── X_EmergencyFixDefault.cmd /0.1_CreateDefaultAssociations.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/0.1_CreateDefaultAssociations.cmd -------------------------------------------------------------------------------- /0.2_CreateDefaultStartMenuLayout.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/0.2_CreateDefaultStartMenuLayout.ps1 -------------------------------------------------------------------------------- /1_Preperations.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/1_Preperations.cmd -------------------------------------------------------------------------------- /2_Sysprep.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/2_Sysprep.cmd -------------------------------------------------------------------------------- /3_CreateImage.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/3_CreateImage.cmd -------------------------------------------------------------------------------- /4_SplitImage.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/4_SplitImage.cmd -------------------------------------------------------------------------------- /A_StartInstallation.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/A_StartInstallation.cmd -------------------------------------------------------------------------------- /B_FixDefault.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/B_FixDefault.cmd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/README.md -------------------------------------------------------------------------------- /ScriptFiles/CreatePartitions.dps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/CreatePartitions.dps -------------------------------------------------------------------------------- /ScriptFiles/DefaultAssociations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/DefaultAssociations.xml -------------------------------------------------------------------------------- /ScriptFiles/Disable 3D Objects folder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/Disable 3D Objects folder.reg -------------------------------------------------------------------------------- /ScriptFiles/Disable AeroShake.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/Disable AeroShake.reg -------------------------------------------------------------------------------- /ScriptFiles/Disable Cortana and Start Menu Web Search.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/Disable Cortana and Start Menu Web Search.reg -------------------------------------------------------------------------------- /ScriptFiles/Disable News & Meet.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/Disable News & Meet.reg -------------------------------------------------------------------------------- /ScriptFiles/EmptyDefault.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/EmptyDefault.cmd -------------------------------------------------------------------------------- /ScriptFiles/LayoutModification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/LayoutModification.xml -------------------------------------------------------------------------------- /ScriptFiles/Set Default Apps.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/Set Default Apps.reg -------------------------------------------------------------------------------- /ScriptFiles/unattend.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/ScriptFiles/unattend.xml -------------------------------------------------------------------------------- /X_EmergencyFixDefault.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rsge/Custom-Windows-Image-Creation-Helper/HEAD/X_EmergencyFixDefault.cmd --------------------------------------------------------------------------------