Skip to content

Instantly share code, notes, and snippets.

@Jacob-Tate
Last active April 6, 2023 03:24
Show Gist options
  • Save Jacob-Tate/4b351809bcaf271db160aedd07d241c7 to your computer and use it in GitHub Desktop.
Save Jacob-Tate/4b351809bcaf271db160aedd07d241c7 to your computer and use it in GitHub Desktop.
windows: 0x800705b4
Error:
After installing this update, users may experience this error "0x800705b4" when launching windows defender application guard or windows sandbox
Fix:
Use the credentials of a local admin to create and set the following registry keys on the host OS then restart the host.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Containers\CmService\Policy]
"DisableClone"=dword:00000001
"DisableSnapshot"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment