Once we have the files downloaded they will be needed to be placed into a folder within your content share which you would normally keep all of your applications when distributing them to your DPs.
Create file called "Install.cmd" and then enter the the following commands below
start /w WindowsUpdateBox /Update /PreDownload /quiet
start /w WindowsUpdateBox /Update /Install /quiet
start /w WindowsUpdateBox /Update /Finalize /quiet
The commands above take care of the intial preparation for the Windows 10 Feature update, as well as the install and the finalize step is where the machine would reboot.
If you require the update to not perform a reboot then you can add a /noreboot switch to each line.
(Note: Read the section of the deployment of the application to know how to handle the process once this switch has been added)
Figure 1.1 - Detection Rule using the registry to find the correct build number
You can also create a Task Sequence with the application so that you can initiate a restart notification, as the default of this deployment method would restart as soon as the finalize command line takes place.