How to run a Windows 10 IOT app locally?

别说谁变了你拦得住时间么 提交于 2019-12-04 08:11:36

It turns out that in addition to applying the policy, you also have to start the "Embedded Mode" windows service:

After that, everything works flawlessly. Just make sure to change ARM to x64 or x86.

In addition to enabling the Embedded mode service, and you find the service cannot be started manually, one will need to run a provisioned package on the OS other than Win IOT Core that will set AllowEmebeddedMode = 1.

  1. Download the Windows 10 ADK
  2. Install it
  3. Build a package
  4. Run the package

The embeddedMode service should run automatically.

More info here.

I'm not sure what you mean with a Windows 10 IoT app if you don't mean an UWP app, and that should be able to run on your PC. Have you activated Developer Mode on your PC? If not, got to SystemUpdate & securityFor developers and choose Developer Mode. This will let you run all UWP apps, and not just those from the Windows Store.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!