diff --git a/README.md b/README.md index 575c551..be01c42 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This process will copy Windows in about 2-3 minutes to the target device, option While we use this in Education at Microsoft, other industries can use it as well. We esepcially see a need for something like this with partners who do re-imaging on behalf of customers. The difference in Education is that they typically have large deployments that tend to happen at the beginning of the school year and any amount of time saved is helpful. Microsoft Deployment Toolkit, Configuration Manager, and other community solutions are all great solutions, but are typically slower due to WIM deployments being file-based while FFU files are sector-based. # Updates +2306.1.2 +- Fixed an issue where manually entering a name wouldn't name the computer as expected + 2306.1.1 - Included some better error handling if defining optionalfeatures that require source folders (netfx3). ESD files don't have source folders like ISO media, which means installing .net 3.5 as an optional feature would fail. Also cleaned up some formatting.