IotStartup删除不起作用 [英] IotStartup remove doesn't work

查看:76
本文介绍了IotStartup删除不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写了两个无头应用程序,可以添加IotStartup列表。当我启动Raspi时,两个应用程序都显示在正在运行的应用程序列表中。

I wrote two headless applications and could add both the the IotStartup list. When I boot the Raspi, both applications are shown in the list of running applications.

由于我只想运行一个应用程序,我已经尝试了

Since I only want one application to run, I've tried

IoTStartup删除无头MyDemo2

IoTStartup remove headless MyDemo2

,这应删除第二个演示。该命令不显示任何错误,但MyDemo2仍保留在已执行任务列表中。 sibce MyDemo2闪烁一个LED,我可以看到,即使重启后它仍在运行。

which should remove the second demo. The command doesn't show any error but MyDemo2 still stays in list of executed tasks. And sibce MyDemo2 blinks a LED, I can see, that it is still running, even after reboot.

我的错是什么?

推荐答案

您的应用程序可能是不知道你期望的名字。您需要指定Package.appxmanifest的Identity部分中的名称。您只需提供足够的字符即可使其唯一可识别。运行
" iotstartup startup"并查看您的应用程序在设备上实际调用的内容。

Its possible that your application is not known by the name you would expect. You need to specify the name that is in the Identity section of the Package.appxmanifest. You only need to provide enough characters to make it uniquely identifiable. Run "iotstartup startup" and see what your application is actually called on the device.


这篇关于IotStartup删除不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆