Hello
iam tring to insatll Docker on my pc, when i opend it it give me this error
"StartFragment
Docker Desktop - Virtual Machine Platform not enabled
Virtual Machine Platform is not enabled. Enable it using the following PowerShell script (in an administrative PowerShell) and then restart your computer before using Docker Desktop:
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Virtual Machine Platform not enabled
EndFragment"
i tried to run this commend PS C:\WINDOWS\system32> Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Enable-WindowsOptionalFeature : The source files could not be found. Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077. At line:1 char:1 + Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlat ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException + FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand PS C:\WINDOWS\system32> PS C:\WINDOWS\system32>
i tried to make it manually by going to control panel ->programms->Turn on off windows feature-> check box the VirtualMachinePlatform
but i got this error:
windows couldn't complate the requested changes
windows couldn't complate the requested files to complate the requested changes, make sure you are connected to the internet and try again
StartFragment0x800F081FEndFragment
and give me this link to hint StartFragment.NET Framework 3.5 installation errors - Windows Client | Microsoft LearnEndFragment
i downloaded an iso from the microsoft and tried to run Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:D:\Sources\Install.wim:1 /limitaccess
Deployment Image Servicing and Management tool
Version: 10.0.26100.1150
Image Version: 10.0.26100.3775
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
PS C:\WINDOWS\system32>
and after that sfc /scannow
PS C:\WINDOWS\system32> sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
PS C:\WINDOWS\system32>
i restarted the pc and tried to enable the VirtualMachinePlatform again but iam facing the same proble