To enable winget feature inside a windows sandox from the host windows 365 cloud pc, follow the below steps.
Note: Make sure windows sandbox feature is enabed in add or remove features. If not enable it in add or remove features option or by running the below command in powershell.
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
"winget configure https://aka.ms/sandbox.dsc.yaml"
This should enable the winget inside the sandbox.
No comments:
Post a Comment