Skip to content

Commit c88b497

Browse files
Merge pull request #291815 from dknappettmsft/patch-2
AVD MMR typo fix
2 parents 970588b + db3a1cf commit c88b497

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/virtual-desktop/multimedia-redirection-video-playback-calls.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ To enable the multimedia redirection browser extension using Microsoft Intune, e
180180
{
181181
"joeclbldhdmoijbaagobkhlpfjglcihd": {
182182
"installation_mode": "force_installed",
183-
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
183+
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
184184
}
185185
}
186186
```
@@ -229,7 +229,7 @@ To enable the multimedia redirection browser extension using Microsoft Intune, e
229229
{
230230
"lfmemoeeciijgkjkgbgikoonlkabmlno": {
231231
"installation_mode": "force_installed",
232-
"update_url": "https://clients2.google.com/service/update2/crx",
232+
"update_url": "https://clients2.google.com/service/update2/crx"
233233
}
234234
}
235235
```
@@ -280,7 +280,7 @@ To enable the multimedia redirection browser extension using Group Policy:
280280
{
281281
"joeclbldhdmoijbaagobkhlpfjglcihd": {
282282
"installation_mode": "force_installed",
283-
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
283+
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
284284
}
285285
}
286286
```
@@ -329,7 +329,7 @@ To enable the multimedia redirection browser extension using Group Policy:
329329
{
330330
"lfmemoeeciijgkjkgbgikoonlkabmlno": {
331331
"installation_mode": "force_installed",
332-
"update_url": "https://clients2.google.com/service/update2/crx",
332+
"update_url": "https://clients2.google.com/service/update2/crx"
333333
}
334334
}
335335
```
@@ -610,8 +610,6 @@ To add extra sites for call redirection, you need to set the following registry
610610
- **Type**: `REG_SZ`
611611
- **Data**: `<URLs>`
612612

613-
If you set **Data** to `0`, the advanced settings button is shown.
614-
615613
You can configure the registry using an enterprise deployment tool such as Intune, Configuration Manager, or Group Policy. Alternatively, to set this registry value using PowerShell, open PowerShell as an administrator and run the following commands. This example uses the registry key for Microsoft Edge. Replace `<URLs>` with the sites you want to enable.
616614

617615
```powershell

0 commit comments

Comments
 (0)