-1
1
When trying to turn on the Windows Sandbox
feature, the installation fails and throws 0x800F0922
with no concrete error message, it just says:
The changes couldn't be completed. Please, reboot your computer and try again.
Of course, I've tried it, but it didn't help.
There's a hyperlink pointing to the "appropriate" page on Microsoft.com Support, where the error should be described. The steps that are provided, cannot be done because of a very simple reason: they say:
- Open the .NET Framework installation files folder.
- Open Sources folder
- Right-click the SXS folder, and then click Properties.
- etc.
There's no Sources
folder, nor an SXS
folder inside the .NET Framework installation files folder (C:\Windows\Microsoft.NET\Framework
or C:\Windows\Microsoft.NET\Framework64
) or the sub-folders (the different .NET versions). I even created the two missing folders manually to try these steps.
Do you know why I cannot install the Windows Sandbox
feature and why I get this error code? I thought it is because I use Docker (on my PC) and they are somehow conflicting with each other, such as Docker and VMWare (when you enable virtualization from BIOS). But I use Docker on my laptop as well. And I could install Windows Sandbox
on my laptop. Both my PC and Laptop have Windows 1909 installed.
Additional information:
- Hyper-V is enabled on my PC
- I turned off "Controlled folder access" from within Defender and tried (it didn't work).
Controlled Folder Access has nothing to do with adding/removing features - it firewalls your data folders, and any other directories added to it, from non-trusted executables - it's there as a safeguard against ransomware. An internet connection is required to add features via the Turn Features On/Off menu, and if you have internet access and .NET Framework is enabled in Turn Features On/Off, please issue, in the order listed:
dism /online /cleanup-image /startcomponentcleanup
>dism /online cleanup-image /restorehealth
> reboot >sfc /scannow
> reboot > try to add it again – JW0914 – 2019-12-29T12:29:14.857Check the prerequisites and the procedure to follow in this Microsoft article.
– harrymc – 2019-12-29T13:17:42.467