Removing Windows 10 New Build Upgrade Files




once the upgrade has completed and the user has logged in the files used for the upgrade can be removed.


To simplify this create a batch file to remove the files


@ECHO OFF

C:

cd \

rd c:\win10-1909 /S /Q

exit


Create a Third Party Temp[late to run the removal batch file