mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
Learn Editor: Update windows-sandbox-configure-using-wsb-file.md
This commit is contained in:
@ -156,14 +156,16 @@ Supported values:
|
|||||||
|
|
||||||
### Protected client
|
### Protected client
|
||||||
|
|
||||||
Applies more security settings to the sandbox Remote Desktop client, decreasing its attack surface.
|
When Protected Mode is enabled, Sandbox adds a new layer of security boundary by running in an [AppContainer Isolation](/windows/win32/secauthz/appcontainer-isolation) execution environment.
|
||||||
|
|
||||||
|
The AppContainer Isolation provides isolation of Credentil, Device, File, Network, Process, and Window.
|
||||||
|
|
||||||
`<ProtectedClient>value</ProtectedClient>`
|
`<ProtectedClient>value</ProtectedClient>`
|
||||||
|
|
||||||
Supported values:
|
Supported values:
|
||||||
|
|
||||||
- *Enable*: Runs Windows sandbox in Protected Client mode. If this value is set, the sandbox runs with extra security mitigations enabled.
|
- *Enable*: Runs Windows sandbox in Protected Client mode. If this value is set, the Sandbox runs in AppContainer Isolation.
|
||||||
- *Disable*: Runs the sandbox in standard mode without extra security mitigations.
|
- *Disable*: Runs the Sandbox in the standard mode without extra security mitigations.
|
||||||
- *Default*: This value is the default value for Protected Client mode. Currently, this default value denotes that the sandbox doesn't run in Protected Client mode.
|
- *Default*: This value is the default value for Protected Client mode. Currently, this default value denotes that the sandbox doesn't run in Protected Client mode.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -190,7 +192,7 @@ Enables or disables sharing of the host clipboard with the sandbox.
|
|||||||
Supported values:
|
Supported values:
|
||||||
|
|
||||||
- *Enable*: Enables sharing of the host clipboard with the sandbox.
|
- *Enable*: Enables sharing of the host clipboard with the sandbox.
|
||||||
- *Disable*: Disables clipboard redirection in the sandbox. If this value is set, copy/paste in and out of the sandbox will be restricted.
|
- - *Disable*: Disables clipboard redirection in the sandbox. If this value is set, copy/paste in and out of the sandbox will be restricted.
|
||||||
- *Default*: This value is the default value for clipboard redirection. Currently, copy/paste between the host and sandbox are permitted under *Default*.
|
- *Default*: This value is the default value for clipboard redirection. Currently, copy/paste between the host and sandbox are permitted under *Default*.
|
||||||
|
|
||||||
### Memory in MB
|
### Memory in MB
|
||||||
@ -303,3 +305,4 @@ $SwapButtons::SwapMouseButton(!([System.Windows.Forms.SystemInformation]::MouseB
|
|||||||
</LogonCommand>
|
</LogonCommand>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user