Skip to content

Commit 91b324f

Browse files
authored
ENGDOCS-2196 (#20714)
1 parent 1c66ef9 commit 91b324f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/desktop/install/msi/install-and-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /quiet /norestart
9595
#### Installing non-interactively with admin settings
9696

9797
```powershell
98-
msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /quiet /norestart ADMINSETTINGS="{"configurationFileVersion":2,"enhancedContainerIsolation":{"value":true,"locked":false}}" ALLOWEDORG="docker.com"
98+
msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /quiet /norestart ADMINSETTINGS="{"configurationFileVersion":2,"enhancedContainerIsolation":{"value":true,"locked":false}}" ALLOWEDORG="docker"
9999
```
100100

101101
#### Installing with the passive display option

0 commit comments

Comments
 (0)