SSH Use a SSH client (e.g. PuTTY, FireFTP, etc) Give it the device IP address, select SSH, port 22. These are the default user account details: Username: Administrator Password: p@ssw0rd (this will likely may have been changed by you when ssetting up the device) If it won't connect try re-booting the device (we had to after […]
Category: Command Line
WiFI(3)
Change password
Change the password for the administrator account net user Administrator mynewpassword
Command line utilities
Command Line Utilities Available https://developer.microsoft.com/en-us/windows/iot/docs/commandlineutils
Enabling Command Line
SSH and PowerShell connections can use the command line at will, because they have requried administrator log in to create the connection. However if command line access is not enabled for the default user you will get the following error for any command you try to run on the command line using the device itself […]
File System
Change Directory cd somedirecotryname cd .. List Directory Contents dir Move File move c:\somefolder\myfile1.txt c:\somefolder\myfile2.txt Copy File xcopy c:\somefolder\myfile1.txt c:\somefolder\myfile2.txt Delete File del Make Directory md c:\test Remove Directory rd c:\test
Processes
List All Running Processes tlist
Rename The Device
setcomputername mynewdevicename shutdown /r /t 0
Soft Reset
shutdown /r /t 0