From 357501c3dd04ff1dbf6260390ffa941eae491fb2 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Fri, 6 Nov 2020 20:31:26 -0500 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..65efb2c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Add-WindowsCapabilities + This script allows the features on demand to be added to images intended to be used for in-place upgrades and/or bare metal deployment so that the features are enabled before the operating system has even booted for the first time. This script will also save headaches fighting with Windows Update in domain environments that enforce WSUS which causes errors. In short, these commands were really built for consumer environments so this script is born out of that limitation.