From c192928f3fa2d7ac68eff93955af26450216c0ac Mon Sep 17 00:00:00 2001 From: Marvin1099 <40715852+marvin1099@users.noreply.github.com> Date: Sat, 31 Jan 2026 12:44:40 +0100 Subject: [PATCH] Added to README on how to add back a feature Added instructions for adding back features using PowerShell commands after installing tiny11maker iso. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 72ed878..ec6103a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,23 @@ You will be asked during image creation if you want to enable .net 3.5 support! --- +## Adding back a feature +Since what to keep and what to delete [is not added yet](#features-to-be-implemented), +if you want to add or remove something after installing the tiny11maker iso (not possible with core), +use the following in a admin powershell terminal. +```powershell +DISM /Online /Get-Capabilities | findstr /i Hello +``` +You can of course replace the word "Hello" with the feature you are looking for. +This will return something like `Capability Identity : Hello.Face.20134~~~~0.0.1.0`. +Copy the ending and run the following. +```powershell +DISM /Online /Add-Capability /CapabilityName:Hello.Face.20134~~~~0.0.1.0 +``` +You should replace the Capability with the one returned of course. + +--- + ## Known issues: - Although Edge is removed, there are some remnants in the Settings, but the app in itself is deleted. - You might have to update Winget before being able to install any apps, using Microsoft Store.