sync from ms master
|
@ -34,6 +34,7 @@
|
|||
Command="{Binding Path=BrowseForAppPackageCommand}"
|
||||
ToolTipService.ToolTip="Browse for the application package file"
|
||||
FontSize="16"
|
||||
<<<<<<< HEAD
|
||||
Width="50" Height="40"
|
||||
Canvas.Left="550"/>
|
||||
<Button
|
||||
|
@ -44,6 +45,18 @@
|
|||
FontFamily="Segoe MDL2 Assets" FontSize="16"
|
||||
Width="50" Height="40"
|
||||
Canvas.Left="550" Canvas.Top="50"/>
|
||||
=======
|
||||
Width="30" Height="40"
|
||||
Canvas.Left="590"/>
|
||||
<Button
|
||||
x:Name="browseForParentFolder"
|
||||
Content="../"
|
||||
Command="{Binding BrowseForParentFolderCommand}"
|
||||
ToolTipService.ToolTip="Browse for the installation folder"
|
||||
FontSize="16"
|
||||
Width="35" Height="40"
|
||||
Canvas.Left="550"/>
|
||||
>>>>>>> upstream/master
|
||||
</Canvas>
|
||||
<TextBlock
|
||||
x:Name="certFileLabel"
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
Canvas.Left="400" Canvas.Top="115"/>
|
||||
<Button
|
||||
x:Name="UninstallAllApps"
|
||||
Content=""
|
||||
Content=""
|
||||
Command="{Binding UninstallAllAppsCommand}"
|
||||
ToolTipService.ToolTip="Uninstall all sideloaded apps"
|
||||
FontFamily="Segoe MDL2 Assets" FontSize="24"
|
||||
|
|
|
@ -109,6 +109,13 @@ The applications section displays and controls applications that are common to a
|
|||
|
||||
The Close All button will stop all running UWP applications on the selected devices. To be more selective in closing an application, you will need to use the Manage apps option for each device.
|
||||
|
||||
The Remove Sideloaded Apps button will uninstall all sideloaded applications on the selected devices. To be more selective in uninstalling applications, you can use the Manage apps option and uninstall on a specific device.
|
||||
|
||||
![Get App Install Files Dialog](ReadmeImages/GetAppInstallFiles.png)
|
||||
|
||||
The Install button will open a dialog box for selecting the appx, certificate, and dependency files required for installation.
|
||||
|
||||
![Get Install Folder Button](ReadmeImages/GetInstallFolderButton.png) Launches the folder picker. Allows the user to select an installation folder and automatically populate the dialog box with the correct installation files.
|
||||
|
||||
#### Mixed Reality Capture
|
||||
|
||||
|
@ -118,6 +125,8 @@ The mixed reality capture section allows you to start and stop a recording on th
|
|||
|
||||
Files are saved to your PC’s Pictures Library under HoloLensCommander, and each device’s files will be placed in a folder named after the device’s address or tag.
|
||||
|
||||
The Clear Camera Roll button wipes all saved photos, videos, and mixed reality captures on each selected device.
|
||||
|
||||
```
|
||||
Note: Windows PC devices do not support Mixed Reality Capture.
|
||||
```
|
||||
|
@ -159,6 +168,8 @@ There are times when you need to manage applications on a single device. To acco
|
|||
|
||||
![Uninstall Application Button](ReadmeImages/UninstallAppButton.png) Uninstalls the app selected in the Installed Applications list.
|
||||
|
||||
![Uninstall All Applications Button](ReadmeImages/UninstallAllAppsButton.png) Uninstalls all sideloaded apps listed in the Installed Applications list.
|
||||
|
||||
![Stop Application Button](ReadmeImages/CloseAppButton.png) Stops the app selected in the Running Applications list.
|
||||
|
||||
![Stop All Applications Button](ReadmeImages/CloseAllAppsButton.png) Stops all apps listed in the Running Applications list.
|
||||
|
|
Двоичные данные
HoloLensCommander/ReadmeImages/ApplicationManagementControls.png
До Ширина: | Высота: | Размер: 6.1 KiB После Ширина: | Высота: | Размер: 17 KiB |
После Ширина: | Высота: | Размер: 29 KiB |
После Ширина: | Высота: | Размер: 538 B |
Двоичные данные
HoloLensCommander/ReadmeImages/ManageAppsDialog.png
До Ширина: | Высота: | Размер: 24 KiB После Ширина: | Высота: | Размер: 60 KiB |
Двоичные данные
HoloLensCommander/ReadmeImages/MixedRealityControls.png
До Ширина: | Высота: | Размер: 5.7 KiB После Ширина: | Высота: | Размер: 14 KiB |
После Ширина: | Высота: | Размер: 608 B |