Skip to content

Commit e2f142b

Browse files
committed
update
1 parent fffedd7 commit e2f142b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-desktop/onedrive-remoteapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ Before you can use OneDrive with a RemoteApp in Azure Virtual Desktop, you need:
3030

3131
- Session hosts in a host pool that:
3232

33-
- Are running Windows 11 23H2 OS version.
33+
- Are running Windows 11, version 23H2 with cumulative and noncumulative updates for Windows 11 ([KB5039302](https://support.microsoft.com/en-us/topic/june-25-2024-kb5039302-os-builds-22621-3810-and-22631-3810-preview-0ab34e3f-bca9-4a52-a1a4-404bf8162f58)) or later installed.
3434

35-
- Apply all cumulative and non-cumulative Windows Updates (specifically [KB Article 5039302](https://support.microsoft.com/en-us/topic/june-25-2024-kb5039302-os-builds-22621-3810-and-22631-3810-preview-0ab34e3f-bca9-4a52-a1a4-404bf8162f58)).
36-
3735
- Have the latest version of FSLogix installed. For more information, see [Install FSLogix applications](/fslogix/how-to-install-fslogix).
3836

3937
## Configure OneDrive to launch with a RemoteApp
@@ -64,6 +62,8 @@ To configure OneDrive to launch with a RemoteApp in Azure Virtual Desktop, follo
6462
```powershell
6563
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" -Name OneDrive -PropertyType String -Value '"C:\Program Files\Microsoft OneDrive\OneDrive.exe" /background' -Force
6664
```
65+
66+
4. Reboot your session host.
6767
6868
## Test OneDrive with a RemoteApp
6969

0 commit comments

Comments
 (0)