* Host Operating System Version: Win 10 22h2 * Deploying via (VirtualBox): * Vagrant Version (if applicable): ?? Please verify that you are building from an updated Master branch before filing an issue. ### Description of the issue: <!-- For example: While building the WEF device i receive this error and it cycles over and over infinitum until I nterrupt the installer. I have tried destroying and reloading / provisioning the device several times. I cannot seem to install .NET 4.8 manually as the vagrant user is not privileged enough ? ``` Installing 'C:\Users\vagrant\AppData\Local\Temp\ndp48-x86-x64-allos-enu.exe' - this may take awhile with no output. wef: WARNING: Try #1 of .NET framework install failed with exit code '87'. Trying again. wef: The registry key for .Net 4.8 was not found or this is forced wef: Installing 'C:\Users\vagrant\AppData\Local\Temp\ndp48-x86-x64-allos-enu.exe' - this may take awhile with no output. ``` It will literally loop through this for hours without making any progress, quitting or moving on. Any idea what this is?