Windows 10 IoT Raspberry Pi 2: Autostart published Application

Tobias Raphael Dieckmann

I'm starting making experience with the Raspberry Pi 2 Development with Windows 10 and I was wondering how can I configurate the Raspberry Pi 2 to autostart my own published application, I developed in Visual Studio? And furthermore: How can I set up time & Region on my device?

Thank you so much for all helpfull and well meant answers.

Jeremy Pettit

I was looking at how to do this myself this evening. What I found was that you can edit the Pi's startup through Powershell on your PC and tell it what app to load.

Setting startup app:
Use the startup editor to configure startup apps on your Windows IoT Core device. Run Startup with any of the following options:

Startup /d displays the list of startup apps.

Startup /a [name] [path] adds an app with name name located at path path to the list of startup tasks.

Startup /r [name] removes an app with name name from the list of startup tasks.

For further help, try startup.exe /?

http://ms-iot.github.io/content/win10/tools/CommandLineUtils.htm

As far as region settings, you can do that while loading up the default screen on the Pi. When you get to the Windows screen, there is a gear icon in the lower right that will bring you there. Unfortunately, there isn't a real time clock built into the Raspberry Pi, so you'd have to add one (hardware) or pull it from the internet.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to run phone-gap application on raspberry pi 2 on Windows 10 IoT

From Dev

Building DefaultApp for Raspberry PI 2 - Windows 10 IoT

From Dev

Forgot Windows 10 IOT Password For Raspberry Pi 2

From Dev

Is it possible to connect a Windows 10 IoT UWP C# application on a Raspberry Pi 3 to a bluetooth headset?

From Dev

Raspberry pi 2 IoT

From Dev

Windows 10 UAP determine if device is IoT (e.g. Raspberry Pi 2)

From Dev

Using the Windows 10 IoT Core Raspberry Pi 2 Onboard UART for serial io?

From Dev

Run one program from another, Raspberry Pi 2 Windows 10 IoT

From Dev

How to programmatically turn off/on monitor on Raspberry Pi2 with Windows 10 IoT Core

From Dev

Raspberry Pi2 Windows 10 IOT core and Visual Basic 2015

From Dev

play wav file in Raspberry Pi with Windows 10 IOT Core

From Dev

RFID RC522 Raspberry PI 2 Windows IOT

From Dev

Visual C++ console apps on Windows IoT with Raspberry Pi 2

From Dev

raspberry pi 2 windows iot remote debugger does not appear to be running

From Dev

How to get the processor serial number of Raspberry PI 2 with Windows IOT

From Dev

windows IoT compatible wifi dongle not recognised on raspberry PI 2

From Dev

Autostart on raspberry pi

From Dev

Autostart on raspberry pi

From Dev

Saving files on Raspberry PI with Windows IoT

From Dev

Using Thermocouple with Raspberry Pi running Windows IoT

From Dev

Redis on Windows 10 IoT PI

From Dev

how to access image captured from webcam on raspberry pi windows 10 iot

From Dev

Raspberry pi 3 with windows 10 IOT core operating system does supports winforms?

From Dev

Can Windows 10 iot on Raspberry Pi 3 run java program well?

From Dev

How to create portable code (.net standard 2.0) for a Raspberry Pi 3 using Windows 10 IoT (UWP)?

From Dev

Create txt file on raspberry pi storage with windows 10 iot in c#

From Dev

Raspberry Pi2 running Windows 10: No PWM

From Dev

IOT controller for Raspberry Pi

From Dev

Built in Bluetooth on Raspberry Pi 3 Windows IoT - adapter not found

Related Related

  1. 1

    How to run phone-gap application on raspberry pi 2 on Windows 10 IoT

  2. 2

    Building DefaultApp for Raspberry PI 2 - Windows 10 IoT

  3. 3

    Forgot Windows 10 IOT Password For Raspberry Pi 2

  4. 4

    Is it possible to connect a Windows 10 IoT UWP C# application on a Raspberry Pi 3 to a bluetooth headset?

  5. 5

    Raspberry pi 2 IoT

  6. 6

    Windows 10 UAP determine if device is IoT (e.g. Raspberry Pi 2)

  7. 7

    Using the Windows 10 IoT Core Raspberry Pi 2 Onboard UART for serial io?

  8. 8

    Run one program from another, Raspberry Pi 2 Windows 10 IoT

  9. 9

    How to programmatically turn off/on monitor on Raspberry Pi2 with Windows 10 IoT Core

  10. 10

    Raspberry Pi2 Windows 10 IOT core and Visual Basic 2015

  11. 11

    play wav file in Raspberry Pi with Windows 10 IOT Core

  12. 12

    RFID RC522 Raspberry PI 2 Windows IOT

  13. 13

    Visual C++ console apps on Windows IoT with Raspberry Pi 2

  14. 14

    raspberry pi 2 windows iot remote debugger does not appear to be running

  15. 15

    How to get the processor serial number of Raspberry PI 2 with Windows IOT

  16. 16

    windows IoT compatible wifi dongle not recognised on raspberry PI 2

  17. 17

    Autostart on raspberry pi

  18. 18

    Autostart on raspberry pi

  19. 19

    Saving files on Raspberry PI with Windows IoT

  20. 20

    Using Thermocouple with Raspberry Pi running Windows IoT

  21. 21

    Redis on Windows 10 IoT PI

  22. 22

    how to access image captured from webcam on raspberry pi windows 10 iot

  23. 23

    Raspberry pi 3 with windows 10 IOT core operating system does supports winforms?

  24. 24

    Can Windows 10 iot on Raspberry Pi 3 run java program well?

  25. 25

    How to create portable code (.net standard 2.0) for a Raspberry Pi 3 using Windows 10 IoT (UWP)?

  26. 26

    Create txt file on raspberry pi storage with windows 10 iot in c#

  27. 27

    Raspberry Pi2 running Windows 10: No PWM

  28. 28

    IOT controller for Raspberry Pi

  29. 29

    Built in Bluetooth on Raspberry Pi 3 Windows IoT - adapter not found

HotTag

Archive