From 0fe1c8f85b6473d4c16227e716fbd219f4239c68 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:44:45 -0800 Subject: [PATCH 1/3] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..73b9566 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Using Full Flash Update (FFU) files to speed up Windows deployment +This repo contains the full FFU process that we use in US Education at Microsoft to help customers with large deployments of Windows as they prepare for the new school year. + +If you're not familiar with Github, you can click the Green code button above and select download zip. Everything will be in the FFU-main.zip file. Extract that file and go to the FFUDevelopment\Docs\BuildDeployFFU.docx file to get started + +![image](https://user-images.githubusercontent.com/53497092/221714232-c4bb308c-e519-4503-9406-c711bd211b31.png) From d25743a62e25e6251936259a7f4abb572a5d9b83 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:51:59 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73b9566..c80f68c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Using Full Flash Update (FFU) files to speed up Windows deployment This repo contains the full FFU process that we use in US Education at Microsoft to help customers with large deployments of Windows as they prepare for the new school year. -If you're not familiar with Github, you can click the Green code button above and select download zip. Everything will be in the FFU-main.zip file. Extract that file and go to the FFUDevelopment\Docs\BuildDeployFFU.docx file to get started +If you're not familiar with Github, you can click the Green code button above and select download zip. Extract the zip file and make sure to copy the FFUDevelopment to the root of your C: drive. You should have a folder on c:\FFUDevelopment. That will make it easy to follow the guide and allow the scripts to work properly. + +If extracted correctly, your c:\FFUDevelopment folder should look like the following. If it does, go to c:\FFUDevelopment\Docs\BuildDeployFFU.docx to get started. + +![image](https://user-images.githubusercontent.com/53497092/221715560-0b9dd215-35a9-48b3-b7d2-b3fd6d39a11c.png) -![image](https://user-images.githubusercontent.com/53497092/221714232-c4bb308c-e519-4503-9406-c711bd211b31.png) From 081bfdff6ae73e7df590a80f2e7627b528d31168 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Mon, 27 Feb 2023 16:48:37 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c80f68c..51e6395 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Using Full Flash Update (FFU) files to speed up Windows deployment This repo contains the full FFU process that we use in US Education at Microsoft to help customers with large deployments of Windows as they prepare for the new school year. -If you're not familiar with Github, you can click the Green code button above and select download zip. Extract the zip file and make sure to copy the FFUDevelopment to the root of your C: drive. You should have a folder on c:\FFUDevelopment. That will make it easy to follow the guide and allow the scripts to work properly. +If you're not familiar with Github, you can click the Green code button above and select download zip. Extract the zip file and make sure to copy the FFUDevelopment folder to the root of your C: drive. That will make it easy to follow the guide and allow the scripts to work properly. If extracted correctly, your c:\FFUDevelopment folder should look like the following. If it does, go to c:\FFUDevelopment\Docs\BuildDeployFFU.docx to get started.