Every app consists of one or more windows with one or more pages. A new Blank App template project is given a single window with a single page called MainPage. It defines what the user sees once your app has loaded and the splash screen has gone away. MainPage, like any page that would be […]
All posts by
HTML Content
Open "Package.appxmanifest" and select Content URIs This houses a list of HTTPS URLs whose JavaScript is allowed (or disallowed) to raise events that can be handled by your app.
App Icon
Open the "Package.appxmanifest" file and select the 'Visual Assets' tab.
Splash Screen
See here: https://ibex.tech/windows-iot/windows-iot/uwp-programming-in-c/projects-general/releasing-project
Processes
List All Running Processes tlist
Soft Reset
shutdown /r /t 0
Rename The Device
setcomputername mynewdevicename shutdown /r /t 0
Setting Up For Programming in C#
Ensure you have installed the latest Windows 10 SDK https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk Other things to install You will need the SDK for the version of Windows you are running on your device. If you don’t have it when you build you will get and error messaage such as: Error Could not find SDK “WindowsIoT, Version=10.0.17134.0” Visual Studio […]
Headed vs Headless mode
Windows 10 IoT Core can be configured for either headed or headless mode. Headed mode A UI is provided. A single UI app will be launched at system boot and there can additionally be 0 or more “Background Apps” (StartupTasks). Headless mode There is no UI. The UI stack is disabled and UI apps will not […]
Change password
Change the password for the administrator account net user Administrator mynewpassword