如何在 Windows 10 IoT Core 中启动至 OS/Shell?

How to boot to OS/Shell in Windows 10 IoT Core?

刚刚开始使用 Windows 10 IoT Core on Raspberry Pi 3.

我不清楚如何简单地启动到 Windows 而不是启动到应用程序(例如默认应用程序)。 也许这是不可能的?我希望这种类型的配置带有像 Arduino 这样的微控制器,但在 Windows 上启动时期待命令 shell 或 PowerShell皮。我不一定期待 GUI 或桌面。

默认应用程序中的命令提示符实际上并不像命令提示符。而且我看不到退出默认应用程序的方法。

It's not apparent to me how to simply boot to Windows rather than booting into an app (e.g. the defaultapp). Maybe it's not possible?

不,这是设计使然。它将启动到默认应用程序而不是像 PC 一样的桌面。

I would expect this type of configuration with a microcontroller like Arduino, but was expecting a Command shell or PowerShell when booting into Windows on a Pi. I wasn't necessarily expecting a GUI or Desktop.

然后就可以通过PowerShell or SSH远程连接设备了。

The command prompt in the default app doesn't really act like much of a command prompt.

是的,它以 DefaultAccount 身份执行命令。如果您需要管理员访问权限,您可以在命令行提示符中键入 "RunAsAdmin "。例如:

RunAsAdmin ping 192.168.10.1