@@ -17,18 +17,19 @@ Scripts or other executables could be written to interface with XboxWDPDriver.ex
Supported operations are the following:
* connect
* info
* xbluser
* install
* reboot
* processes
* systemPerf
* config
* file
* screenshot
*[connect](#connect)
*[info](#info)
*[xbluser](#xbluser)
*[[install](#install)
*[reboot](#reboot)
*[processes](#processes)
*[systemPerf](#systemperf)
*[config](#config)
*[file](#file)
*[screenshot](#screenshot)
### The connect operation
<aname="connect"/>
The ip parameter is required if no default console is configured. You can set a default console or list the current default console by using the 'connect' operation.
@@ -42,6 +43,7 @@ XboxWDPDriver.exe /op:connect
```
### The info operation
<aname="info"/>
Lists some basic information about the operating system and device name of this Xbox One console.
@@ -51,6 +53,7 @@ XboxWDPDriver.exe /op:info
```
### The xbluser operation
<aname="xbluser"/>
Controls listing and managing users on the console.
Allows file operations on some known folders on the console (application specific storage via LocalAppData and development files via DevelopmentFiles).