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.
dynamic registration
About this tag
Dynamic registration is a concept in the Windows App Model, introduced in Windows 10 version 2004, that enables hosted apps to be registered as independent apps on Windows. These apps require a host process, such as PowerShell or Python, to run. With dynamic registration, a host 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 identity. This allows hosted apps to appear as standalone apps to Windows while relying on the host for execution.
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...