You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
hosted apps
About this tag
Hosted apps in Windows 10 version 2004 are a new concept in the Windows App Model. They are registered as independent apps but require a host process, such as PowerShell or Python, to run. For example, a script file alone cannot appear as an app to Windows. With the Hosted App Model, an app can declare itself as a host, and other packages can declare a dependency on that host, becoming hosted apps. When launched, the host executable runs with the identity of the hosted app package rather than its own. This enables better integration and management of script-based or interpreter-dependent applications within the Windows ecosystem.
In Windows 10 version 2004, we are introducing the concept of Hosted Apps to the Windows App Model. Hosted apps are registered as independent apps on Windows, but require a host process in order to run. An example would be a script file which requires its host (eg: Powershell or Python) to be...