msdn[.]microsoft[.]com/en-us/windows/uwp/porting/desktop-to-uwp-run-desktop-app-converter
In a nutshell, this command line app monitors the setup & running of regular desktop software, then packages them as a Universal Platform app that could be put in the store or side loaded on a Windows 10 device.
It should take care of dependencies, e.g. when an app wants to install something like the C/C++ runtimes, take care of installation [& uninstallation], and install/run the converted app in the same sandbox sort of environment as other UWP apps in the store.
This isn't for everyone, but thought some like Krypteller might be interested.