Can't Detach VHD
Just now, perplex said:offline does the same error
powershell says
Dismount-VHD : The term 'Dismount-VHD' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Dismount-VHD cmdlet
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Dismount-VHD:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Looks like it may actually be created by the Windows Sandbox feature. See if that's enabled (Control Panel > Programs and Features > Turn Windows features on or off > Windows Sandbox). Or you can disable it through Powershell as well:
Disable-WindowsOptionalFeature –FeatureName “Containers-DisposableClientVM” -Online

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now