Skip to content

Commit 1514e9a

Browse files
committed
Fixing a few sentences.
1 parent 372b576 commit 1514e9a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/virtual-desktop/install-client-per-user.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Install the Remote Desktop client for Windows on a per-user basis - Azure
33
description: How to install the Azure Virtual Desktop client on a per-user basis using Intune or Configuration Manager.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 03/30/2023
6+
ms.date: 04/03/2023
77
ms.author: helohr
88
manager: femila
99
---
1010
# Install the Remote Desktop client for Windows on a per-user basis
1111

12-
You can install the Remote Desktop client on either a per-system or per-user basis. Installing it on a per-system basis installs the client on the machines for all users by default, and updates are controlled by the admin. Per-user installation installs the application into each users profile, giving them control over when to apply updates.
12+
You can install the Remote Desktop client on either a per-system or per-user basis. Installing it on a per-system basis installs the client on the machines for all users by default, and updates are controlled by the admin. Per-user installation installs the application into each user's profile, giving them control over when to apply updates.
1313

14-
Per-system is the default way to install the client. However, if you're deploying the Remote Desktop Client with Intune or Configuration Manager, using the per-system method can cause the Remote Desktop client auto-update feature to stop working. In these cases, you'll need to use the per-user method instead.
14+
Per-system is the default way to install the client. However, if you're deploying the Remote Desktop client with Intune or Configuration Manager, using the per-system method can cause the Remote Desktop client auto-update feature to stop working. In these cases, you'll need to use the per-user method instead.
1515

1616
## Prerequisites
1717

@@ -27,7 +27,9 @@ To install the client on a per-user basis using a batch file:
2727

2828
#### Intune (#tabs/intune)
2929

30-
1. Create a new folder containing the Remote Desktop client MSI file and create an `install.bat` batch file with the following content:
30+
1. Create a new folder containing the Remote Desktop client MSI file.
31+
32+
1. Within that folder, create an `install.bat` batch file with the following content:
3133

3234
```batch
3335
cd "%~dp0"
@@ -54,7 +56,7 @@ To install the client on a per-user basis using a batch file:
5456

5557
:::image type="content" source="./media/install-client-per-user/uninstall-command.png" alt-text="A screenshot of the Detection Rules tab. The product code in the MSI product code field is msiexec /x (6CE4170F-A4CD-47A0-ABFD-61C59E5F4B43)." lightbox="./media/install-client-per-user/uninstall-command.png" :::
5658

57-
1. Follow the rest of the prompts until you complete the workflow.
59+
1. Follow the rest of the prompts until you complete the workflow.
5860

5961
1. Follow the instructions in [Assign apps to groups with Microsoft Intune](/mem/intune/apps/apps-deploy) to deploy the client app to your users.
6062

0 commit comments

Comments
 (0)