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
Category: Command Line
WiFI(3)
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 […]
Command line utilities
Command Line Utilities Available https://developer.microsoft.com/en-us/windows/iot/docs/commandlineutils
Processes
List All Running Processes tlist
Soft Reset
shutdown /r /t 0
Rename The Device
setcomputername mynewdevicename shutdown /r /t 0
Change password
Change the password for the administrator account net user Administrator mynewpassword
.Connecting remotely to the command line
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 […]