Skip to content

Commit 4f2f1c5

Browse files
committed
UI text change
1 parent 00bdf8a commit 4f2f1c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-desktop/app-attach-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ MSIX app attach mounts disk images containing your applications from a file shar
105105

106106
- **On-demand**: applications are only partially registered at sign-in and the full registration of an application is postponed until the user starts the application. On-demand is the registration type we recommend you use as it doesn't affect the time it takes to sign-in to Azure Virtual Desktop. On-demand is the default registration method.
107107

108-
- **Log on blocking**: each application you assign to a user is fully registered. Registration happens while the user is signing in to their session, which might affect the sign-in time to Azure Virtual Desktop.
108+
- **Register at log on**: each application you assign to a user is fully registered. Registration happens while the user is signing in to their session, which might affect the sign-in time to Azure Virtual Desktop.
109109

110110
::: zone pivot="app-attach"
111111
> [!IMPORTANT]

articles/virtual-desktop/app-attach-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Here's how to change a package's registration type and state using the Azure por
437437
438438
1. Select the name of the package you want to change.
439439
440-
1. To change the registration type, select **On-demand** or **Log on blocking**, then select **Save**.
440+
1. To change the registration type, select **On-demand** or **Register at log on**, then select **Save**.
441441
442442
1. To change the state, select **Inactive** or **Active**, then select **Save**.
443443
@@ -447,7 +447,7 @@ Here's how to change a package's registration type and state using the [Az.Deskt
447447
448448
1. In the same PowerShell session, you can change the registration type and state by running the following commands:
449449
450-
1. Change the registration type by running the following command. Set `IsRegularRegistration` to `$true` for **Log on blocking** or `$false` for **On-demand**.
450+
1. Change the registration type by running the following command. Set `IsRegularRegistration` to `$true` for **Register at log on** or `$false` for **On-demand**.
451451
452452
```azurepowershell
453453
$parameters = @{
@@ -819,7 +819,7 @@ Here's how to change a package's registration type and state using the Azure por
819819

820820
1. Select the name of the MSIX package you want to change.
821821

822-
1. To change the registration type, select **On-demand** or **Log on blocking**, then select **Save**.
822+
1. To change the registration type, select **On-demand** or **Register at log on**, then select **Save**.
823823

824824
1. To change the state, select **Inactive** or **Active**, then select **Save**.
825825

@@ -848,7 +848,7 @@ Here's how to change a package's registration type and state using the [Az.Deskt
848848

849849
1. Find the package you want to remove and use the value for the `Name` parameter, but remove the **host pool name** and `/` from the start. For example, `hp01/MyApp_1.0.0.0_neutral__abcdef123ghij` becomes `MyApp_1.0.0.0_neutral__abcdef123ghij`. Here are a couple of examples.
850850

851-
1. Change the registration type by running the following command. Set `IsRegularRegistration` to `$true` for **Log on blocking** or `$false` for **On-demand**.
851+
1. Change the registration type by running the following command. Set `IsRegularRegistration` to `$true` for **Register at log on** or `$false` for **On-demand**.
852852

853853
```azurepowershell
854854
$parameters = @{

0 commit comments

Comments
 (0)