Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get an interactive login with Windows 10 IoT Core running on a Raspberry Pi?

I just installed Windows 10 onto a Raspberry Pi. It started up fine and I can connect (using PowerShell) from my laptop.

I can connect a keyboard and mouse to the Pi but I can't get a login window. All that I can do is change the timezone and reboot. Is there a way to login directly to the device?

I don't need fancy graphical windows. A command line session (à la Linux or PowerShell) would be fine.

If it isn't possible with the core install, does anyone know if Microsoft, or a third party provider, plans to add this feature?

like image 846
yamspog Avatar asked May 08 '15 23:05

yamspog


People also ask

Does Windows 10 IoT run on Raspberry Pi?

There is currently no version of Windows 10 IoT Core that supports for Raspberry Pi 4.

Can Windows 10 work on Raspberry Pi?

Installing the ARM versions of Windows 10 or Windows 11 to a cheap Raspberry Pi board has been possible for a long time but has always required more time and patience than it's worth. But if you're curious, a new script called "WoR-flasher" (that's Windows on Raspberry) simplifies the process.

Does Windows 10 IoT support remote Desktop?

Turn on the remote display functionality on your Windows 10 IoT Core device. Connect your device to the Internet and connect to Windows Device Portal. Choose the page "Remote" from the options on the left, and mark the check box labeled "Enable Window IoT Remote Server".


1 Answers

No there is not a command line presented on the local display. The only way to run commands on Win10 IoT is to use PowerShell as described by Keith in this thread or you can use SSH or Telnet. You can interact with applications run on the device via the local display, keyboard and mouse.

Mark Radbourne [MSFT]

like image 172
Mark Radbourne Avatar answered Oct 19 '22 10:10

Mark Radbourne