You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/app-attach-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ MSIX app attach mounts disk images containing your applications from a file shar
105
105
106
106
-**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.
107
107
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.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/app-attach-setup.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,7 +437,7 @@ Here's how to change a package's registration type and state using the Azure por
437
437
438
438
1. Select the name of the package you want to change.
439
439
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**.
441
441
442
442
1. To change the state, select **Inactive** or **Active**, then select **Save**.
443
443
@@ -447,7 +447,7 @@ Here's how to change a package's registration type and state using the [Az.Deskt
447
447
448
448
1. In the same PowerShell session, you can change the registration type and state by running the following commands:
449
449
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**.
451
451
452
452
```azurepowershell
453
453
$parameters = @{
@@ -819,7 +819,7 @@ Here's how to change a package's registration type and state using the Azure por
819
819
820
820
1. Select the name of the MSIX package you want to change.
821
821
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**.
823
823
824
824
1. To change the state, select **Inactive** or **Active**, then select **Save**.
825
825
@@ -848,7 +848,7 @@ Here's how to change a package's registration type and state using the [Az.Deskt
848
848
849
849
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.
850
850
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**.
0 commit comments